ACC Utilities Reference Guide

ZMASTERD - Daemon Monitoring Feature
zmasterd_list File Format
Chapter 9188
zmasterd_list File Format
The file /opt/acc/cfg/zmasterd_list contains the following:
A list of daemons to be started and monitored by zmasterd when it is
run with no runstring parameter. This list also includes the
runstring parameters to use when starting the daemons.
A list of programs to be scheduled “once” by zmasterd when it is run
with no runstring parameter or with the cold option. This list also
includes the runstring parameters to use when running the
programs.
A list of daemons to stop when zmasterd is run with the stop option.
The format of the file is as follows, entries are position sensitive:
Comments start with “#” in the first column.
Start statements start withstart”, followed by the name of the
daemon. If a runstring is given, it must follow the daemon name.
Schedule statements start with “sched” or “schedulefollowed by the
name of the program. If a runstring is given, it must follow the
program name.
Stop statements start withstop”, followed by the name of the
daemon.
Zmasterd reads this file each time it is run with either no parameters,
with cold <file> parameters, or with the stop parameter.
It is suggested that the zmasterd_list file always contain start
statements for zmlog and zmon and a stop statement for zmon. If the
znode feature is in use, it should also be listed in the file with both start
and stop statements.