This section explains XML files for changing the network of physical L-Servers from the operation network to the quarantine network.
The XML files necessary for changing the network physical L-Servers are connected to from the operation network to the quarantine network.
Creation and storing of XML files for changing the network to the quarantine network is possible even when Resource Orchestrator is operating.
> rcxadm lserver show -name L-Server_name -format xml
The Resources, LServer, and NICs elements must be included.
Depending on the details of the quarantine network, modify the values for "name" in the NetworkLink element and "address" in the IpAddress element.
<?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> *Specify as many NIC elements as the number of management network and business network NICs </NICs> </LServer> </Resources>
Element Name | Description | Remarks (Possible Values, Examples) |
---|---|---|
NIC index (NICIndex) |
Number to identify the NIC definition to allocate to the L-Server |
Specify an integer between 0 and 31 starting with "0". For physical L-Servers, specify the NIC number defined for the rack mount server decided in "9.3.5 Pre-configuring Managed Servers" in the "Design Guide CE" with 1 subtracted from it. Example If the NIC number of the leftmost NIC on the back of a rack mount server was defined as "1" in "9.3.5 Pre-configuring Managed Servers" in the "Design Guide CE", specify "0" here. |
VLAN mode (NetworkLink vlan_mode) |
VLAN mode (optional) |
Specify a VLAN mode. The IP address can be specified using the following methods:
When vlan_mode is omitted, tagged VLAN communication is used. |
MAC_address (MacAddress) |
The MAC address to allocate to the L-Server NIC |
The WWN can be specified using the following methods: <MacAddress auto="false"></MacAddress> |
Network_name (NetworkLink name) |
Name of the network that the L-Server connects to |
Specify the name of an existing network resource. If the target network resource is an admin LAN resource, specify "untagged" for vlan_mode. As a quarantine network resource cannot be an admin LAN resource, this condition does not apply when changing the definition of the quarantine network. |
Network_index (Index) |
The network index |
Specify a network index. The index starts from "0". |
IP_address (IpAddress) |
IP address to allocate to the L-Server |
The IP address can be specified using the following methods:
Even if the IpAddress element is omitted, an IP address is automatically assigned from the address range set for the network resource. |
See
For details on the definition information for physical L-Servers (XML), refer to the following manual.
[Windows Manager]
Installation_folder\SVROR\Manager\etc\files\avmgr
quarantine_L-Server_name.xml
Information
When an L-Server in which multiple NICs are defined is quarantined, enter as many lines enclosed by the NIC elements as the defined NICs to set each NIC so all the NICs will be connected to the quarantine network.
Specifying the same network for each NIC will cause no problems.
To modify the default value of the storage directory of the XML files, create the definition file.
For details on the definition results file, refer to "A.5 Definition File of the Storage Directory of the XML Files for Changing the Network".