Top
ServerView Resource Orchestrator V3.4.0 Automatic Quarantining Function User's Guide
FUJITSU Software

2.5.8.2 Definition File for Connection to the Network that Was Created in Advance [Citrix Xen]

Functionality is provided for connecting networks created on XenServer to virtual NICs.

Manually configure the networks on XenServer in advance. To connect networks created on XenServer to

virtual NICs, use a different VLAN ID for each XenServer network.

Preparations

  1. Create XenServer networks

    It is necessary to create networks on VM hosts for L-Servers to connect to.

    Create a network with the same name (including the use of uppercase and lowercase) on all VM hosts in the cluster.

    This virtual network enables VM guests to migrate between VM hosts.

    When configuring a XenServer network while also using server virtualization software other than XenServer with the same manager, configure names for the virtual switch, virtual network, and virtual bridge of XenServer that are different from those configured on the other server virtualization software.

    For how to create networks on XenServer, refer to the manuals for Citrix XenServer.

  2. Configure the XenServer network communication settings

    Perform configuration of the LAN switch blade so that networks created in XenServer with the same name can communicate with each other using tagged VLAN communication.

    1. In the server resource tree of the ROR console, right-click the relevant LAN switch blade, and then select [Modify]-[Network Settings] in the displayed menu.

    2. The [VLAN Settings] dialog is displayed.

    3. Configure the VLAN settings.

Definitions of Correspondences Between Networks Created on XenServer and VLAN IDs

The following Resource Orchestrator definition file contains correspondences between networks created on XenServer and VLAN IDs.

Format of the Definition File

Location of the Definition File

[Windows Manager]

Installation_folder\SVROR\Manager\etc\customize_data

Name of the Definition File

vnetwork_citrixxen.rcxprop

Character Code

[Windows Manager]

UTF-8

Line Break Code

[Windows Manager]

CR/LF

Format of the Definition File

Define each line of the network definition file as follows.

"Name_of_the_network_created_on_XenServer"=VLAN ID[,VLAN ID...]

Specify a value between 1 and 4094 for each VLAN ID. When specifying a sequence of numbers, include a hyphen ("-"), as in "1-4094".

Example

"Network A"=10

"Network B"=21,22,23

"Network C"=100-200,300-400,500

Any spaces before or after an equal sign ("=") or a comma (",") will be ignored.

Ensure that you specify the name of the network using exactly the same notation as on the VM host, including the use of uppercase and lowercase.

Save the file in the UTF-8 character code.

When there are multiple lines with the same network name, all of the lines are valid.

When there are multiple lines with the same VLAN ID but different network names, the line closest to the top of the file is treated as valid, and all lower lines are ignored.

Example

"Network D"=11

"Network D"=12 (*1)

"Network E"=11,15 (*2)

*1: These two lines could also be written as one line, as in '"Network D"=11,12'.

*2: "11" is ignored.