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".
[Windows Manager]
Installation_folder\SVROR\Manager\etc\customize_data
[Linux Manager]
/etc/opt/FJSVrcvmr/customize_data
User Groups
iscsi_user_group_name.rcxprop
Common on System
iscsi.rcxprop
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 ("#").
Variable | Description | Value |
---|---|---|
server_model.model_name.boot_nic | Specify the server model names and NICs to boot using iSCSI. Multiple NICs can be specified.
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 |