Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Reference Guide for Infrastructure Administrators (Resource Management)

2.15 Network Device Interface Configuration File

Create the following files to configure the interfaces in the network devices using the scripts called by the auto-configuration function.

[Windows]
Installation_folder\Manager\etc\scripts\network_resource\Unm_network_setting.xml

[Linux]
/etc/opt/FJSVrcvmr/scripts/network_resource/Unm_network_setting.xml

The XML definition of the interface configuration file of network device is as follows:

<?xml version="1.0" encoding="utf-8"?>
<UnmNetwork>
<Networks>
  <PXENetworkLink name="Network Resource Name"/>
    <NetworkDevices>
      <NetworkDevice name="Node Name">
        <Ipv4Addresses>
          <Ipv4Address address="IPv4 Address1" parameternumber="Sequential Number1"/>
          <Ipv4Address address="IPv4 Address2" parameternumber="Sequential Number2"/>
          ...
        </Ipv4Addresses>
        <Ipv6Prefix>IPv6 Prefix</Ipv6Prefix>
        <Ipv6Prefixlen>IPv6 Prefix Length</Ipv6Prefixlen>
        <Ipv6Addresses>
          <Ipv6Address address="IPv6 Address1" parameternumber="Sequential Number1"/>
          <Ipv6Address address="IPv6 Address2" parameternumber="Sequential Number2"/>
          ...
        </Ipv6Addresses>
        <Vrid>VRID</Vrid>
      </NetworkDevice>
      ...
    </NetworkDevices>
  </Network>
  ...
<Networks>
</UnmNetwork>
Table 2.20 List of Defined XML Items for Interface Configuration Files of Network Devices

Element Name

Description

Remarks (Possible Values, Examples)

Network Resource Name

(Network name)

Name of the network resource

Specify a character string beginning with an alphanumeric character and containing up to 32 alphanumeric characters, underscores ("_"), periods ("."), or hyphens ("-").

Node Name

(NetworkDevice name)

Name of node

Specify a character string containing up to 32 alphanumeric characters, underscores ("_"), hyphens ("-"), and periods (".").

IPv4 Address

(Ipv4Address address)

IPv4 address used in the specified node

(optional)

Specify the IP address in IPv4 format.

Sequential Serial Number

(parameternumber)

Sequential serial number for reserved variables

Specify an integer between 1 and 99.

IPv6 Prefix

(Ipv6Prefix)

IPv6 prefix used in the specified node

(optional)

Specify the IPv6 prefix.

IPv6 Prefix Length

(Ipv6Prefixlen)

IPv6 prefix length used in the specified node

(optional)

Specify the IPv6 prefix length.

IPv6 Address

(Ipv6Address address)

IPv6 address used in the specified node

(optional)

Specify the IP address in the IPv6 format.

Sequential Serial Number

(parameternumber)

Sequential serial number for reserved variables

Specify an integer between 1 and 99.

VRID

(Vrid)

VRID values used in the specified node

Specify an integer between 1 and 255.