HP CIFS Server 3.0d Administrator's Guide version A.02.02 (Edition 5)
LDAP Integration Support
Migrating Your data to the Netscape Directory
Chapter 6 135
migrate_group.pl Migrates groups in the /etc/group file.
migrate_hosts.pl
a
Migrates hosts in the /etc/hosts file.
migrate_networks.pl Migrates networks in the /etc/networks file.
migrate_passwd.pl
b
Migrates users in the /etc/passwd file.
migrate_protocols.pl Migrates protocols in the /etc/protocols
file.
migrate_rpc.pl Migrates RPCs in the /etc/rpc file.
migrate_services.pl
c
Migrates services in the /etc/services file.
migrate_common.ph Specifies a set of routines and configuration
information all the perl scripts use.
a. Systems have been configured with the same host name, then the
migration script migrate_host.pl will create multiple entries in
its resulting LDIF file with the same distinguished name for the
host name for each of the IP addresses. Since distinguished names
need to be unique in an LDAP directory, you need to first manually
merge the IP addresses with one designated host record and delete
the duplicated records in your LDIF file. A resulting merge might
look as follows:
....
dn: cn=machineA, ou=hosts, ou=unix, dc=org, dc=hp, dc=com
objectClass: top
objectClass: ipHost
ipHostNumber: 1.3.5.72
ipHostNumber: 1.3.8.4
ipHostNumber: 1.5.8.76
cn: hostA
cn: hostA.org.hp.com
....
Table 6-2 Migration Scripts (Continued) (Continued)
Script Name Description