Point
Setting the Host Names for Virtual Servers can be set by "Setup Wizard" on the ROR console.
Refer to "3.1 Setup Wizard" in the "User's Guide for Infrastructure Administrators CE" for information on "Setup Wizard".
Use the following procedure to specify the setting method:
Open the definition file in a text editor.
The definition file is stored in the following location:
[Windows Manager]
Installation_folder\RCXCFMG\config\vsys_config.xml
[Linux Manager]
/etc/opt/FJSVcfmg/config/vsys_config.xml
Set the following items in the settings file:
Key name | Setting range | Content |
---|---|---|
hostname-method | 1 to 4 | Specify the method for setting host names. |
hostname-header | An arbitrary string with one to eight characters (*) | Specify the prefix to be set as the host name. |
hostname-digits | 1 to 7 | Specify the number of digits for the serial number to be set for the host name. |
hostname-check | yes/no | This key specifies whether to check for duplicate host names. yes: Returns a deployment error if the same host name exists on the server where the system has been deployed. |
* Note: The characters that can be specified are alphanumeric characters and hyphens ("-"). However, the string cannot consist of only numbers.
A specification example is shown below:
Note
<properties version="1.0"> : <entry key="hostname-method">3</entry> <entry key="hostname-header">HOST-</entry> <entry key="hostname-digits">4</entry>
Save the file.
Restart the manager.
Refer to "2.1 Starting and Stopping Managers" in the "Operation Guide CE" for information on how to Restart the manager.