Operating System - HP-UX
1837897 Members
3250 Online
110123 Solutions
New Discussion

Fail Serviceguard package to HALT with cmhaltpkg

 
pmanjarrez
Occasional Visitor

Fail Serviceguard package to HALT with cmhaltpkg

I have a Serviceguard cluster that manages two servers. I need to shutdown one of them, but will not shutdown/halt. The Data protector execute a scrit that halt the pkg. the error message.

 

server1: /tmp # cmhaltpkg -v p_cont1
Halting package p_cont1.
cmhaltpkg  : Script failed with no restart: p_cont1 should not be restarted.
Check the syslog and pkg log files for more detailed information.

 

script:

/usr/sbin/cmhaltpkg -v p_cont1 > /dump/cont
/usr/sbin/cmhaltpkg -v p_cont2 > /dump/cont
/usr/sbin/vgchange -a s vgora2 > /dump/cont
cat /dump/cont
exit 0

 

LOG:
/cmcluster/pkg/ORACLE_CONT1.cntl.log

 Apr 15 11:55:11 - Node "server1" Oracle process ora_cjq0_cont1 has failed
 Apr 15 11:55:11 - Node "server1" Oracle process ora_qmn0_cont1 has failed
 Apr 15 11:55:11 - Node "server1" Exiting Toolkit Monitoring because one of the key oracle process has failed.
ERROR: Apr 15 11:55:11 - Failed to monitor ORACLE.
 Apr 15 11:55:11 - Node "neo"
 *** /etc/cmcluster/pkg/ORACLE_CONT1/haoracle.sh called with monitor argument. ***
 
 Apr 15 12:00:12 - Node "server1" Oracle process ora_cjq0_cont1 has failed
 Apr 15 12:00:12 - Node "server1" Oracle process ora_qmn0_cont1 has failed
 Apr 15 12:00:12 - Node "server1" Exiting Toolkit Monitoring because one of the key oracle process has failed.
ERROR: Apr 15 12:00:12 - Failed to monitor ORACLE.
 Apr 15 12:00:12 - Node "neo"
 *** /etc/cmcluster/pkg/ORACLE_CONT1/haoracle.sh called with monitor argument. ***

 

Thanks