From the remote storage server, generate an RSA key pair as the caelmservice user. Then, copy the public key file id_rsa.pub as authorized_keys, to the /tmp directory on the restore point CA Enterprise Log Manager. A restore point is a server dedicated to investigating restored data.
It is assumed that the /opt/CA/LogManager/.ssh directory structure exists on the storage server with the ownership set to caelmservice user and group. It contains authorized_keys copied from reporting servers. When you generate the key pair, you save id_rsa.pub to the /opt/CA/LogManager/ssh directory.
To generate the RSA public/private key pair for remote storage to restore point server authentication
su -
su - caelmservice
ssh-keygen -t rsa
chmod 755 .ssh
cd .ssh
scp id_rsa.pub caelmadmin@<restore_point>:/tmp/authorized_keys
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |