This section explains how to troubleshoot cloning issues that occur after re-installing the Manager.
When performing a cloning image operation (collection or deployment) on a managed server that was already registered on the Manager before re-installation, the following problem may occur. The Manager and Agent certificates may not match, resulting in the Admin Server being unable to communicate with its managed server. In such a case, trying to deploy or collect an image to or from the managed server will fail. This problem occurs when the following conditions are met.
The Manager was re-installed, but its certificate store was not properly backed up, as described in "3.1.2 Uninstallation" of the "ServerView Resource Coordinator VE Installation Guide"
Both the Manager and Agent were re-installed (and their certificates renewed), but a cloning image that was collected before the re-installation is deployed, thus restoring an outdated Agent certificate on the managed server
Use the following procedure to correct the problem.
After correcting problem, it is also recommended to update any cloning image that contains an outdated Agent certificate in order to avoid further certificate problems.
Checking the Certificates
How to check certificates
Stop the Manager and then display SSL certificate data by executing the following commands on the Admin Server.
>"Installation_folder\Manager\bin\rcxadm" mgrctl stop <RETURN> |
Refer to "5.2 rcxadm certctl" and "5.6 rcxadm mgrctl" of the "ServerView Resource Coordinator VE Command Reference" for information on these commands.
Example Results
Truststore: |
Stop the Agent and display SSL certificate data by executing the following commands on the managed server where the error occurred.
[Windows]
>"Installation_folder\Agent\bin\rcxadm" agtctl stop <RETURN> |
[Linux]
# /opt/FJSVrcxat/bin/rcxadm agtctl stop <RETURN> |
Refer to "5.1 rcxadm agtctl" and "5.2 rcxadm certctl" of the "ServerView Resource Coordinator VE Command Reference" for information on these commands.
Example Results
Truststore: |
Check the fingerprint that is contained in the Agent Keystore.
As shown in the example in (*1), check that the fingerprint that is contained in the Agent Keystore is also contained in the Manager Truststore that is shown in "Example Results" of step 1.
If it is not, refer to "Corrective Action" to take proper corrective action.
Check the fingerprint that is contained in the Agent Truststore.
As shown in the example in (*2), check that the fingerprint that is contained in the Agent Truststore is also contained in the Manager Keystore that is shown in "Example Results" of step 1.
If it is not, refer to "Corrective Action" to take proper corrective action.
Corrective Action
[Windows]
>"Installation_folder\Agent\bin\rcxadm" certctl init <RETURN> |
[Linux]
# /opt/FJSVrcxat/bin/rcxadm certctl init <RETURN> |
>"Installation_folder\Manager\bin\rcxadm" mgrctl start <RETURN> |