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
<?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 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.
<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.
Configure the following values depending on the types of network devices.
<Ipv4Address address="Default gateway" parameternumber="1" />
Specify the IPv4 address of the default gateway in the network resource used on the relevant network device for the default gateway.