This section explains the settings in the clone.conf cloning server definition file.
Any directory
This file is used to define the slave server that creates the clone image and the slave server that is added using Smart Setup.
Specify items to be defined on separate lines by delimiting with a comma (",").
Use the format below to code each line.
It is essential that the first line of the file starts with the following content:
RCXCSV,V3.4
Content defined on the following lines is treated as a comment and skipped.
Lines in which the leading character of the string is a comment symbol (#)
Lines in which there is only a space ( ), tab symbol, or line feed
Lines in which there is only a comma (,)
Resource definitions that cannot be recognized
Example
Comment line
# Development environment definition
Define the Server section and the ServerAgent section.
Specify [Server].
Specify the section headers and values shown below.
Section header | Value to be specified (settings example) | Content |
---|---|---|
operation | new | Specify the following as the resource operation content: Register: new Change: change Hyphen (-): Do nothing |
chassis_name | - | Omit this information. |
slot_no | - | Omit this information. |
server_name | slave1 | Specify the name of the slave server (the host name specified in the HOSTNAME parameter of the /etc/sysconfig/network file). For the server name, the first character must be a letter, and it must consist of 11 or fewer alphanumeric characters. Note If the server name of the slave server is within 15 characters, then input is possible, but as the master server must be 11 or fewer characters, then the server name for the slave server must also be 11 or fewer characters to preserve consistency across the system. |
ip_address | 192.168.1.21 | Specify the IP address that is assigned to the NIC that connects to the admin LAN set in the slave server. |
mac_address | A0-A0-A0-A0-A0-A0 | Specify the NIC MAC address that connects to the admin LAN. Enter the address using either the hyphen ("-") or colon (:) delimited format ("xx-xx-xx-xx-xx-xx" or xx:xx:xx:xx:xx:xx). |
second_mac_address | - | Omit this information. |
snmp_community_name | public | Specify the SNMP community name (reference permission) to be set for the server. Specify a string of up to 32 characters comprised of single-byte alphanumerics, underscores (_), and hyphens (-). |
ipmi_ip_address | 192.168.1.121 | Specify the IP address of the remote management controller that manages the server. |
ipmi_user_name | admin | Specify a user name having administrator permissions or higher for the remote management controller that manages the server. Specify a string of up to 16 characters comprised of single-byte alphanumerics and ASCII character symbols (0x20 to 0x7e). |
ipmi_passwd | admin | Specify the password of the remote management controller that manages the server. Specify a string of up to 16 characters comprised of single-byte alphanumerics and ASCII character symbols (0x20 to 0x7e). Nothing needs to be specified if a password is not set. Note If a password that is 17 characters or more is already set for the remote management controller, either add a new user or reset the password using 16 characters or less. |
ipmi_passwd_enc | plain | Specify one of the following:
|
admin_lan1_nic_number | - | Omit this information. |
admin_lan2_nic_number | - | Omit this information. |
admin_lan_nic_redundancy | OFF | Specify OFF for this information. |
Specify [ServerAgent].
Specify the section headers and values shown below.
Section header | Value to be specified (settings example) | Content |
---|---|---|
operation | new | Specify the following as the resource operation content: Register: new Change: change Hyphen (-): Do nothing |
server_name | slave1 | Specify the name of the slave server that creates the clone image (the host name specified in the HOSTNAME parameter of the /etc/sysconfig/network file). For the server name, the first character must be a letter, and it must consist of 11 or fewer alphanumeric characters. |
RCXCSV,V3.4 [Server] operation,chassis_name,slot_no,server_name,ip_address,mac_address,second_mac_address,snmp_community_name,ipmi_ip_address,ipmi_user_name,ipmi_passwd,ipmi_passwd_enc,admin_lan1_nic_number,admin_lan2_nic_number,admin_lan_nic_redundancy new,,,slave1,192.168.1.21,A0:A0:A0:A0:A0:A1,,public,192.168.1.121,admin,admin,plain,,,OFF new,,,slave2,192.168.1.22,A0:A0:A0:A0:A0:A2,,public,192.168.1.122,admin,admin,plain,,,OFF new,,,slave3,192.168.1.23,A0:A0:A0:A0:A0:A3,,public,192.168.1.123,admin,admin,plain,,,OFF new,,,slave4,192.168.1.24,A0:A0:A0:A0:A0:A4,,public,192.168.1.124,admin,admin,plain,,,OFF new,,,slave5,192.168.1.25,A0:A0:A0:A0:A0:A5,,public,192.168.1.125,admin,admin,plain,,,OFF [ServerAgent] operation,server_name new,slave1