ServerNet Cluster 6780 Planning and Installation Guide (G06.28+, H06.05+)

Table Of Contents
Configuring MSGMON, SANMAN, and SNETMON
ServerNet Cluster 6780 Planning and Installation Guide527301-005
E-3
SCF Command File
SCF Command File
You can add these processes by creating your own SCF command file. You must
configure these processes:
To start automatically at system load and be persistent (that is, restart
automatically if stopped abnormally). You must set the AUTORESTART attribute to
a nonzero value.
To run under the super group user ID. (By default the USERID attribute is set to the
user ID of the current SCF session.)
To add these processes:
1. Log on to at TACL prompt from the local node using the super ID (255, 255).
2. Start SCF:
> SCF
3. Use SCF to save a stable copy of the current configuration. For example:
-> SAVE CONFIGURATION 01.02
This precaution can help you recover from any errors during the configuration of
the ServerNet cluster. For information about the SAVE CONFIGURATION
command, refer to the SCF Reference Manual for G-Series RVUs.
Task 1: Configure MSGMON
MSGMON must be configured:
To be persistent. It should be configured to be started at all times.
To run in every processor of a node.
To have the process name $ZIMnn, where nn is the processor number. The CPU
ALL attribute ensures that the process names are created with the proper CPU
number suffix. For this process to work correctly with OSM and the guided
procedures, the required symbolic name is $ZZRRN.#MSGMON.
Add MSGMON to your command file:
-> ADD PROCESS $ZZKRN.#MSGMON, &
AUTORESTART 10, &
CPU ALL, &
HOMETERM $ZHOME, &
OUTFILE $ZHOME, &
NAME $ZIM, &
PRIORITY 199, &
PROGRAM $SYSTEM.SYSTEM.MSGMON, &
SAVEABEND ON, &
STARTMODE SYSTEM, &
STOPMODE SYSMSG