- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to run package in SG cluster
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
03-21-2005 02:55 PM
03-21-2005 02:55 PM
unable to run package in SG cluster
I've got a 2 server SG cluster that runs 2 packages, with one service defined in each.
One package starts IP-based client services, and works as expected (most of the time!).
The other starts X.25-based clients, and always fails - the log entry in the cluster script log simply states the package starting, then another entry (exactly the same time) stating that the package is being halted. No other log messages here or in syslog.
After this, a cmviewcl will show the package as Halted, Unowned but with switching Enabled. However, issuing a cmrunpkg command only gives this:
# cmrunpkg pgclldv_x25
cmrunpkg : Node pgcl1ldv is currently unable to run package pgclldv_x25.
Check the syslog on node pgcl1ldv and pkg log files for more detailed information.
No information in either logfile. Issuing a cmmodpkg -e pgclldv_x25 doesn't help either.
Any ideas? Are there some hidden flagfiles or somesuch that are out of date and in the way? Both nodes in the cluster have been rebooted a couple of times but still with the same issue.
thanks,
neil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 03:44 PM
03-21-2005 03:44 PM
Re: unable to run package in SG cluster
Can you post the syslog entries and package script log files for more information.
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 04:11 PM
03-21-2005 04:11 PM
Re: unable to run package in SG cluster
It seems that there is something wrong in the package configuration file.
Please attach the package log file and syslog.log file.
Regard,
HoangChiCong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 09:57 PM
03-21-2005 09:57 PM
Re: unable to run package in SG cluster
Has it ever worked ok?
If yes, then what has changed?
If no, then it would appear that there is a configuration issue.
The probable reason for the message after issuing the cmrunpkg command is that switching has been disabled for thos package.
have a look at the result of doing:
cmviewcl -v -p pgclldv_x25
Pay attention to the switching settings.
Also which version of Servieguard and which patch are you using?
Do:
what /usr/lbin/cmcld
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 12:53 AM
03-22-2005 12:53 AM
Re: unable to run package in SG cluster
Most immediate package shutdowns are caused by a trigger, most likely a SERVICE_CMD exitting with a 1 (see syslog.log).
Such a termination indicates that the monitor script launched by the SERVICE_CMD exitted because a monitored process was not in existence.
I am not familiar with X.25 packages, so I don't know if this is the case. However, syslog.log should indicate if a package service exitted with a 1 condition... and if that is true, inspect the SERVICE_CMD to see what it launches and why it's dependency would exit.