Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Setup Guide
ServerView

18.4.1 Setting Method

Point

Setting the Host Names for Virtual Servers can be set by "Setup Wizard" on the ROR Console.

For details of "Setup Wizard", refer to "3.1 Setup Wizard" in the "User's Guide for Infrastructure Administrators CE".

Use the following procedure to specify the setting method:

  1. 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
  2. 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.

    If this key is omitted, "1" will be used as the default value.

    The number specified for this key corresponds to the setting method number in the table.

    hostname-header

    An arbitrary string with one to eight characters (*)

    Specify the prefix to be set as the host name.

    This key is only valid if "3" is specified for the "hostname-method" key.

    If this key is omitted, "VM-" will be used as the default value.

    hostname-digits

    1 to 7

    Specify the number of digits for the serial number to be set for the host name.

    This key is only valid if "3" or "4" is specified for the "hostname-method" key.

    If this key is omitted, "7" will be used as the default value.

    hostname-check

    yes/no

    This key specifies whether to check for duplicate host names.

    This key is only valid if "2" is specified for the "hostname-method" key.

    yes: Returns a deployment error if the same host name exists on the server where the system has been deployed.

    no: Does not return an error even if the same host name exists.

    If this key is omitted, "yes" will be used as the default value.

    * 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>
  3. Save the file.

  4. Restart the manager.
    Refer to "2.1 Starting and Stopping Managers" in the "Operation Guide CE" for information on how to Restart the manager.