ACC Utilities Reference Guide

ZMASTERD - Daemon Monitoring Feature
Sample zmasterd_list File
Chapter 9 189
Sample zmasterd_list File
The /opt/acc/cfg/zmasterd_list file that is provided with the ACC Base
product contains the following:
# HP <Z7XXXA> - /opt/acc/cfg/zmasterd_list file
# Start these daemons when zmasterd is started, and monitor them:
start zmlog
start zmon cold /opt/acc/cfg/loopback.tmem
start znode
# Stop these daemons when zmasterd is run with the stop option.
stop zmon
stop znode
# Add other start, stop and schedule statements below:
sched zx25d_init
This file indicates that when zmasterd is run with no runstring
parameters, it will start the daemons zmlog, zmon, znode, and the
program zx25d_init. If any of the daemons terminates for any reason,
zmasterd will restart them with the runstring parameters given in the
file. But zx25d_init will not be monitored nor restarted. When zmasterd
is run with the stop option, it will stop zmon and znode. It will not stop
zmlog.