Previous Topic: Create an Offline Backup of the Data Store

Next Topic: Configuring Failover

How to Restore CA EEM Data

Use the following procedure to restore CA EEM data:

  1. Stop the local DSA services using the following commands:
    Windows
    dxserver stop dsaname
    
    Linux and UNIX
    su - dsa -c "dxserver stop dsaname"
    
  2. Use the DXloaddb to a datastore from an LDIF file.
    dxloaddb dsaname ldif-file
    
  3. Start the local DSA services using the following commands:
    Windows
    dxserver start dsaname
    
    Linux and UNIX
    su - dsa -c "dxserver start dsaname"