- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serviceguard Not Enabled Error
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
04-23-2007 07:33 AM
04-23-2007 07:33 AM
One of the nodes in our cluster is unable to have a package mounted on it. I checked the syslog file, and the error message that I encountered read as follows:
What is causing this, and how do I correct it? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 07:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 07:42 AM
04-23-2007 07:42 AM
Re: Serviceguard Not Enabled Error
You can check whether the node is enabled to run the package using cmviewcl -v
Assuming it isn't, you can enable a package to switch to that node using
cmmodpkg -e -n nodename pkgname
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 07:43 AM
04-23-2007 07:43 AM
Re: Serviceguard Not Enabled Error
What happens if you do:
# cmrunnode -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 07:52 AM
04-23-2007 07:52 AM
Re: Serviceguard Not Enabled Error
I checked the /etc/rc.config.d/cmcluster file, and the AUTOSTART_CMCLD=1 line is already there.
I then ran the cmrunnode -v
cmrunnode: Validating network configuration...
Gathering configuration information..
Gathering Network Configuration......Done
cmrunnode: Network validation complete
cmrunnode: Cluster is already running on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 07:59 AM
04-23-2007 07:59 AM
Re: Serviceguard Not Enabled Error
Also use cmviewcl -v and check the global and local switching for the package in question, you may have to use cmmodpkg to re-enable local switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 02:18 AM
04-24-2007 02:18 AM
Re: Serviceguard Not Enabled Error
# cmrunpkg pkg1
Running package pkg1 on node helix
Node helix is currently unable to run package pkg1.
Unable to run package pkg1 on node helix
Check the syslog and pkg log files for more detailed information
cmrunpkg: Unable to start some package or package instances
Use 'cmviewcl -v -p
To ENABLE AUTO_RUN:
cmmodpkg -e
TO ENABLE Node_Switching (for a particular node):
cmmodpkg -e -n
Note that when the -n option is not used, AUTO_RUN will be affected, and when it is used, Node_Switching will be affected. That's the easy way to remember this.