msgiplanetmigrate — migrate a SCOoffice Mail Server LDAP directory to iPlanet
/opt/lsb-sco.com/msg/bin/msgiplanetmigrate --host=name [ --port=portno ] --suffix=suffix --rootdn=name --rootpw=password [ options ]
The msgiplanetmigrate SCOoffice Mail Server utility is a Perl script that migrates an LDAP directory containing SCOoffice Mail Server data to an iPlanet directory. By default, the utility migrates SCOoffice Mail Server data when the appropriate options are supplied; it can also migrate other directory information if LDIF (LDAP Data Interchange Format) information is provided for the objects.
Only the root user can use the msgiplanetmigrate utility.
The following arguments are supported to migrate SCOoffice Mail Server data:
The host name of the system on which the iPlanet server resides.
The port number on which the remote LDAP server is listening; this argument is optional.
The point in the directory tree where the SCOoffice Mail Server should be installed. For example, dc=caldera,dc=com.
The name of the root administrator on the remote directory. For example, cn=Directory Manager.
The rootdn password.
The following optional arguments are supported to migrate other directory information:
Object attribute information, contained in space-separated list of LDIF files for the objects being migrated and in the format expected by iPlanet.
Object class information, contained in space-separated list of LDIF files for the objects being migrated and in the format expected by iPlanet.
Access control information, contained in space-separated list of LDIF files for the objects being migrated and in the format expected by iPlanet.
Subdirectory of the directory tree being copied relative to the supplied suffix. The default for this is ou=Volution Messaging Server, which is the organizational unit containing SCOoffice Mail Server objects.
Typical usage for the msgiplanetmigrate utility might be:
Run msgiplanetmigrate with appropriate arguments. For example:
cd /etc/opt/lsb-caldera.com/volution/msg/bin ./msgiplanetmigrate --host=iplanet.mydomain.com --suffix='dc=mydomain,dc=com'
Run the msgldaphost(8) utility to point the SCOoffice Mail Server to the new directory server. For example:
cd /etc/opt/lsb-caldera.com/volution/msg/bin ./msgldaphost --host=iplanet.mydomain.com --base='dc=mydomain,dc=com' --rootdn
Restart the SCOoffice Mail Server Apache, Postfix and Cyrus services:
cd /etc/rc.d/init.d ./httpd stop; ./http start ./postfix stop; ./postfix start ./cyrus stop; ./cyrus start
the msgiplanetmigrate Perl script