Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Setup Guide
ServerView

F.6.3 Registering CA Certificates of ServerView Operations Manager

Use the following procedure to register CA certificates to Resource Orchestrator.

  1. 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" of the "Reference Guide (Command/XML) CE".

  2. 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
    svs_cms
    ldaphost.fujitsu.com

    [Linux Manager]

    # /opt/FJSVrcvmr/bin/rcxadm authctl diffcert
    svs_cms
    ldaphost.fujitsu.com

  3. 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>

  4. Check the difference of the CA certificate.

    Perform step 2 again, and check that the updated certificate is not displayed.

  5. 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" of the "Reference Guide (Command/XML) CE".