ServerNet Cluster Manual
Installing and Configuring a ServerNet Cluster
ServerNet Cluster Manual—520575-003
3-9
Task 6: Add MSGMON, SANMAN, and SNETMON
to the System-Configuration Database
•
From a workstation that has Internet access, you can view a copy of the macro at 
http://nonstop.compaq.com/. Click Technical Documentation>Compaq 
S-Series Service (CSSI) Web>Extranet version of the Compaq S-Series 
Service (CSSI) Web>NonStop ServerNet Cluster>ZPMCONF macro.
•
Copy the macro from Appendix E, TACL Macro for Configuring MSGMON, 
SANMAN, and SNETMON and paste the commands into an edit file on your 
system.
If CSSI snapshot is not available, the former CSSI content is now available from within 
the Support and Services collection of the NonStop Technical Library (NTL).
To use the ZPMCONF macro: 
1. Log on using the super ID (255, 255). The macro will not run successfully if you 
use another user ID.
2. Copy the macro to (or create it in) the $SYSTEM.ZSUPPORT subvolume.
3. At a TACL prompt, type RUN ZPMCONF.
4. When the macro finishes, check the SCF state of $ZZSCL to make sure that it is in 
the STARTED state:
-> SCF STATUS PROCESS $ZZKRN.#ZZSCL
5. If $ZZSCL is not started, start it:
-> SCF START PROCESS $ZZKRN.#ZZSCL
Adding MSGMON, SANMAN, and SNETMON Using SCF Commands
If you do not have access to the ZPMCONF macro, or if you want to type the 
commands manually, perform the steps in this task on each system you want to add to 
the cluster:
1. Configure MSGMON:
-> 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
Note. Do not run the ZPMCONF macro on a system that is currently a member of a ServerNet 
cluster. MSGMON, SANMAN, and SNETMON will be aborted, and the connection to the 
cluster will be lost temporarily.










