migCifs (8)

Name

migCifs - A command line utility that communicates with the source and target servers for migrating CIFS configuration information from NetWare to Novell OES 2 Linux. The command must be run on a target server.

Syntax

Migrating the CIFS Service from NetWare to OES 2 Linux

migCifs -s <sourceIP> -p <portnumber> -a <sourceFDN> -w <password> 
-f <sec/nonsecConnType> -d <targetIP> -q <portnumber> -b <targetFDN> 
-x <password> -g <sec/nonsecConnType> -S <MigType> [-m <mapfilename>]

Synchronizing after Consolidation

migCifs -s <sourceIP> -p <portnumber> -a <sourceFDN> -w <password> 
-f <sec/nonsecConnType> -d <targetIP> -q <portnumber> -b <targetFDN> 
-x <password> -g <sec/nonsecConnType> -S <MigType> -c

Repair after Transfer ID

migCifs -s <sourceIP> -p <portnumber> -a <sourceFDN> -w <password> 
-f <sec/nonsecConnType> -d <targetIP> -q <portnumber> -b <targetFDN> 
-x <password> -g <sec/nonsecConnType> -S <MigType> [-m <sourcesharefilename>] -r

Options

Usage Options:

-s <sourceIP>

Source server IP address.

-p <portnumber>

Port number of the source LDAP server.

-a <sourceFDN>

Fully distinguished name (FDN) of the source server tree admin.

-w <password>

Source server tree admin password.

-f <sec/nonsecConnType>

Enable or disable SSL connection for the source LDAP server. 1 for SSL and 0 for non-SSL connection.

-d <targetIP>

Target server IP address.

-q <portnumber>

Portnumber of target LDAP server.

-b <targetFDN>

Fully Distinguished Name (FDN) of the target server tree admin.

-x <password>

Target server tree admin password.

-g <sec/nonsecConnType>

Enable / disable SSL connection for the target LDAP server. 1 for SSL and 0 for non-SSL connection.

-S <MigType>

Set the migration type. 0 for Consolidation, 3 for Transfer ID.

-m mapfilename

File containing source and target server share mappings.

-c

Synchronizes only the CIFS context after consolidation. CIFS shares and server configuration information are not synchronized.

-r

Removes the shares related to the NetWare server from the target server after a Transfer ID migration.

Help Options

-h | --help

Displays the help information of the command and syntax.

-u | --usage

Displays the usage information of the command.

Files

/etc/opt/novell/cifs/cifs.conf

CIFS configuration file.

/etc/opt/novell/cifs/cifsctxs.conf

CIFS context file.

/etc/opt/novell/cifs/.cifspwdfile

Encrypted CIFS proxy user file.

/var/opt/novell/log/cifs.log

CIFS server log file.

/var/opt/novell/migration/Newproj[n]/log/cifs.log

CIFS migration log file.

Example

migCifs -s 192.168.0.1 -p 636 -a cn=admin,o=novell -w novell -f 1 -d 192.168.0.2 -q 636 -b cn=admin,o=novell -x novell -g 1 -S 0 -m cifsShares.tmp

Authors

Copyright 2009, Novell, Inc. All rights reserved. http://www.novell.com.

See Also

novcifs(8)

Report Bugs

To report problems with this software or its documentation, visit http://bugzilla.novell.com.