This section explains the procedure for creating and storing the XML file for changing the connected network of physical L-Servers to the operation network.
Procedure
Execute the following command to output the base XML file for changing the network.
> cd Installation_folder\SVROR\Manager\etc\files\avmgr <RETURN> > rcxadm lserver show -name Physical_L-Server_name -format xml > unquarantine_Physical_L-Server_name.xml <RETURN>
Delete any unnecessary information from the XML file and edit the underlined red text below according to the configuration of the operation network.
For details on the XML file, refer to "Table A.2 Excerpt from Definition Information for Physical L-Servers (XML)".
<?xml version="1.0" encoding="utf-8"?> <Resources> <LServer name="L-Server_name"> <NICs> <NIC> <NICIndex>NIC_index</NICIndex> <MacAddress auto="false"></MacAddress> <NetworkLinks> <NetworkLink name="Network_name" index="Network_index" vlan_mode="VLAN_mode"> <IpAddress auto="Automatic_IP_configuration" address="IP_address"/> </NetworkLink> </NetworkLinks> </NIC> <NIC> <NICIndex>NIC_index</NICIndex> <MacAddress auto="false"></MacAddress> <NetworkLinks> <NetworkLink name="Network_name" index="Network_index" vlan_mode="VLAN_mode"> <IpAddress auto="Automatic_IP_configuration" address="IP_address"/> </NetworkLink> </NetworkLinks> </NIC> </NICs> </LServer> </Resources>