Red Hat Directory Server B.08.00 for HP-UX Release Notes and Supplemental Instructions

3. Run the appropriate migration script as the root user.
For the --oldsroot argument, specify the directory that contains the uncompressed legacy
Directory Server tar file contents, such as /tmp/oldserver.
To migrate from Netscape Directory Server 6.11 or 6.21, select one of the following
options:
— To migrate all Netscape Directory Server 6.11 or 6.21 instances and the
Administration Server to Red Hat Directory Server 8.0, use the following command
sequence:
cd /opt/dirsrv/sbin
./migrate-ds-admin.pl --oldsroot oldserver_datadir \
--actualsroot /var/opt/netscape/servers \
--cross --file=setup.inf
— To migrate one specific Netscape Directory Server 6.11 or 6.21 instance and the
Administration Server to Red Hat Directory Server 8.0, use the following command
sequence:
cd /opt/dirsrv/sbin
./migrate-ds-admin.pl --oldsroot oldserver_datadir \
--actualsroot /var/opt/netscape/servers \
--instance slapd-instance --cross --file=setup.inf
— To migrate all Netscape Directory Server 6.11 or 6.21 instances to standalone Red
Hat Directory Server 8.0 instances, use the following command sequence:
cd /opt/dirsrv/sbin
./migrate-ds.pl --oldsroot oldserver_datadir \
--actualsroot /var/opt/netscape/servers --cross
— To migrate one specific Netscape Directory Server 6.11 or 6.21 instance to a
standalone Red Hat Directory Server 8.0 instance, use the following command
sequence:
cd /opt/dirsrv/sbin
./migrate-ds.pl --oldsroot oldserver_datadir \
--actualsroot /var/opt/netscape/servers \
--instance slapd-instance --cross
To migrate from Directory Server 7.1 to 8.0, select one of the following options:
To migrate all Red Hat Directory Server 7.1 instances and the Administration Server
to Red Hat Directory Server 8.0, use the following command sequence:
cd /opt/dirsrv/sbin
./migrate-ds-admin.pl --oldsroot oldserver_datadir \
--actualsroot /var/opt/netscape/server7 --cross \
--file=setup.inf
— To migrate one specific Red Hat Directory Server 7.1 instance and the
Administration Server to Red Hat Directory Server 8.0, use the following command
sequence:
cd /opt/dirsrv/sbin
./migrate-ds-admin.pl --oldsroot oldserver_datadir \
--actualsroot /var/opt/netscape/server7 \
--instance slapd-instance --cross --file=setup.inf
— To migrate all Red Hat Directory Server 7.1 instances to standalone Red Hat
Directory Server 8.0 instances, use the following command sequence:
cd /opt/dirsrv/sbin
./migrate-ds.pl --oldsroot oldserver_datadir \
--actualsroot /var/opt/netscape/server7 --cross
— To migrate one specific Directory Server 7.1 instance to a standalone Red Hat
Directory Server 8.0 instance, use the following command sequence:
46 Migrating to Red Hat Directory Server 8.0