- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Stop of MC/SG package "hangs"?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 09:30 PM
07-01-2004 09:30 PM
I configured a one node cluster on a HP9000/800 L2000 server whith HP-UX 11.0.
When I execute the command "cmhaltpkg -v
Also no response of the "cmhaltpkg" command.
When I look in to the package logfile the followong message is displayed:
########### Node "nlunx3n1": Package halt completed at Fri Jul 2 10:28:
58 METDST 2004 ###########
- CMVIEWCL tells me:
CLUSTER STATUS
axa-uitw-cl up
NODE STATUS STATE
nlunx3n1 up running
PACKAGE STATUS STATE AUTO_RUN NODE
apppkg up running enabled nlunx3n1
mqspkg up running enabled nlunx3n1
orapkg up running enabled nlunx3n1
ntppkg halting halting disabled nlunx3n1
- No error messages in the syslog.log?
Can any body tell me what the problem can be??
Greetings,
Co van Berkel.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 09:52 PM
07-01-2004 09:52 PM
SolutionPackage must be waiting for something to close. Did you see /etc/cmcluster/ntppkg/*.log file. That should let you know where exactly the package state is while halting. May be some of the FileSystem are still in use and unable to unmount it.
If post that log file then it will be more clearer and easier to pinpoint the problem.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 09:54 PM
07-01-2004 09:54 PM
Re: Stop of MC/SG package "hangs"?
Could you provide the info from the package log file.
If in the customer_defined_halt command section of the controle file a script is started to stop some software and that script hangs, the package state will remain halting. Killing that script can help shutting down the package.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 10:06 PM
07-01-2004 10:06 PM
Re: Stop of MC/SG package "hangs"?
All the filesystems are umounted and the volume groups are detached.
In the packagelog,
"/etc/cmcluster/ntppkg/ctrl.sh.log" the message "Package halt completed" is displayed!
Now it is 1,5 our later that the command is executed and still cmviewcl says that the package is "halting"!
There are no error messages in the syslog.log.
greetings
Co.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 10:24 PM
07-01-2004 10:24 PM
Re: Stop of MC/SG package "hangs"?
Try this...
# export UNIX95=
# ps -efxH
Then search for your package control script. That process is typically a child of a cmsrvasstd daemon.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 10:40 PM
07-01-2004 10:40 PM
Re: Stop of MC/SG package "hangs"?
Try this...
# export UNIX95=
# ps -efxH (This doesn't work???)
I did the following:
- "ps -ef|grep -v grep|grep cmsrv"
root 4749 4723 0 Jun 3 ? 00:02 /usr/lbin/cmsrvassistd
- Than the next:
# ps -ef|grep -v grep|grep -E "cmsrv| 4749"
root 4754 4749 0 Jun 3 ? 00:00 /usr/lbin/cmtaped
root 4749 4723 0 Jun 3 ? 00:02 /usr/lbin/cmsrvassistd
root 4753 4749 0 Jun 3 ? 00:00 /usr/lbin/cmlvmd
root 4752 4749 0 Jun 3 ? 00:01 /usr/lbin/cmlogd
-3 22585 4749 1 10:28:56 ? 00:00
-3 22925 4749 1 10:32:42 ? 00:00
-3 25150 4749 0 11:05:15 ? 00:00
- There i see three
- I did try to stop three of four package!
What does dis meen?
Greetings
Co.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 10:57 PM
07-01-2004 10:57 PM
Re: Stop of MC/SG package "hangs"?
Nevertheless, you have zombies that are children of cmsrvassistd... that's bad, but obviously the cause for your "halting" paclkage state. Looks like cmsrvassistd did not call wait() for its terminated children.
I would suggest to open a support call with you HP response center for further investigation.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:27 PM
09-27-2004 08:27 PM
Re: Stop of MC/SG package "hangs"?
Greetings,
Co