- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serviceguard basic question
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
10-08-2009 02:48 AM
10-08-2009 02:48 AM
SG A11.17
Thanks,
Srini
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2009 02:54 AM
10-08-2009 02:54 AM
Re: Serviceguard basic question
check cmviewcl -v
and search for
PACKAGE STATUS STATE AUTO_RUN NODE
packagename1 up running enabled servernodx
AUTO_RUN (enable)
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2009 02:59 AM
10-08-2009 02:59 AM
Re: Serviceguard basic question
If that is set to YES, then the package wil automatically attempt to start on it's primary node.
If it is set to NO, then you will neeed to manuually start it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2009 03:13 AM
10-08-2009 03:13 AM
Re: Serviceguard basic question
If you set AUTOSTART_CMCLD=0 then when your server will up cluster will not start by that time you have to do manually.
cmruncl -v
it will start your cluster and package as well.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2009 03:13 AM
10-08-2009 03:13 AM
Re: Serviceguard basic question
I am supposed to install the patches(requires reboot) on both the nodes at the same time. Can i just run 1. cmhaltpkg pkg1 alone. 2.do the patch install on both the nodes. 3. reboot (May be both the nodes)
My question is if the passive server comes first will the package be started there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2009 03:13 AM
10-08-2009 03:13 AM
Re: Serviceguard basic question
Please read the below document for better understanding of "How Packages Run".
http://docs.hp.com/en/B3936-90140/ch03s04.html
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2009 03:50 AM
10-08-2009 03:50 AM
Re: Serviceguard basic question
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2009 04:01 AM
10-08-2009 04:01 AM
SolutionNO.
If you do this and the patch insatll requires a reboot, it does a kill -9 on all processes to perform th ereboot, and if the cmcld is still running you will get a Serviceguard TOC panic.
The safest way to do this is:
1. cmhaltnode on the adoptive node
2. swinstall the patches and let it reboot
3. make sure it rejoins the cluster ok.
4. move the package to the adoptive node
5. repeat steps 1-3 for the primary node
6. move the package back to the primary node
7. re-enable Global switching
or
1.cmhaltcl -fv
2.run the swinstall on both nodes at the same time
3. verify that both nodes come up ok
4. verfiy they start the cluster and the package ok.