Previous Topic: Perform the BackupsNext Topic: Manually Restoring Archives to the Original Event Log Store


Record the Backups

Each time you perform a backup of one or more archived database, be sure to record that fact in the CA User Activity Reporting Module where you took the backup.

Note: Failure to record each backup causes incorrect data to be reported when using the LMArchive utility to list backed up databases.

To record the backups of specific archived databases

  1. Use your caelmadmin credentials to log on to the CA User Activity Reporting Module server with the event log store that contains the databases that you backed up.
  2. At the command prompt, switch users to root, that is:
    su - root
    
  3. Change directories to /opt/CA/SharedComponents/iTechnology with the following shortcut:
    cd $IGW_LOC
    
  4. Execute the following command, where username and pwd are the credentials of a CA User Activity Reporting Module user account with the Administrator role.
    LMArchive -euser username -epassword pwd -notify arch -files file1,file2,file3...
    

Example: Notify CA User Activity Reporting Module that Certain Files Have Been Backed Up

The following command issued by the Administrator named Administrator1notifies the CA User Activity Reporting Module event log store that the warm database, calm04_20091206192014.db.cerod, has been backed up. Backed up databases can be manually moved to external storage for long-term retention.

LMArchive -euser Administrator1 -epassword calmr12 -notify arch ‑files calm04_20091206192014.db.cerod

The archive file notification appears, in a format similar to the following:

Archive notification sent for file calm04_20091206192014.db.cerod...

More information:

LMArchiveā€“Backup/Restore Tracking