Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Installation Guide

2.1.4 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, add "Active Directory Lightweight Directory Services".

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.

[Windows]

When a terminal server has been installed, execute the following command using the command prompt to change the terminal service to installation mode.
If it is already installation mode, this operation is unnecessary.

CHANGE USER /INSTALL
User session is ready to install applications.


Setup

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

[Windows]

  1. Log on as the administrator.

    Log on to the system on which the manager is to be set up.
    Log on as a user belonging to the local Administrators group.

  2. Execute the setup command.

    • When executing from the media

      >Installation_medium\RcSetup.exe <RETURN>

    • When executing from the extracted module

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

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

[Linux]

  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

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

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

Point

After completing setup, perform the procedure described in "Chapter 6 Configuration after Installation" in the "Setup Guide CE".

Note

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

    • The CA certificate specified during installation has not been correctly stored or imported

      After checking that the CA certificate is correctly stored before setup, import the CA certificate.
      For details, refer to "4.5.5 When Reconfiguring Single Sign-On" in the "Setup Guide CE".
      Check the CA certificate for communication using LDAP and SSL between the manager and the directory service, referring to the ServerView Operations Manager manual.

    • The directory server information given during the installation process was incorrect

      For details, refer to "1.7.10 rcxadm authctl" in the "Reference Guide (Resource Management) CE", and use the command to check that whether the following information is correct. If the information is incorrect, modify it.

      • IP Address

      • Port Number

      • Base (DN)

      • Administrator (DN)

      • Password

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

  • When configuring an environment on the admin server with multiple IP addresses, use the following procedure before initiating setup.

    1. Check the IP address that can be used for connection to the admin server when the ping command is executed from a different server.

    2. Edit the relevant line in the Interstage JMX service configuration file as follows.

      File Storage Location

      [Windows]

      Installation_folder\ROR\IAPS\jmx\etc\isjmx.xml

      [Linux]

      /etc/opt/FJSVisjmx/isjmx.xml

      Edited Content

      Before modifying

      <!-- <host localhost="xxx.xxx.xxx.xxx"/> -->

      After modifying

      The following is an example when the connectable IP address is 123.123.1.1.

      <host localhost="123.123.1.1"/>

    3. After modifying, use the following procedure to resume the Interstage JMX service and the Interstage management console Servlet service.

      [Windows]
      Go to [Start]-[Administrative Tools]-[Services] on the Windows menu, and resume the following services. Select [Resume] or [Stop], then [Start] from the menu.

      • Interstage JServlet(OperationManagement)

      • Interstage Operation Tool

      [Linux]
      Execute the following command to resume services.

      # /opt/FJSVisgui/bin/ismngconsolestop <RETURN>
      # /opt/FJSVisgui/bin/ismngconsolestart <RETURN>


Post-Setup Cautions

When a terminal server has been installed, execute the following command using the command prompt to change the terminal service to the execution mode.

CHANGE USER /EXECUTE
User session is ready to execute applications.