Top
Interstage Big DataParallel Processing ServerV1.0.0 User's Guide
Interstage

A.2.5 ipaddr.conf

This section describes the definition file (ipaddr.conf) that is used to configure the network parameter automatically after cloning.

File content

When using Smart Setup to add slave servers, define the public LAN for the server whose clone image is to be collected and all of the servers to receive the distribution as slave servers. The definition file consists of the following entries.

  • One or more node entries

  • One or more interface entries under the node entry (with/without redundancy)

Node entries

Define the value that is set for the definition keyword shown in the table below.

Note

Enter one entry per server, including all server names that may be added in the future.

Defined content

Keyword

Value to be set

Explanation

Slave server name

NODE_NAME

Slave server name

Set the server name that was set when the slave sever was registered.

Interface entry (without redundancy)

Define the value that is set for the definition keyword shown in the table below.

Define the interface entry by specifying a number between 0 and 99 at the end of the definition keyword for each interface name.

Note

A value starting from 0 in ascending order must be used as the number that is added at the end of the definition keyword.

Defined content

Keyword

Value to be set

Explanation

Interface name

IF_NAME

ethX

X is an integer of 0 or greater.

IP address

IF_IPAD

xxx.xxx.xxx.xxx format IP address

-

Subnet mask

IF_MASK

xxx.xxx.xxx.xxx format subnet mask

-

Interface entry (with redundancy)

Define the value that is set for the definition keyword shown in the table below.

Define the interface entry by specifying a number between 0 and 99 at the end of the definition keyword for each interface name.

Interfaces with and without redundancy can be used together within a single node entry, as long as the interface name is not duplicated.

Note

A value in ascending order starting from 0 must be used as the number that is added at the end of the definition keyword.

If an interface with redundancy is used together with an interface without redundancy, the value that is set for the interface name must always be in ascending order.

Defined content

Keyword

Value to be set

Explanation

Virtual interface name

VIF_NAME

shaX

X is an integer between 0 and 255.

IP address that is set for the virtual interface

VIF_IPAD

xxx.xxx.xxx.xxx format IP address

-

Subnet mask

VIF_MASK

xxx.xxx.xxx.xxx format subnet mask

-

Primary interface name

PRI_NAME

Interface name (ethX)

X is an integer of 0 or greater.

Where there is a pair of interface names, set the primary interface name.

Secondary interface name

SCD_NAME

Interface name (ethY)

Y is an integer of 0 or greater.

Where there is a pair of interface names, set the secondary interface name.

Monitoring target IP address

POL_ADDR

xxx.xxx.xxx.xxx format IP address

A maximum of two IP addresses can be specified. Use a comma (,) to separate them.

To perform HUB-HUB monitoring, specify two monitoring targets.

Standby patrol virtual interface name

PAT_NAME

shaY

Y is an integer between 0 and 255.

Specify a value that is different from the virtual interface name.

If there is no standby patrol setting, do not set anything here.

Existence of HUB-HUB monitoring

POL_HUBS

ON/OFF

To perform HUB-HUB monitoring, specify ON. Otherwise, specify OFF.

This definition is only enabled when two monitoring targets have been specified.

When only one monitoring target has been specified, this definition is disabled and processed as OFF.

Definition example
NODE_NAME="slave1"                          <-- Slave server collecting the cloning image
VIF_NAME0="sha0"
VIF_IPAD0="192.168.20.11"
VIF_MASK0="255.255.255.0"
PRI_NAME0="eth2"
SCD_NAME0="eth3"
POL_ADDR0="192.168.20.100,192.168.20.200"
PAT_NAME0="sha1"
POL_HUBS0="ON"

NODE_NAME="slave2"                          <-- Slave server to which the cloning image is to be distributed
VIF_NAME0="sha0"
VIF_IPAD0="192.168.20.12"
VIF_MASK0="255.255.255.0"
PRI_NAME0="eth2"
SCD_NAME0="eth3"
POL_ADDR0="192.168.20.100,192.168.20.200"
PAT_NAME0="sha1"
POL_HUBS0="ON"

NODE_NAME="slave3"                          <-- Slave server to which the cloning image is to be distributed
VIF_NAME0="sha0"
VIF_IPAD0="192.168.20.13"
VIF_MASK0="255.255.255.0"
PRI_NAME0="eth2"
SCD_NAME0="eth3"
POL_ADDR0="192.168.20.100,192.168.20.200"
PAT_NAME0="sha1"
POL_HUBS0="ON"

NODE_NAME="slave4"                          <-- Slave server to which the cloning image is to be distributed
VIF_NAME0="sha0"
VIF_IPAD0="192.168.20.14"
VIF_MASK0="255.255.255.0"
PRI_NAME0="eth2"
SCD_NAME0="eth3"
POL_ADDR0="192.168.20.100,192.168.20.200"
PAT_NAME0="sha1"
POL_HUBS0="ON"

NODE_NAME="slave5"                          <-- Slave server to which the cloning image is to be distributed
VIF_NAME0="sha0"
VIF_IPAD0="192.168.20.15"
VIF_MASK0="255.255.255.0"
PRI_NAME0="eth2"
SCD_NAME0="eth3"
POL_ADDR0="192.168.20.100,192.168.20.200"
PAT_NAME0="sha1"
POL_HUBS0="ON"