ServerNet Cluster 6780 Planning and Installation Guide (G06.24+, H06.03+)
Configuring MSGMON, SANMAN, and SNETMON
ServerNet Cluster 6780 Planning and Installation Guide—527301-004
E-4
Task 2: Configure SANMAN
Task 2: Configure SANMAN
The ServerNet SAN manager process must be configured:
•
To have the process name $ZZSMN (set the NAME attribute to $ZZSMN). For this
process to work correctly with OSM and the guided procedures, the required
symbolic name is $ZZKRN.#ZZSMN.
•
So that the $ZPM persistence manager stops the process by sending in an internal
system message. (Set the STOPMODE attribute to SYSMSG.)
•
To have at least two processors (preferably more) in the CPU list (defined with the
CPU attribute).
To add SANMAN to your command file:
-> ADD PROCESS $ZZKRN.#ZZSMN, &
AUTORESTART 10, &
PRIORITY 199, &
PROGRAM $SYSTEM.SYSTEM.SANMAN, &
CPU FIRSTOF (02, 05, 06, 03, 07, 04), &
HOMETERM $ZHOME, &
OUTFILE $ZHOME, &
NAME $ZZSMN, &
SAVEABEND ON, &
STARTMODE SYSTEM, &
STOPMODE SYSMSG, &
STARTUPMSG "CPU-LIST <cpu-list>"
Task 3: Configure SNETMON
The ServerNet cluster monitor process must be configured:
•
To have the process name $ZZSCL. You must set the NAME attribute to $ZZSCL.
For this process to work correctly with OSM and the guided procedures, the
required symbolic name is $ZZKRN.#ZZSCL.
•
So that the $ZPM persistence manager stops the process by sending in an internal
system message. You must set the STOPMODE attribute to SYSMSG.
•
With at least two processors (preferably more) in the CPU list (defined by using the
CPU attribute).
Note. For 2-processor systems, HP recommends that you specify (00, 01) for the CPU
list. For 4-processor systems, specify (02, 01, 03) for the CPU list. For systems of six or
more processors, specify (02, 05, 06, 03, 07, 04) for the CPU list.
Note. For 2-processor systems, HP recommends that you specify (00, 01) for the CPU
list. For 4-processor systems, specify (02, 01, 03) for the CPU list. For systems of six or
more processors, specify (02, 05, 06, 03, 07, 04) for the CPU list.