You can restore an access policy that has been deleted or changed in a way that causes problems. If an access policy is accidentally deleted or corrupted, users referenced as Identities in that policy cannot access CA Enterprise Log Manager until that policy is redefined or restored.
Restoring access policies requires running the safex utility for policies.
Use one of the two following procedures, depending on whether your export created a backup file with the xml.gz extension or the tar.gz extension.
To restore access policies from a backup named filename.xml.gz
/opt/CA/LogManager/EEM
gunzip filename.xml.gz
This creates filename.xml.
./safex -h eemserverhostname -u EiamAdmin -p password -f filename.xml
When the CA Enterprise Log Manager server is in FIPS mode, be sure to include the -fips option.
The policy or policies defined in filename.xml being restored are added to the appropriate policy type and put into effect.
To restore access policies from a backup named filename.tar.gz
/opt/CA/LogManager/EEM
gunzip filename.tar.gz
This creates filename.tar.
tar -xvf filename.tar
This creates filename.xml.
./safex -h eemserverhostname -u EiamAdmin -p password -f filename.xml
To recreate the CALM Access Policy if you have no backup
If you have no backup, you can recreate the CALM Application Access policy.
The presence of this policy enables any Administrator to log in and create the other policies.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |