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:
#vi /etc/inetd.conf
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c
Then save and exit. And then run the below command
#/usr/sbin/inetd -c #force inetd to re-read inetd.conf
Then diable the auto start for cluster service also
#Vi /etc/rc.config.d/cmcluster
AUTOSTART_CMCLD = 0
#cmquerycl -n <nodename> #If the command fails, you have successfully disabled SG
#vi /etc/inetd.conf
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c
Then save and exit. And then run the below command
#/usr/sbin/inetd -c #force inetd to re-read inetd.conf
Then diable the auto start for cluster service also
#Vi /etc/rc.config.d/cmcluster
AUTOSTART_CMCLD = 0
#cmquerycl -n <nodename> #If the command fails, you have successfully disabled SG
0 Comments