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.
-
Execute the following command to output the base XML file for changing the network.
> rcxadm lserver show -name Physical_L-Server_name -format xml
-
Delete any unnecessary information from the output XML file and edit the content according to the configuration of the operation network.
- Storage Location
- Installation_folder\SVROR\Manager\etc\files\avmgr
- File Name
-
unquarantine_Physical_L-Server_name.xml
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_number</NICIndex>
<MacAddress auto="false"></MacAddress>
<NetworkLinks>
<NetworkLink name="Network_name" index="Network_index" vlan_mode="VLAN_mode">
<IpAddress auto="IPAuto-configuration" address="IP_address"/>
</NetworkLink>
</NetworkLinks>
</NIC>
<NIC>
<NICIndex>NIC_number</NICIndex>
<MacAddress auto="false"></MacAddress>
<NetworkLinks>
<NetworkLink name="Network_name" index="Network_index" vlan_mode="VLAN_mode">
<IpAddress auto="IPAuto-configuration" address="IP_address"/>
</NetworkLink>
</NetworkLinks>
</NIC>
</NICs>
</LServer>
</Resources>