- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FAILBACK_POLICY option
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-06-2004 06:36 PM
06-06-2004 06:36 PM
FAILBACK_POLICY option
What is the best/recommanded setting for the FAILBACK_POLICY option ??
I think it is "MANUAL". But, i wanted the experts openion on the pro's & con's for this perticular option.
Thanks in advance,
Regards,
Ramesh.K.R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 07:04 PM
06-06-2004 07:04 PM
Re: FAILBACK_POLICY option
The default policy is MANUAL. which means no attempt will be made to move the package back to it primary node when it is running on an alternate node. The alternate policy is AUTOMATIC which means the package will be moved back to its primary node whenever the primary node is capable of running the package.
MANUAL is better because you have to make sure the package will not fail again on the promary node once it it up.
manish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 08:18 AM
06-07-2004 08:18 AM
Re: FAILBACK_POLICY option
FAILBACK_POLICY set to automatic is a dangerous option in my opinion. Consider the following scenario.
1. sysA and sysB are in a cluster with pkgA configured for sysA and pkgB for sysB.
2. cmcld is set to 1 so when a system is booting, it will automatically join the cluster.
3. FAILBACK_POLICY is set to automatic for pkgA.
4. sysA crashed due to a bad CPU. pkgA fails over to sysB.
5. sysA comes backup and joins the cluster. pkgA will be automatically moved to sysA.
6. Bad CPU shows up again on sysA. Step 4 and 5 will go in a continuous loop.
My preference is the default option which is MANUAL. This way, I can have sysA fixed before I manually move the package.
There may be cases where the load on the system is a concern whereas multiple downtimes is not and the application failover is really fast, you could go with AUTOMATIC option. But i find it very rare.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 08:24 AM
06-07-2004 08:24 AM
Re: FAILBACK_POLICY option
Check this link from hp doc site.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90065/B3936-90065_top.html&con=/hpux/onlinedocs/B3936-90065/00/00/18-con.html&toc=/hpux/onlinedocs/B3936-90065/00/00/18-toc.html&searchterms=FAILBACK_POLICY&queryid=20040607-142119
The pros and con's are explained with pictures.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 09:03 AM
06-07-2004 09:03 AM
Re: FAILBACK_POLICY option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 12:07 AM
06-08-2004 12:07 AM
Re: FAILBACK_POLICY option
If the adoptive server is not overburdened with workload, why not let it continue to operate the package until end-of-workday when it can be moved back to the primary server? This may be particularly advisable if the primary server has suffered an unexpected outage, suggesting a little monitoring to instill confidence before going back into service.
But if the adoptive server is not performing up to desired throughput because it was not expected to remain the major workhorse, one could argue that it is better to have the users wait out a short outage while the package moves back to the primary server where user requests will be handled with more responsiveness.
-sd-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 12:15 AM
06-08-2004 12:15 AM
Re: FAILBACK_POLICY option
So one can really only state that the software says the default option is Manual; and then state the option they choose to use.
For our decision....Manual. That way we would have the opportunity to check things and when we felt it was appropriate, then manually switch pkg back and ensure the failover has again been enabled.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 01:00 AM
06-09-2004 01:00 AM
Re: FAILBACK_POLICY option
Ramesh.K.R.