Top
ServerView Resource Orchestrator V3.4.0 Automatic Quarantining Function User's Guide
FUJITSU Software

2.13.4 Creating and Storing the XML File for Changing the Connected Network of Physical L-Servers to the Operation Network

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
  1. Execute the following command to output the base XML file for changing the network.
    > rcxadm lserver show -name Physical_L-Server_name -format xml
  2. 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>