Previous Topic: Back Up a CA Enterprise Log Manager Server

Next Topic: Restore a CA Enterprise Log Manager Server After Subscription Update

Restore a CA Enterprise Log Manager Server from Backup Files

You can restore a CA Enterprise Log Manager server from backup files after you install the CA Enterprise Log Manager soft appliance on the new server.

To restore a CA Enterprise Log Manager server from backups

  1. Stop the iGateway process on the new server.

    To do this, navigate to the /opt/CA/SharedComponents/iTechnology folder and execute the following command:

    ./S99igateway stop
    
  2. Copy the backupData.tgz and backupCerts.tgz files to the directory, /opt/CA/LogManager on the new server.
  3. Expand the contents of the backupData.tgz file with the following command:
    tar -xzvf  backupData.tgz
    

    This command overwrites the contents of the data folder with the contents of the backup file.

  4. Navigate to the directory, /opt/CA/SharedComponents/iTechnology.
  5. Expand the contents of the backupCerts.tgz file with the following command:
    tar -xzvf  backupCerts.tgz
    

    This command overwrites the certificate (.p12) files in the current folder with the certificate files from the backup file.

  6. Start the igateway process.

    To do this, execute the following command:

    ./S99igateway start