ACC Utilities Reference Guide

Chapter 10 213
ZMASTERD - Daemon Monitoring Feature
Sample zmasterd_list File
Sample zmaster d _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 isrunwithnorunstring
parameters, it will start the daemons zmlog, zmon, znode,andthe
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
isrunwiththestop option, it will stop zmon and znode. It will not stop
zmlog.