HP XC System Software Administration Guide Version 2.1

3. Install the software on the golden client.
Note the nam es of the services that are created as a result.
4. Create global and node-specific configuration files (gconfig/nconfig) or both, if the
services will run only on some specialized nodes.
5. Place the gconfig files in /opt/hptc/etc/gconf
ig.d,andthenconfig f iles in
/opt/hptc/etc/nconfig.d, using an appropria
te priority ordering based on the
prefix of the file name.
6. Update the /opt/hptc/systemimager/etc/chkconfig.map file by adding the
new service names, with the service orientation off for all run levels.
7. Execute all gconfig scripts and update the golden image.
# /opt/hptc/config/sbin/cluster_config
8. Determine t he name of the node that provides the imageserver service with the
shownode command:
# shownode servers imageserver
The node name returned is used as the argum
ent to t he --server option in the n ext step.
9. Distribute th e golden image update to all nodes by usin g the information in Section 7.4.
# cexec -x ‘nodename‘ -a "updateclient --server image_server\
--image base_image --no-bootloader --no-netboot"
# cexec -x ‘nodename‘ -a "service nconfig"
# cexec -x ‘nodename‘ -a "service nconfigure"
# cexec -x ‘nodename‘ -a "service nstart"
Distributing Software Throughout the System 7-9