- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to run 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
03-26-2011 06:35 PM
03-26-2011 06:35 PM
Unable to run package
I have a trouble on HP-UX11.23 & Serviceguard11.17.00.
I start Cluster adn start package pkgXXX.
and for abnormal test, force to error exit of monitor.sh then package to halted.
Then, I tried to start package pkgXXX,
cmrunpkg pkgXXX and return
# cmrunpkg pkgXXX
Running package pkgXXX on node XXXX011
Node XXXX011 is currently unabled to run package pkgXXX.
Unable to run package pkgXXX on node XXXX011
Check the syslog and pkg log files for more detailed information
cmrunpkg: Unable to start some package or package instances
cmrunpkg is failed
Check the syslog and pkg log, but I have no idea.
So, I tried
cmhaltnode XXXX01 and cmruncl
Then normally started pkg.
This issue can be occurred once more.
I'd like to know the reason of Unable to run pkg
I wonder the bug of Servicegurad11.17.00
On another HP-UX11.23 and Serviceguard11.18.00,
This issue doesn't occurred on the same test.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2011 11:38 PM
03-26-2011 11:38 PM
Re: Unable to run package
syslog and pkg log will give the detailed information about the error.
Try once to unmount the filesystems related to the package and reactivate the vg and start the pkg with global switch mode.
Else cmcheckconf and cmapplyconf on pkg conf and file & distribte the pkg cntl file across the nodes will run pkg.
Rgds...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2011 11:38 PM
03-26-2011 11:38 PM
Re: Unable to run package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2011 10:13 PM
03-27-2011 10:13 PM
Re: Unable to run package
After check syslog and cm log, and nothing was recoreded.
But I found Node_Switching_Parameters's SWITCHING is disabled.
Filnally, the solution is
cmmodpkg -e -n XXXX01 pkgXXX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2011 01:19 AM
03-28-2011 01:19 AM
Re: Unable to run package
>Filnally, the solution is
>cmmodpkg -e -n XXXX01 pkgXXX.
that's right, the node was disabled for that particular package.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2011 02:39 AM
03-28-2011 02:39 AM
Re: Unable to run package
To discover the reason of this issue,
check syslog and cm log,
also cmviewcl -v
and check state, AUTO_RUN of package,
SWITCHING of Node_Switching_Parameters.
Thank you everyone so much.