Add slave servers by using the same procedure as used during initial installation, outlined in "6.3 Adding Second and Subsequent Slave Servers".
This section explains the difference between this and initial installation, such as the definition information used and other points.
Example
Adding slave servers to a physical environment
The example below shows the definitions for additional installations.
Example of the cloning server definition file (clone.conf):
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 -,,,slave1,192.168.1.21,A0:A0:A0:A0:A0:A1,,public,192.168.1.121,admin,admin,plain,,,OFF -,,,slave2,192.168.1.22,A0:A0:A0:A0:A0:A2,,public,192.168.1.122,admin,admin,plain,,,OFF -,,,slave3,192.168.1.23,A0:A0:A0:A0:A0:A3,,public,192.168.1.123,admin,admin,plain,,,OFF -,,,slave4,192.168.1.24,A0:A0:A0:A0:A0:A4,,public,192.168.1.124,admin,admin,plain,,,OFF -,,,slave5,192.168.1.25,A0:A0:A0:A0:A0:A5,,public,192.168.1.125,admin,admin,plain,,,OFF new,,,slave6,192.168.1.26,A0:A0:A0:A0:A0:A6,,public,192.168.1.126,admin,admin,plain,,,OFF <-(*1) new,,,slave7,192.168.1.27,A0:A0:A0:A0:A0:A7,,public,192.168.1.127,admin,admin,plain,,,OFF <-(*1) new,,,slave8,192.168.1.28,A0:A0:A0:A0:A0:A8,,public,192.168.1.128,admin,admin,plain,,,OFF <-(*1) new,,,slave9,192.168.1.29,A0:A0:A0:A0:A0:A9,,public,192.168.1.129,admin,admin,plain,,,OFF <-(*1) new,,,slave10,192.168.1.30,A0:A0:A0:A0:A0:B0,,public,192.168.1.130,admin,admin,plain,,,OFF <-(*1) [ServerAgent] operation,server_name new,slave6 <-(*2)
*1: Server to be registered
*2: Server whose clone image is to be created
Example of checking slave server registration
# /opt/FJSVbdpp/bin/bdpp_listserver <Enter> PHYSICAL_SERVER SERVER ADMIN_IP STATUS MAINTENANCE --------------- ------ -------- ------ ----------- slave1 slave1 192.168.1.21 normal OFF slave2 slave2 192.168.1.22 normal OFF slave3 slave3 192.168.1.23 normal OFF slave4 slave4 192.168.1.24 normal OFF slave5 slave5 192.168.1.25 normal OFF slave6 slave6 192.168.1.26 normal OFF slave7 - 192.168.1.27 stop - slave8 - 192.168.1.28 stop - slave9 - 192.168.1.29 stop - slave10 - 192.168.1.30 stop -
Note
Existing clone images cannot be used to build slave servers that are scheduled to be added. Create a new clone image when installing an additional slave server.