A. OLCmd Reference
OLCmd dumpldap
The dumpldap command creates an LDAP Data Interchange Format (LDIF) file from the LDAP database. The file may be used for export to a different directory server system.
The file created is written to standard output.
The dumpldap command also uses the environmental variable LDAP, located in the file OLControlConfig (Solaris) or OLControlConfig.bat (Windows), to identify the socket used to connect to the LDAP database.
Format:
OLCmd dumpldap host
Where: |
|
host | Is the name or IP address of the OpenLane management |
| server. |
Example:
The following command dumps the LDAP database on olhost.exactcorp.com to an LDIF file.
OLCmd dumpldap olhost.exactcorp.com > backups/060501.ldif
| January 2002 |