Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Setup Guide

E.2.2 Preparations

Pre-setup preparations are required to create and manage VMware virtual machines as L-Servers of Resource Orchestrator.

For details on pre-setup preparations for VMware environments, refer to the VMware manual.


Preparations for Servers

In addition to the operations in "4.1.1.1 Preparations for Server Environments", the following operations are necessary.

For details, refer to the VMware manual.

Information

When performing inter-cluster movement (migration), for VMware this means inter-resource pool movement (migration). Moving an L-Server (migration) is only possible in the same cluster (the same resource pool) because resource pools of VMware are not managed in Resource Orchestrator. For details on resource pools of VMware, refer to the "vSphere Resource Management Guide" of VMware.

Refer to the relevant version of the document, referring to the following web site:

URL: http://www.vmware.com/support/pubs/vs_pubs.html (As of February 2012)


When Deploying VM Hosts Using Auto Deploy

  1. Setup the Auto Deploy Server

    Setup the Auto Deploy server.
    For details, refer to the manual of server virtualization software.

  2. Configure the DHCP Server

    Prepare a server other than admin server, and configure the DHCP server to be used by the Auto Deploy function.
    Perform configuration so the DHCP server assigns IP addresses only to VM hosts that have been configured using network boot services that use DHCP protocols such as Auto Deploy.
    For details, refer to the manual of the server used as the DHCP server.

  3. Configure the TFT Server

    Prepare a server other than admin server, and configure the TFTP server to be used by the Auto Deploy function.
    For details, refer to the manual of the server used as the TFTP server.

  4. Setup a VM Host

    Setup a VM host for a physical L-Server.
    Refer to "Appendix F Installation of VM Hosts on Physical L-Servers" and set up VM hosts.

    Point

    • When creating an L-Server, prepare a disk for the dump area.

      At least one disk should be prepared specifying a disk that is not shared with other L-Servers.
      On that disk, create a dump area for VMware ESXi.

    • For the first L-Server that uses Auto Deploy, prepare the necessary number of disks with the disk capacity necessary for storing VM guests to share with other L-Servers.

      When there are two or more L-Servers, prepare the disk for storing VM guests connected to the first L-Server.

      On that disk, create an area for VMFS to use as a datastore.

    • When configuring a VM host using Auto Deploy, use VIOM for I/O virtualization.

    Note

    As HBA address rename requires PXE boot, use in combination with Auto Deploy using the same PXE boot is not possible.


Storage Preparations

Check the following:

Network Preparations

Check the following:

When Using IBP

When using virtual L-Servers, connect the IBP uplink sets used for the public LAN and admin LAN to the VM host regardless of VIOM, after creating each IBP uplink set.

It is not necessary to use the same name for the uplink set and the name of the network resource.

Point

  • For VMware virtual switches, configuration is not necessary as they are automatically configured by Resource Orchestrator.

  • When performing movement between servers (migration), configure the VMkernel port group for VMotion on each VM host.

  • For details on how to configure the VMkernel port group, refer to the information in "vSphere Basic System Administration" of VMware.

    Refer to the relevant version of the document, referring to the following web site:

    vSphere Basic System Administration

    URL: http://www.vmware.com/support/pubs/vs_pubs.html (As of February 2012)


When Using Distributed Virtual Switch (VMware vDS)

In Resource Orchestrator, the NICs of VM guests and port groups can be connected to the port groups of a distributed virtual switch (VMware vDS). The port groups of the distributed virtual switch should be configured beforehand manually.

When using VMware vDS, the following preparation is necessary:

  1. Create Port Groups of the Distributed Virtual Switch

    Refer to the VMware manual, and create them manually.

  2. Define the Correspondence of the Port Groups of the Distributed Virtual Switch and VLAN IDs

    Create the distributed virtual network definition file shown below, and associate the port groups and the VLAN IDs:

    Storage Location of Distributed Virtual Network Definition Files

    [Windows]
    Installation_folder\Manager\etc\customize_data

    [Linux]
    /etc/opt/FJSVrcvmr/customize_data

    Distributed virtual network definition file name

    vnetwork_vmware.rcxprop

    File format for distributed virtual network definitions

    Describe the distributed virtual network definition file in individual lines in the following format:

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

    For the VLAN ID, an integer between 1 and 4094 can be specified. When specifying a sequence of numbers, use a hyphen ("-") such as in "1-4094".

    Example

    "Network A"=10
    "Network B"=21,22,23
    "Network C"=100-200,300-400,500

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

    • Describe the port group name of the distributed virtual switch correctly, as entry is case-sensitive.

    • Use the UTF-8 character code.

    • When there are multiple lines with the same distributed virtual switch port group name, all specified lines are valid.

    • When the same VLAN ID is used in lines where the port group names of different distributed virtual switches are described, the VLAN ID in the first line is valid.

  3. Place the Distributed Virtual Switch Usage Configuration File

    Place the distributed virtual switch use configuration file. Create the following folder and place an empty file in it.

    Storage Location of Distributed Virtual Switch Usage Configuration Files

    [Windows]
    Installation_folder\Manager\etc\vm

    [Linux]
    /etc/opt/FJSVrcvmr/vm

    Distributed Virtual Switch Usage Configuration Name

    vds_vc


