Top
ServerView Resource Orchestrator Cloud Edition V3.3.0 Design Guide
FUJITSU Software

I.3.1 Interface Configuration Files

When performing auto-configuration of network devices using simple configuration mode, it is necessary to create the interface configuration file. Refer to "15.17 Network Device Interface Configuration File" in the "Reference Guide (Command/XML) CE" for details.

Deployment Location for Interface Configuration Files

[Windows Manager]
Installation_folder\SVROR\Manager\etc\scripts\network_resource\

[Linux Manager]
/etc/opt/FJSVrcvmr/scripts/network_resource/

Format

NS Appliance
<?xml version="1.0" encoding="utf-8"?>
<UnmNetwork>
  <Networks>
    <Network name="Network resource name">
      <NetworkDevices>
        <NetworkDevice name="Network device name">
          <Ipv4Addresses>
            <Ipv4Address address="Default gateway" parameternumber="1" />
          </Ipv4Addresses>
        </NetworkDevice>
        :
      </NetworkDevices>
      :
    </Network>
    :
  </Networks>
</UnmNetwork>
Network Resource Name
<Network name="Network resource name">

Specify the network resources to use when deploying L-Platforms.
It is necessary to register all network resources which may be used.

Network Device Name
<NetworkDevice name="Network device name">

For the network device name, specify the network device name of the NS appliance which is the configuration target of the simple configuration mode used for the network resources.

Information under the Network Device Name

Configure the following values depending on the types of network devices.

<Ipv4Address address="Default gateway" parameternumber="1" />
Default gateway

Specify the IPv4 address of the default gateway in the network resource used on the relevant network device for the default gateway.