This section describes the cloning server definition file (clone.conf) used by this product.
Any directory
This file is used to define the slave server that collects the cloning image and the slave server that is added using Smart Setup. The configuration definition file codes the items defined in each line, separated by commas.
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 (#)
Example
# Development environment definition
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
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 host name for the NIC that connects to the slave server admin LAN. For the host name, the first character must be a letter, and it must consist of 11 or fewer alphanumeric characters. Note If the host 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 host name for the slave server must also be 11 or fewer characters in order to preserve consistency across the system. |
ip_address | 192.168.1.13 | 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 | 10.10.10.13 | 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 need 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 host name corresponding to the Network Interface Card connected to the admin LAN of the slave server whose cloning image is to be collected. For the host 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, 10.10.10.13,A0:A0:A0:A0:A0:A1,,public,192.168.1.13,admin,admin,plain,,,OFF new,,,slave2, 10.10.10.14,A0:A0:A0:A0:A0:A2,,public,192.168.1.14,admin,admin,plain,,,OFF new,,,slave3, 10.10.10.15,A0:A0:A0:A0:A0:A3,,public,192.168.1.15,admin,admin,plain,,,OFF new,,,slave4, 10.10.10.16,A0:A0:A0:A0:A0:A4,,public,192.168.1.16,admin,admin,plain,,,OFF new,,,slave5, 10.10.10.17,A0:A0:A0:A0:A0:A5,,public,192.168.1.17,admin,admin,plain,,,OFF [ServerAgent] operation,server_name new,slave1