In addition to the operations in "Chapter 8 Defining and Configuring the Server Environment", the following operations are necessary.
Installation and configuration of the admin OS
Install and configure the admin OS of domain 0.
Installation and configuration of PRIMECLUSTER GDS on the admin OS
For details, refer to the PRIMECLUSTER GDS manual.
Configure SSH connection
Perform configuration to enable SSH connections from the admin server of Resource Orchestrator to the VM host using the admin LAN.
When configuring the SSH of VM hosts, make "3DES-CBC" usable as an encryption algorithm.
This configuration is necessary for the dashboard (System Conditions) to collect information.
The configuration procedure is shown below. (An example with OpenSSH, which is bundled with the OS)
Add "3des-cbc" to Ciphers in /etc/ssh/sshd_config.
Note: If Ciphers does not exist or is commented out, this addition is unnecessary.
"3DES-CBC" is enabled in the initial state.
Execute the following command to restart the SSH daemon.
# /etc/rc2.d/S55sshd restart