- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: package is down in node1
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
09-12-2007 03:58 AM
09-12-2007 03:58 AM
package is down in node1
i am well aware of service guard in hp-ux and have bit exposure of it but i don't know what step should be followed if i get issue that "package is down in node1".
please guide me with the necessary steps.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2007 04:30 AM
09-12-2007 04:30 AM
Re: package is down in node1
You can bring back package with 'cmrunpkg pkgname'.
See more for packages and cluster status - http://docs.hp.com/en/B9903-90054/ch07s01.html
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2007 08:26 AM
09-12-2007 08:26 AM
Re: package is down in node1
Also, check your syslog to see if there were any hardware issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2007 08:45 AM
09-12-2007 08:45 AM
Re: package is down in node1
Maybe the package is supposed to be down - used only for DR?
what do you see:
cmviewcl -v
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2007 04:39 PM
09-12-2007 04:39 PM
Re: package is down in node1
Use
cmviewcl -v command to check the status of the package.
also use cmmodpkg -e pkgname to start and enable the package on a particular node.
Package down means, the vg is not enabled, files system is not mounted, IP is not assignied and if the application start up is configured, then application will not start.
Sahrdha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2007 06:02 PM
09-12-2007 06:02 PM
Re: package is down in node1
the most important logs to check
1)/var/adm/syslog/syslog.log
2) The package control logs are usually at
/etc/cmcluster/*/*.log
3) cmviewcl -v
4) serviceguard recovery handbook
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01037931-1
WK
please assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 03:05 AM
09-13-2007 03:05 AM
Re: package is down in node1
thank you for your replies. i have already comfigure clustering in test servers but i don't know what process all you guys follow if u get this issue. Actually i am looking for the sequence of step which u follow generally so that i couldn't make mistake in productio servers.