Some system services need to run on all nodes. When the golden image is updated from the golden client, the list of system services that are started automatically on each client is based on a template file, /opt/hptc/systemimager/etc/chkconfig.map.
Entries in the chkconfig.map file indicate if the named service is to be turned on or turned off on all the nodes in an HP XC system at a given run level. The following entry describes the disposition of the crond service:
crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off
|
The output of the chkconfig --list command displays data in the same format.
For information on global system services from the perspective of updating the golden image, see “Maintaining Service Configuration Globally” .