Top
ServerView Resource Orchestrator Virtual Edition V3.4.0 Design Guide
FUJITSU Software

7.7.3 Creating Network Configuration Information (XML Definition)

Create network configuration information (XML definition files) for registering network devices based on the network device information (admin IP address, account information, connection information) obtained from the network device administrator.

When Registering Network Devices as Network Devices before Installing Them

When a network device is registered as a network device, the monitoring function starts monitoring the state of that device. To avoid unnecessary monitoring, specify "true" for the Maintenance element when registering devices.
This setting enables the maintenance mode, excluding that device from monitored devices. After installing a network device and making it a monitoring target, release the maintenance mode.
The Maintenance element can be specified on individual network devices (individual Netdevice elements) to be registered.

When Batch Registering or Modifying Multiple Network Devices

When Managing Login Information

Specify the administrator information defined in "7.7.1 Settings for Managed Network Devices" in the XML definition file.
To check in advance whether the specified account information is correct, specify "check=true" for the LoginInfo element. This allows the login process to be performed using the specified account to check that login is possible.

However, if the account information has not been registered, because you do not use any function that uses account information, it is not necessary to specify the LoginInfo element.

The LoginInfo element can be specified on individual network devices (individual Netdevice tags) to be registered.

When "telnet" has been specified in the protocol element, only account information for network devices satisfying all of the following conditions can be confirmed.

Vendor

Unit Name

Prompt Type

Prompt Character

Fujitsu

SR-X
Ethernet Fabric (*1)

Login prompt

Login:

Password prompt

Password:

Command prompt (*2)

Arbitrary string#

Arbitrary string>

IPCOM EX
IPCOM VX
IPCOM VA

Login prompt

login:

Password prompt

Password:

Command prompt (*2)

Arbitrary string#

Arbitrary string>

Cisco

Catalyst
ASA

Login prompt

Username:

Password prompt

Password:

Command prompt (*2)

Arbitrary string#

Arbitrary string>

Nexus

Login prompt

login:

Password prompt

Password:

Command prompt (*2)

Arbitrary string#

Arbitrary string>

Brocade

Extreme Networks

VDX

Login prompt

Login:

Password prompt

Password:

Command prompt (*2)

Arbitrary string#

Arbitrary string>

F5 Networks

BIG-IP (*3)

Login prompt
Password prompt
Command prompt

There are no restrictions.

*1: Fujitsu PRIMERGY Converged Fabric switch blades (10 Gbps 18/8+2) or Fujitsu Converged Fabric switch are the targets.
*2: The "#" or ">" following arbitrary string is used as a prompt character for the command prompt.
*3: The model name for the BIG-IP LTM series is handled as "BIG-IP".

When Registering a Network Device that Provides a Web Interface for Management

When a problem occurs on the system, sometimes investigation may be performed using the Web interface provided by the network device. In such cases, it was necessary to start the web interface of the network device from another Web browser. However, specifying a URL for opening the web interface of the network device for the MgmtURL element when registering the network device makes it be possible to quickly open the web interface of the network device from the ROR console.

The MgmtURL element can be specified on individual network devices (individual Netdevice tags) to be registered.

When Registering Redundant Network Devices as Network Devices

Network devices that have the same "vendor name" and "device name" can be registered for redundant configurations. When registering a network device that has the same vendor name and device name, specify the same value as the registered network device for "Group_ID" of the Redundancy group_id element to treat that device as being in a redundant configuration.

For the "vendor name" and "device name" of a network device, collect MIB information from the network device when registering it, and confirm that the "vendor name" and "device name" are same as the ones of the registered device.

When Visualizing Networks

Register following network link information enables visualization of their connection relationships.

For details on visualization of networks, refer to "Chapter 13 NetworkViewer" in the "User's Guide VE".

For details on how to specify link information, refer to "8.1.1 Creation" in the "Reference Guide (Command) VE".

Information

When visualizing the link information between network devices and rack mount servers or tower servers, the following links are displayed for each server depending on the specifications of the link information of the network configuration information (XML definition).

Table 7.1 Displayed Link Information

Specification of the Connection Port Name of the Network Configuration Information

Displayed Link Information

Connection port name of the device (Port)

The link to the NIC with the number specified in <Port> is displayed.

Connection port name of the device for display (NicIndex)

The link to the NIC with Index specified in <NicIndex> is displayed.

The connection port name of the device (Port) and the connection port name of the device for display (NicIndex)

The link to the NIC with Index specified in <NicIndex> is displayed.
The link to the NIC with the number specified in <Port> is not displayed.

When Registering Unsupported Network Device Models

Add the model of the network device to be registered to the model definition for network devices, and register the network device after updating the model definition file.

For details on model definitions, refer to "8.2 Network Device Model Definition" in the "Reference Guide (Command) VE".

When Regularly Monitoring Network Devices Registered as Network Device Resources

When the workload of the network or network devices is temporarily increased, the response to the communication of regular monitoring may be delayed. When this delay exceeds the time-out period, the communication for regular monitoring will be executed again.

Therefore, if the monitoring interval (Interval element) or timeout period (Timeout element) specified during registration is short, the number of communications for regular monitoring may increase. It is recommended to use the default values in order to avoid increasing the load on the network and network devices.

When Registering an Ethernet Fabric Switch (Converged Fabric)

When Registering an Ethernet Fabric Switch (VCS)

When Registering IPCOM VX

When Registering IPCOM VA

Information

Necessary definitions based on the number of devices to be registered.

  • When registering each network device individually

    The Netdevice element must be the first.

  • When registering all network devices at once

    Starting with the Netconfig element, define the settings for each network device under the Netdevices element.
    When registering multiple network devices at once, connection information can be also defined under the Links element.

See

  • For details on network configuration information (XML definitions), refer to "8.1 Network Configuration Information" in the "Reference Guide (Command) VE".

  • For details on the rcxadm netconfig command, refer to "3.2 rcxadm netconfig" in the "Reference Guide (Command) VE".

  • For details on releasing maintenance mode, refer to "20.1 Switchover of Maintenance Mode" in the "User's Guide VE".

  • For details on model definitions for network devices, refer to "8.2 Network Device Model Definition" in the "Reference Guide (Command) VE".