- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Serviceguard - package doesn't failover when p...
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-08-2005 09:09 AM
09-08-2005 09:09 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 09:13 AM
09-08-2005 09:13 AM
Re: Serviceguard - package doesn't failover when primary box is lost.
It sounds as if switching is not enabled for the package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 09:20 AM
09-08-2005 09:20 AM
Re: Serviceguard - package doesn't failover when primary box is lost.
cmmodpkg -e your_pkg_name
should take care of that problem if it is the case.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 09:35 AM
09-08-2005 09:35 AM
Re: Serviceguard - package doesn't failover when primary box is lost.
Auto_run shows as disabled - but it's set as yes in my config file.
When I do the cmmodpkg on all the nodes it does switch to enabled so I think I'll be ok as long as I remember to do that everytime I do anything to the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 09:41 AM
09-08-2005 09:41 AM
Re: Serviceguard - package doesn't failover when primary box is lost.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 10:12 AM
09-08-2005 10:12 AM
Re: Serviceguard - package doesn't failover when primary box is lost.
The default behavior of the package, to prevent bouncing back and forth between two or more nodes, is to manually enable the package after the first failover. At this point if you run
cmmodpkg -e cadencepkg
command, you will see that it will change the AUTO_RUN to enabled. If you are not worried about package bouncing between two nodes, and keep the auto_run enabled all the time, you need to set the FAILBACK policy to AUTOMATIC from its current MANUAL value in the cadencepkg.conf file, but I strongly discourage this. If a package failed from its original home node to an adoptive node, it should not be blindly enabled to switch back before the reason for this failover has been determined and corrective actions has been taken by the sysadmin.
hope this helps.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 12:05 PM
09-08-2005 12:05 PM
Re: Serviceguard - package doesn't failover when primary box is lost.
I think keeping it the way it is is the best thing. manually enabling the failover is the best thing to do. This will prevent bouncing of package between crashing nodes in case that happens.
thanks
DP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 10:33 PM
09-08-2005 10:33 PM
SolutionIt seems that the parameter is set in package ascii file but not applied at cluster level. Run cmapplyconf -P
(The attached document shows the package monitoring it turned off.)
If you enable manually package switching using cmmodpkg just before shutdown of the node, it should failover to the another node.
If you want it automatic ( cluster to do it ) , set AUTO_RUN to enabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 12:07 AM
09-12-2005 12:07 AM
Re: Serviceguard - package doesn't failover when primary box is lost.
AUTO_RUN is usually initially ENABLED (set to YES in the package configuration file). However this value can be set to no manually or by an unexpected package start/stop failure. It's always best to inspect both AUTO_RUN and Node_switching values after unexpected package failures, to help decide whether these switches need to be re-enabled.
SIDEBAR:
cmmodpkg has 3 usage forms:
1) Enable/Disable AUTO_RUN.
Think of this as a master circuit breaker, enabling or disabling the package from being moved to ANY other node.
Form: cmmodpkg -e/d package_name
2) Enable/Disable Node_Switching.
Think of this as a per-server circuit breaker, enabling or disabling a specific node to run the package
Form: cmmodpkg -e/d -n
3) Resetting restart values for package services
Form: cmmodpkg [-v] -R -s service_name package_name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 12:32 AM
09-12-2005 12:32 AM
Re: Serviceguard - package doesn't failover when primary box is lost.
what kind of messages do you see in the syslog.log file, when you switch off the primary box?
Are you monitoring any subnet? only if you monitor a subnet, will the package switch upon its failure.
So, post the syslog.log file, package conf file and package control file.
With regards,
mohan.