This section contains the following topics:
About Backing Up the CA EEM Server
Back Up a CA EEM Application Instance
Restore a CA EEM Server for Use with CA User Activity Reporting Module
Back Up a CA User Activity Reporting Module Server
Restore a CA User Activity Reporting Module Server from Backup Files
Replace a CA User Activity Reporting Module Server
Planning for disaster recovery is a necessary part of every good network administration plan. CA User Activity Reporting Module disaster recovery planning is relatively simple and straightforward. The key to successful disaster recovery for CA User Activity Reporting Module is in keeping regular backups.
You need to make backups of the following information:
If maintaining high-throughput levels is critical to your implementation, you may choose to maintain a reserve server that has the same hardware characteristics as the one on which you install your other CA User Activity Reporting Module servers. If one CA User Activity Reporting Module server is disabled, you can install another one using the exact same name. When the new server starts, it receives the necessary configuration files from the management server. If this level of performance is not crucial to your implementation, you can install a CA User Activity Reporting Module server on any blank server that is capable of hosting the base operating system and meets the minimum memory and hard disk requirements.
The configuration for each CA User Activity Reporting Module server, agent, and connector as well as queries, reports, alerts, and so forth is maintained separately in the management CA User Activity Reporting Module server's CA EEM repository. The key to successful server recovery is in maintaining regular backups of information stored in the CA User Activity Reporting Module application instance.
An application instance is a common space in the CA EEM repository that stores the following information:
You can perform the CA EEM backup procedure from within the CA EEM web browser interface. Typically, all CA User Activity Reporting Module servers in an enterprise use the same application instance. The default CA User Activity Reporting Module application instance value is CAELM. You can install CA User Activity Reporting Module servers with different application instances, but you can only federate those servers that share the same application instance. Servers configured to use the same CA EEM server but with different application instances share only the user store, password policies, and global groups.
You can perform a backup of a CA User Activity Reporting Module application instance from the internal CA EEM server on the management server.
Follow these steps:
https://<servername>:5250/spin/eiam
The default application instance name for CA User Activity Reporting Module is CAELM.
Note: If you are using an external directory, do not select the options, Global Users, Global Groups, and Global Folders.
The File Download dialog displays the file name, <AppInstanceName>.xml.gz, for example CAELM.xml.gz and a Save button.
You can restore a CA User Activity Reporting Module application instance to a management server. Restoring the management server's CA EEM functionality involves running the safex utility which imports the backed up application instance.
Follow these steps:
gunzip <AppinstanceName>.xml.gz
./safex -h eemserverhostname -u EiamAdmin -p password -f AppinstanceName.xml
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).
Follow these steps:
tar -hzcvf backupData.tgz /data
This command creates the compressed output file, backupData.tgz, using the files from the /data directory.
tar -zcvf backupCerts.tgz *.cer *.p12
tar -zcvf backupKeys.tgz *.key *.munge
This command creates the compressed output file, backupCerts.tgz and backupKeys.tgz.
You can restore a CA User Activity Reporting Module server from backup files after you install the CA User Activity Reporting Module soft appliance on the new server.
Follow these steps:
To do this, navigate to the /opt/CA/SharedComponents/iTechnology folder and execute the following command:
./S99igateway stop
tar -xzvf backupData.tgz
This command overwrites the contents of the data folder with the contents of the backup file.
tar -xzvf backupCerts.tgz
tar -xzvf backupKeys.tgz
This command overwrites the certificate files in the current folder with the certificate files from the backup file.
To do this, execute the following command:
./S99igateway start
./authtool -a "<primary_hostname>" -nologin -debug -sdkconf iTechSDK.xml
Use this procedure to replace a collection CA User Activity Reporting Module server after a major disaster or failure. This procedure allows you to recover from a disaster situation by creating a new CA User Activity Reporting Module server to resume event collection in place of the failed server.
Note: This procedure does not recover event data that resides in the failed server's event log store. Use regular data recovery techniques to retrieve event data from the downed server's event log store.
To recover from a disabled CA User Activity Reporting Module server
When the install asks for the CA EEM application instance name, be sure that you use the same application instance that the old server used. This successful registration enables the CA EEM server to synchronize the configuration.
When the new CA User Activity Reporting Module server starts, it automatically connects to the CA EEM server, which then downloads the configuration files. After receiving the configuration files, the new CA User Activity Reporting Module server resumes log collection.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|