CA EEM Getting Started › Back Up and Restore CA EEM Server › Back up and Restore CA EEM Data › How to Restore CA EEM Data
How to Restore CA EEM Data
Use the following procedure to restore CA EEM data:
- Stop the local DSA services using the following commands:
- Windows
-
dxserver stop dsaname
- Linux and UNIX
-
su - dsa -c "dxserver stop dsaname"
- Use the DXloaddb to a datastore from an LDIF file.
dxloaddb dsaname ldif-file
- Start the local DSA services using the following commands:
- Windows
-
dxserver start dsaname
- Linux and UNIX
-
su - dsa -c "dxserver start dsaname"