LDAP-UX Client Services B.05.01 Administrator Guide for HP directory servers and Windows ADS
Examples
The following command sets the base DN to "dc=example, dc=hp, dc=com":
export LDAP_BASEDN="example.hp.com"
The following command sets the fully qualified name of the NIS domain to "example.hp.com":
export NIS_DOMAINNAME="example.hp.com"
3.5.3.4.2 General syntax for migration scripts
The migration scripts use the following general syntax:
scriptname inputfile outfile
where
scriptname Is the name of the particular script you are using.
inputfile Is the fully qualified file name of the appropriate AutoFS map that you want to
migrate. For example, /etc/auto_master.
outputfile This is optional and is the name of the file where the LDIF is written. stdout is
the default output.
3.5.3.4.3 migrate_automount_ads.pl script
This script, found in /opt/ldapux/migrate/ads, migrates the AutoFS maps from files to LDIF.
Syntax
scriptname inputfile outputfile
Examples
The following commands migrate the AutoFS map /etc/auto_direct to LDIF and place the
results in the /tmp/auto_direct.ldif file:
export LDAP_BASEDN="dc=nishpind"
migrate_automount_ads.pl /etc/auto_direct /tmp/auto_direct.ldif
The following shows an example of the /etc/auto_direct file:
#local mount point remote server:directory
/mnt/direct/lab1 hostA:/tmp
/mnt/direct/lab2 hostB:/tmp
The following shows the resulting /tmp/auto_direct.ldif file:
dn:cn=auto_direct,dc=nishpind
objectClass: top
objectClass: automountMap
automountMapName: auto_direct
cn: auto_direct
dn:cn=/mnt_direct/lab1,cn=auto_direct,dc=nishpind
objectClass: top
objectClass: automount
automountInformation:hostA:/tmp
automountKey: /mnt_direct/lab1
cn: /mnt_direct/lab1
dn:cn=/mnt_direct/lab2,cn=auto_direct,dc=nishpind
objectClass: top
objectClass: automount
automountInformation:hostB:/tmp
automountKey: /mnt_direct/lab2
cn: /mnt_direct/lab2
3.5 Postinstallation configuration tasks 155