When Using the Definition for Port Groups Excluded from the Selections for Automatic Network Configuration

If the names of the port groups to be excluded from automatic network configuration have been specified in the VMware excluded port group definition file, creation of L-Servers is possible, even if the VLAN set for the service console or VMkernel network and the one set for the port group on the virtual switch is the same.

When using a VMware excluded port group definition, the following preparation is necessary:

  1. On the managed server, create a port group of the service console (or VMkernel) and the virtual switch that use the same VLAN ID.

    Refer to the VMware manual, and create them manually.

  2. Create a VMware excluded port group definition file, and define the name of the service console created at 1. as the port group name to be excluded.

    Storage location of the VMware excluded port group definition file

    [Windows]
    Installation_folder\Manager\etc\customize_data

    [Linux]
    /etc/opt/FJSVrcvmr/customize_data

    File name of the VMware excluded port group definition file

    vnetwork_excluded_vmware.rcxprop

    File format for the VMware excluded port group definition file

    Describe the VMware excluded port group definition file in individual lines in the following format:

    Port_group_name_to_be_excluded

    Example

    Service Console
    VMkernel
    Service Console2

    • Lines starting with "#" are regarded as comments, and ignored.

    • Blank lines are ignored.

    • Describe Port_group_name_to_be_excluded correctly, as the entry is case-sensitive.

    • Use the UTF-8 character code.

    • For the Port_group_name_to_be_excluded, from the front of the line to the line break code in each line is regarded as a single name.

    • When there are multiple lines with the same Port_group_name_to_be_excluded, all specified lines are valid.

    Note

    When using the definition of the port groups excluded from the selections for automatic network configuration, take note of the following points:

    • The VLAN of the service console and VMkernel network is the admin LAN. As this configuration allows a public LAN using the same VLAN, security risks increase.

      For these reasons, that this configuration is for users using the same VLAN in the system configuration. The infrastructure administrator should determine if these directions can be used or not, taking possible security risks into account.


When Performing Alive Monitoring (Heartbeat Monitoring) for L-Server

For Resource Orchestrator alive monitoring functions, "VM Monitoring" functions for VMware HA are used. Therefore, configure the following settings:

  1. Configure VMware clusters

    Configure VMware clusters in a VM host operating an L-Server.

  2. Configure VMware HA

    Enable VMware HA in VMware clusters configured in 1.


When using Console Connections from Public LAN

Use the following procedure when using console connections from the public LAN. For details on the configuration method, refer to the VM management software manual.

  1. Create a virtual switch to connect with the public LAN on VM management software.

  2. Create a Service Console or port group for VMKernel on the created virtual switch on VM management.software.

    • When using VMware ESX

      Create a port group for Service Console.

    • When using VMware ESXi

      Create a port group for VMKernel.

    When creating port groups for Service Console or VMkernel, configure IP addresses and VLAN IDs for the VM host to match to the settings of the public LAN which is the destination for connection. When using multiple network resources as public LANs, create port groups for Service Console or VMKernel corresponding to each resource, and configure the IP addresses and VLAN IDs appropriately.

  3. Configure port groups excluded from the selection for automatic network configuration in Resource Orchestrator.

    The VLAN ID for network resources corresponding to the public LAN and the VLAN ID for Service Console or VMKernel may be the same. Therefore, define the port group for the Service Console or VMKernel created in 2. for the port group to be excluded from selection for automatic network configuration.

    For details, refer to "When Using the Definition for Port Groups Excluded from the Selections for Automatic Network Configuration".

  4. Configure the IP addresses to exclude from allocation in Resource Orchestrator.

    Set the IP address of the VM host configured for public LANs in 2., in the network corresponding to the public LAN, to be excluded from allocation.

    For details, refer to the following:

    • "3.6 Modifying Network Resource Specifications" in the "User's Guide for Infrastructure Administrators (Resource Management) CE".

    • "7.3.1 Creating New Network Resources" in the "User's Guide for Infrastructure Administrators (Resource Management) CE".