Top
ServerView Resource Orchestrator Cloud Edition V3.3.0 Automatic Quarantining FunctionUser's Guide
FUJITSU Software

2.11.3 Creating and Storing the XML File for Changing the Network of Physical L-Servers from the Operation Network to the Quarantine Network

This section explains the procedure for creating and storing the XML file for changing the network of physical L-Servers from the operation network to the quarantine network.

Procedure

  1. 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 > quarantine_Physical_L-Server_name.xml <RETURN>
  2. Delete any unnecessary information from the XML file and edit the underlined red text below according to the configuration of the quarantine network.

    Be sure not to accidentally delete any NIC elements of networks that are not the target of modification from the XML file.

    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>