Previous Topic: Restore a CA EEM Server for Use with CA User Activity Reporting ModuleNext Topic: Restore a CA User Activity Reporting Module Server from Backup Files


Back Up a CA User Activity Reporting Module Server

You can back up an entire CA User Activity Reporting Module server from the /opt/CA/LogManager/data folder. This data folder is a symbolic link to the data folder under root directory (/data).

To back up a CA User Activity Reporting Module server

  1. Log into the CA User Activity Reporting Module server as the caelmadmin user.
  2. Access the root account using the su utility.
  3. Navigate to the directory, /opt/CA/LogManager.
  4. Execute the following TAR command to create a backup copy of the CA User Activity Reporting Module server files:
    tar -hzcvf backupData.tgz /data
    

    This command creates the compressed output file, backupData.tgz, using the files from the /data directory.

  5. Navigate to the directory, /opt/CA/SharedComponents/iTechnology.
  6. Execute the following TAR command to create a backup copy of the digital certificates and keys (all files with a .cer and .key file extension):
    tar -zcvf backupCerts.tgz *.cer
    
    tar -zcvf backupKeys.tgz *.key
    

    This command creates the compressed output file, backupCerts.tgz and backupKeys.tgz.