Top
ServerView Resource Orchestrator Cloud Edition V3.2.0 Setup Guide
FUJITSU Software

8.7.4 Manual Network Configuration

Specify the network interface to be allocated to an L-Server (non-global zone) based on the network resource. Therefore, it is necessary to associate the network resource and the network interface in the global zone in advance.


When Using Solaris Zones (Solaris 11)

A virtual NIC is automatically allocated to the network interface associated using the anet of Solaris 11 during L-Server creation.

In the global zone, only one network interface can be associated with one network resource. However, it is possible to associate multiple network interfaces by associating the aggr Link created using the dladm create-aggr command.

The VLAN ID specified for the network resource is set to the virtual NIC.

To associate network resources and network interfaces, use the definition file.

For details on definition file format, refer to "File Format for Virtual Network Definitions".

When Using Solaris Zones (Solaris 10)

In the global zone, only one network interface can be associated with the network resource. When there are multiple network interfaces in the global zone, create a network resource for each network interface.

When using exclusive IP settings, the network interface in the global zone must be allocated to only one non-global zone. Only specify the network resources for one L-Server.

Use the VLAN ID as an identifier in order to associate the network resource with the network interface in the global zone. Use different VLAN IDs for each network interface in the global zone.

The VLAN ID is used as an identifier, but VLAN settings are not performed. When VLAN settings are required, configure them in advance.

To associate network resources and network interfaces, use the definition file.

For details on definition file format, refer to "File Format for Virtual Network Definitions".

Preparation

It is necessary to configure the following settings beforehand.

  1. Check the Network Interface

    In VM hosts (global zones) managed with Resource Orchestrator, check that the network interfaces used by VM guests are not being used.

    When migrating VM guests (non-global zone) between VM hosts (global zones), check if the source and destination network interfaces have the same name.

    When configuring the network interface, if using a server virtualization software other than a Solaris Zone on the same manager, check that a different name from the one used for a virtual switch, a virtual network, or a virtual bridge on the other server virtualization software is used.

  2. Define the Supported Network Interface and VLAN IDs.

    Define the supported network interface and VLAN IDs in the virtual network definition file for Resource Orchestrator.

    For details on definition file format, refer to "File Format for Virtual Network Definitions".

  3. Create Network Resources

    • From the GUI:

      Create network resources using the VLAN IDs specified in step 2.

      In the [Create a network resource] dialog, check the [Use configured virtual switches/port profile.] checkbox.

    • From the Command-line:

      1. Create the XML file that defines network resources.

        Define the VLAN ID specified in step 2 in the XML file.

        In this case, specify auto="false" in the Network element.

      2. To create the network resource, execute the rcxadm network create command specifying the XML file created in step a.

        The network resources are created.

        For details on the rcxadm network command, refer to "3.9 rcxadm network" in the "Reference Guide (Command/XML) CE".

        For details on the Network element, refer to "15.6 Network Resources" in the "Reference Guide (Command/XML) CE".

File Format for Virtual Network Definitions

Location of the Definition File

[Windows Manager]
Installation_folder\SVROR\Manager\etc\customize_data

[Linux Manager]
/etc/opt/FJSVrcvmr/customize_data

Definition File Name

vnetwork_solariscontainer.rcxprop

Definition File Format

Describe the network definition file in one line as below:

  • When Using Solaris Zones (Solaris 11)

    "Physical link or aggr Link"=VLAN ID

    When using Solaris 11 Zones, specify the link where the virtual NIC is created, on the left side. Physical Link and aggr Link can be specified. When specifying a physical Link, a device instance name including the driver name and device instant number, and a generic link name can be specified.

  • When Using Solaris Zones (Solaris 10)

    "Network interface name"=VLAN ID

    When using Solaris 10 Zones, specify the network interface allocated to an L-Server (non-global zone), on the left side. A device instance name including the driver name and device instant number can be specified.


For the VLAN ID, a value from 1 to 4094 can be specified.


Note

  • Blank spaces before and after equal signs ("=") are ignored.

  • Describe the network interface name, physical Link, and aggr Link correctly, as entry is case-sensitive.

  • When the same VLAN ID is included in a line with a different network interface name, a physical Link, or an aggr Link, the first occurrence in the file is valid and the lines after it are ignored.

  • Save files using the UTF-8 character code.

  • An error occurs during L-Server (non-global zone) creation if the definition of the VLAN ID of the network resource connected to the NIC cannot be found.

Example

"bge1"=12
"e1000g0"=34
"net4"=56
"aggr1"=78