Operating System - HP-UX
1827791 Members
2580 Online
109969 Solutions
New Discussion

cmhaltserv: Service name <db servicename> is not running.

 
Jaweed
Occasional Advisor

cmhaltserv: Service name <db servicename> is not running.

Dear all,

When we start the Cluster pkg, it is starting however it is halting pkg automaticly. please see the error below:

Oracle startup done.
Oracle lsnrctl already started.

########### Node "hostname": Halting package at Tue Jun 17 09:53:20 MDT
2008 ###########
Jun 17 09:53:20 - Node "hostname1": Halting service amgiora
cmhaltserv: Service name is not running.
Jun 17 09:53:20 - Node "hostname": Remove IP address 172.11.1.46 from subnet 172
.11.1.0

Thanks & regards,
Jaweed
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: cmhaltserv: Service name <db servicename> is not running.

Shalom Jaweed.

The service you are trying to halt, called amgiora is not running.

Check the logs, it appears that this service failed before you attempted to halt it.

This may be due to an problem with the service itself or the cluster configuration. The log files will tell the story.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Fabien GUTIERREZ
Frequent Advisor

Re: cmhaltserv: Service name <db servicename> is not running.

2 cases neither your re trying to halt a package and the database is already stopped by another way nor your service name is spell incorrectly
Jaweed
Occasional Advisor

Re: cmhaltserv: Service name <db servicename> is not running.

I have found *.ctl size difference in both nodes. Copy the correct file to another node & it works fine. Thanks all