- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to start the package
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
06-11-2002 08:51 PM
06-11-2002 08:51 PM
I have two node cluster (2*N-Class with HP-UX 11.00).
Nodes are tiger1 and tiger2.
Package pkg1 is running on tiger1.
Package pkg2,pkg3 and pkg4 are running on tiger2.
I have added a new package pkg5 to run on tiger1 as primary node.
When I try to run the package it gives an error :
tiger1:[root]/> cmrunpkg -v -n tiger1 pkg5
Running package pkg5 on node tiger1.
cmrunpkg : Node tiger1 is currently unable to run package pkg5.
Check the syslog on node tiger1 and pkg log files for more detailed information.
/var/adm/syslog/syslog.log
Jun 12 12:48:46 tiger1 CM-CMD[16844]: cmrunpkg -v -n tiger1 pkg5
Jun 12 12:48:46 tiger1 cmcld: Request from node tiger1 to start package pkg5 on node tiger1.
Jun 12 12:48:46 tiger1 cmcld: Unable to start package pkg5. Node tiger1 not enabled to run it.
**** Node tiger1 not enabled to run it ****
This can give some clue....
pkg5.sh.log does n't have any error.
Thanks in advance.
Raje.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:00 PM
06-11-2002 09:00 PM
Re: Unable to start the package
I'm absolutely no specialist on packages, but (and I hope I'm not stating the obvious here) are the NODE_NAME / SUBNET parameters in the package configuration OK ?
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 10:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 04:15 AM
06-13-2002 04:15 AM
Re: Unable to start the package
Perform a cmviewcl -v -p pkg5 and verify that tiger1 is one of the nodes configured to run the package. Also not the AUTO_RUN state as well as the Node_Switching states on both nodes. Example:
PACKAGE STATUS STATE AUTO_RUN NODE
aclk down halted disabled unowned !!! NOTE "disabled"
<<< snip >>>
Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary up enabled dracula
To set AUTO_RUN to enabled:
cmmodpkg -e
To set Node_Switching to enabled:
cmmodpkg -e -n
-s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 12:20 PM
06-18-2002 12:20 PM
Re: Unable to start the package
vgchange -a n
vgchange -c y (c makes it clusteraware)