Backing Up the OpenLDAP Database
You can manually back up the database for any directory you have installed. For information about migrating a directory database to another host, see SDX Getting Started Guide, Chapter 12, Upgrading the SDX-300 Software.
To back up the OpenLDAP database:
- Log in as
root.- Stop the OpenLDAP server.
/opt/UMC/openldap/etc/ldap stop- Archive the database.
tar cfv /tmp/openldapdb.tar /opt/UMC/openldap/var/openldap-ldbm/where openldapdb.tar is the filename of the archive to be stored in the /tmp directory.