Top
ServerView Resource Orchestrator V3.4.0 Automatic Quarantining Function User's Guide
FUJITSU Software

2.8 Registering Sub Manager Information

This section explains the procedure for registering information of sub managers, in configurations where there are multiple Resource Orchestrator managers.

Procedure

  • Register sub manager information.

    Execute the following command on the first manager of Resource Orchestrator.

    > rcxadm submgr create -host IP_address_or_FQDN_of_the_sub_manager -port Port_number_used_for_the_rcxweb_service -user User_name_of_the_user_with_administrator_privileges_for_the_OS_of_the_sub_manager -password Password_of_the_user_with_administrator_privileges_for_the_OS_of_the_sub_manager -ror_user User_name_of_the_privileged_user_of_the_sub_manager -ror_password Password_of_the_privileged_user_of_the_sub_manager 

    When using multiple sub managers, register all of the sub manager.

Confirmation of Results

Execute the following command, and confirm that the information of the sub manager has been registered.

> rcxadm submgr list

See

For details on the rcxadm submgr command, refer to "4.7 rcxadm submgr".

[Trend Micro OfficeScan] [McAfee]
  1. Authorize remote management.
    1. Execute the following command on the first manager, and record the content displayed in TrustedHosts.
      > winrm get winrm/config/client 

      Record the content displayed in TrustedHosts. If the displayed content is a single asterisk ("*"), or the manually configured "IP_address_or_FQDN_of_the_sub_manager", it is not necessary to perform steps b and c below.

      Example

      Results Displayed when Multiple Servers Are Registered

      192.168.1.100, 192.168.1.101
    2. Execute the following command on the first manager of Resource Orchestrator. When entering the command, enter the results of step a in the "Content_recorded_in_step_a" below.
      > winrm set winrm/config/client @{TrustedHosts="Content_recorded_in_step_a, IP_address_or_FQDN_of_the_sub_manager"}

      Example

      Command for when Multiple Sub Managers Are Registered

      > winrm set winrm/config/client @{TrustedHosts="192.168.1.100, 192.168.1.101,IP_address_or_FQDN_of_the_sub_manager_1, IP_address_or_FQDN_of_the_sub_manager_2"} 

      Note

      The same value must be set for the value set using the "rcxadm submgr" command and the value set using the winrm command.

      When set using the IP address, set the IP address, and when set using the FQDN, set the FQDN.

    3. Execute the following command on the first manager, and check the content of TrustedHosts.
      > winrm get winrm/config/client

      If the address of the sub manager you entered in "Content_recorded_in_step_a" has been added, then there are no problems.

  2. Configure the sub manager to allow access from Windows Remote Management.

    Log in to the sub manager as a user with administrator privileges, and execute the following command from the command prompt. When the prompt is displayed, enter "y".

    > winrm quickconfig
  3. Change the PowerShell execution policies.

    On the first manager and the sub managers, change the PowerShell execution policy to "RemoteSigned".

    Start the PowerShell console using administrator privileges and execute the following command.

    > Set-ExecutionPolicy -ExecutionPolicy RemoteSigned