Top
ServerView Resource Orchestrator Cloud Edition V3.1.0 Setup Guide

19.4.1 Setting Method

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. Add the following keys and values:

    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.

    Note: 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 (*1)

    Specify the particular string 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.

    *1: 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 the Manager" in the "Operation Guide CE" for information on how to Restart the manager.