Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Setup Guide

D.4 Pre-setup Preparations (Network)

This section explains the preparations for setting up a network.

The network environment and physical server required to run Resource Orchestrator must satisfy the following prerequisites:

Perform the following procedures if necessary.

Note

When using a physical L-Server, the default physical network adapter numbers available for the admin LAN are as given below.

  • When not performing redundancy, "1" is available

  • When performing redundancy, "1" and "2" are available

When using a NIC other than the default one, the configuration at the time of physical server registration and at L-Server creation must be the same. Thus when designing systems it is recommended that physical servers registered in the same server pool use the same NIC index.

Information

The first NIC that is available for the admin LAN can be changed.

For details, refer to "2.4.2 Registering Blade Servers" of the "User's Guide for Infrastructure Administrators (Resource Management) CE".


When Using IBP

When using IBP, it is necessary to create IBP uplink set for the public LAN and the admin LAN in advance.

When using physical L-Servers, it is necessary to create an IBP uplink set for the public LAN and the admin LAN in advance, using VIOM.

When using iSCSI

When using iSCSI, create an iSCSI network definition file.


Network Definition File for iSCSI

Create the following file in advance to define the network information used for iSCSI boot.

The network information is linked with the iSCSI boot information that is registered using the iSCSI boot operation command (rcxadm iscsictl).

Refer to "2.4.2 iSCSI Boot Information" in the "Reference Guide (Resource Management) CE" beforehand.

Storage Location of the Definition File

[Windows]
Installation_folder\Manager\etc\customize_data

[Linux]
/etc/opt/FJSVrcvmr/customize_data

Definition File Name
Definition File Format

In the definition file, an item to define is entered on each line. Enter the items in the following format.

Variable = Value

When adding comments, start the line with a number sign ("#").

Definition File Items
Table D.2 Network Definition File Items for iSCSI Boot

Variable

Meaning

Value

server_model.model_name.boot_nic

Specify the server model name and NIC to be booted using iSCSI. Multiple NICs can be specified.

  • BX620

  • BX920

  • BX922

  • BX924

  • BX960

When setting the default, specify an asterisk ("*").

Specify the items in the following format.

NIC[index]

index is an integer starting from "1".

Example

#Server Section
server_model.BX922.boot_nic = NIC1
server_model.BX924.boot_nic = NIC1,NIC2
server_model.*.boot_nic = NIC1,NIC2
server_model.RX300. boot_nic = NIC1,NIC2