Use the following procedure to register CA certificates to Resource Orchestrator.
Stop the manager.
Execute the rcxadm mgrctl stop command and stop the manager.
For details on the rcxadm mgrctl stop command, refer to "5.14 rcxadm mgrctl" in the "Reference Guide (Command/XML) CE".
Check the content of the CA certificate for updating.
rcxadm authctl diffcert<RETURN> |
The difference of the CA certificate (keystore) of ServerView Operations Manager and the registered CA certificate (keystore) of Resource Orchestrator is displayed.
Example
[Windows Manager]
>C:\Fujitsu\ROR\SVROR\Manager\bin\rcxadm authctl diffcert |
[Linux Manager]
# /opt/FJSVrcvmr/bin/rcxadm authctl diffcert |
Update the CA certificate.
Execute the following command.
rcxadm authctl refreshcert -alias alias <RETURN> |
Specify the alias of the certificate displayed by executing "Confirming Certificates" as alias.
When importing two or more certificates to Resource Orchestrator, repeat this procedure for each certificate.
Example
[Windows Manager]
>C:\Fujitsu\ROR\SVROR\Manager\bin\rcxadm authctl refreshcert -alias svs_cms <RETURN> |
[Linux Manager]
# /opt/FJSVrcvmr/bin/rcxadm authctl refreshcert -alias svs_cms <RETURN> |
Check the difference of the CA certificate.
Perform the procedure of 1. again, and check that the updated certificate is not displayed.
Start the manager.
Execute the rcxadm mgrctl start command and start the manager.
For details on the rcxadm mgrctl start command, refer to "5.14 rcxadm mgrctl" in the "Reference Guide (Command/XML) CE".