Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Setup Guide
ServerView

B.1.10 Definition File for iSCSI Network

When using iSCSI, create iSCSI network definition files.

Create the following definition file in advance, and define the network information using iSCSI boot.

The definition files relate to the iSCSI boot information registered by performing iSCSI boot operations (rcxadm iscsictl).

Refer to "15.4.2 iSCSI Boot Information" in the "Reference Guide (Command/XML) CE".

Storage Location of the Definition File

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

[Linux Manager]
/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 items in the following format:

Variable = Value

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

Definition File Items
Table B.2 Items for the iSCSI Network Definition File

Variable

Meaning

Value

server_model.model_name.boot_nic

Specify the server model names and NICs to boot using iSCSI. Multiple NICs can be specified.

  • BX620

  • BX920

  • BX922

  • BX924

  • BX960

An asterisk ("*") is specified by default.

Specify 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