[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


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:

  1. Log in as root.
  2. Stop the OpenLDAP server.
  3. /opt/UMC/openldap/etc/ldap stop
    
    
    
  4. Archive the database.
  5. 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.

  1. Start the OpenLDAP server.
  2. /opt/UMC/openldap/etc/ldap start
    

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]