Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

18.6.2 cluster_ip.csv Definition File

File name

cluster_ip.csv

Description

This file is made valid if created in the storage location of Systemwalker Operation Manager client.

A window for monitoring the job nets abnormally terminated is started from the Systemwalker Console by window linking with Systemwalker Centric Manager.

If the job net destination server is operating in a cluster configuration and if the relationships between logical IP address, physical IP address and subsystem number is defined in this definition file, the server of the current active system (identified by the logical IP address) is always connected and the job net monitoring window is started, independent from the execution server (identified by the physical IP address) during abnormal termination of job net.

File Location

Windows

<Systemwalker Operation Manager installation directory>\MpWalker.JM\mpjmcl\etc

File Format

Item name

Maximum length (in bytes)

Format of values

Logical IP address

15

IP address (xxx.xxx.xxx.xxx) (Notes 1, 2 and 3)

Subsystem number

1

0 to 9 (Notes 1 and 2)

Physical IP address

15

IP address (xxx.xxx.xxx.xxx) (Notes 1 and 3)

Note 1:

If the line begins with symbol "#", it is treated as a comment line.

Note 2:

If the logical address or subsystem number is the same as the above line, it may be omitted.

Note 3:

If the IP address is a single-digit value or a two-digit value, specify it without adding zero (0) to its beginning. For example, specify "10.3.15.5" rather than "010.003.015.005".

Caution

The cluster_ip.csv definition file is not backed up or restored by Systemwalker Operation Manager. You should manually back up or restore the file when necessary.

Examples

For 1:1 active node/standby node operation
#logical-IP-address, subsystem-number, physical-IP-address
172.23.73.10,0,172.23.73.15
,,172.23.73.16
For mutual standby operation
#logical-IP-address, subsystem-number, physical-IP-address
172.23.73.10,1,172.23.73.15
,,172.23.73.16
172.23.73.20,2,172.23.73.15
,,172.23.73.16