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

2.1.3 Setup

This section explains the procedure for manager setup.


Advisory Notes for Pre-setup

When Using Microsoft Active Directory on a Different Server from the Manager

To use the ldifde command for automatic user registration in Active Directory, add "Active Directory Lightweight Directory Services" to the servers on which managers are operating.

Use the following procedure to add "Active Directory Lightweight Directory Services".

  1. Select [Start]-[Administrative Tools]-[Server Manager] on the Windows menu.

    The [Server Manager] dialog is displayed.

  2. Select [Roles]-[Add Roles]-[Active Directory Lightweight Directory Services].

  3. Following the wizard to add roles, click <Install> on a confirmation window.


Setup

For manager setup, execute the setup command.
Setup is executable from either the media or the extracted module.

[Windows Manager]

  1. Log on as the administrator.

    Log on to the system on which the manager is to be set up.
    Log on using the Administrator account of the local computer.

  2. Execute the setup command.

    • When executing from the media

      >Installation_medium\RcSetup.exe <RETURN>

    • When executing from the extracted module

      >Installation_folder\SVROR\Manager\sys\setup\RcSetup.exe <RETURN>

  3. Select setup from the menu to execute the setup command.

  4. Check the execution results of the setup command.

    • When setup is successful

      The following message is displayed.

      INFO : Resource Orchestrator Cloud Edition setup successfully.

    • When setup fails

      The following message is displayed.

      ERROR : Resource Orchestrator Cloud Edition setup failed.

      Refer to the Note, and perform setup again after resolving the problem.

      If the problem persists, please contact Fujitsu technical staff.

  5. Change the directory service connection information.

    When using OpenDS provided with ServerView Operations Manager V5.3, it is necessary to change the information of the directory server administrator that has registered with the Resource Orchestrator.
    Change directory service connection information in the following procedures.

    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. Change the directory service connection information.

      Execute the rcxadm authctl modify command and change the directory service connection information.

      Example

      >rcxadm authctl modify -bind "cn=Directory Manager" -passwd admin

      Specify the password for directory server administrator as a passwd option. The OpenDS Directory Manager's predefined password is "admin".
      For details on the rcxadm authctl modify command, refer to "5.4 rcxadm authctl" of the "Reference Guide (Command/XML) CE".

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

[Linux Manager]

  1. Log in to the system as the OS administrator (root).

  2. Execute the setup command.

    • When executing from the media

      >Installation_medium/RcSetup.sh <RETURN>

    • When executing from the extracted module

      >/opt/FJSVrcvmr/sys/setup/RcSetup.sh <RETURN>

  3. Select setup from the menu to execute the setup command.

  4. Check the execution results of the setup command.

    • When setup is successful

      The following message is displayed.

      INFO : Resource Orchestrator Cloud Edition setup successfully.

    • When setup fails

      The following message is displayed.

      ERROR : Resource Orchestrator Cloud Edition setup failed.

      Refer to the Note, and perform setup again after resolving the problem.

      If the problem cannot be resolved, collect troubleshooting information and contact Fujitsu technical staff.

  5. Change the directory service connection information.

    When using OpenDS provided with ServerView Operations Manager V5.3, it is necessary to change the information of the directory server administrator that has registered with the Resource Orchestrator.
    Change directory service connection information in the following procedures.

    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. Change the directory service connection information.

      Execute the rcxadm authctl modify command and change the directory service connection information.

      Example

      >rcxadm authctl modify -bind "cn=Directory Manager" -passwd admin

      Specify the password for directory server administrator as a passwd option. The OpenDS Directory Manager's predefined password is "admin".
      For details on the rcxadm authctl modify command, refer to "5.4 rcxadm authctl" of the "Reference Guide (Command/XML) CE".

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

Note

When setup failed, check if there are no problems for the following cases:

  • Unsetup has not been completed

    Delete the following entries from the directory service to use:

    • swrbaadmin

    • swrbasch

    • Group

  • The OpenDS LDAP port number has been changed

    Reset the port number to the default, and perform the operation again.

  • LDAPS communications between managers and directory servers have not been established

    When using Microsoft Active Directory as a directory service, check the following:

    • If the appropriate certificates have been issued by the Certification Authority

    • If the issued certificates have been correctly installed

    Use tools or ldp commands to check communications.


Advisory Notes for Post-setup