This section explains the procedure for registering information of sub managers, in configurations where there are multiple Resource Orchestrator managers.
Procedure
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".
> 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
> 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.
> 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.
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
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