If for some reason you want to disable Serviceguard on a system,
you can do so by commenting out the following entries in /etc/inetd.conf:
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -phacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c
|
Then force inetd to re-read inetd.conf:
/usr/sbin/inetd -c
You can check that this did in fact disable Serviceguard by
trying the following command:
cmquerycl -n nodename
where nodename is the name of the local system. If the command fails, you
have successfully disabled Serviceguard.