- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error in failover in HP cluster
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
04-25-2004 06:15 PM
04-25-2004 06:15 PM
Error in failover in HP cluster
When both the machines (A and B) are connected in the cluster, it works fine with load balancing. When machine A is removed from the cluster, failover happens to machine B. When machine A is brought back, things resume to normal state and both machines work properly by load balancing.
The issue is: On the other hand if machine B is removed from the custer, the entire cluster setup crashes. More over since the machine crashes I do not have a platform to start my check.
Can any oone help on how to go about with fixing this problem
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 06:22 PM
04-25-2004 06:22 PM
Re: Error in failover in HP cluster
Could please let us know more details on the cluster.
Like which is configured node ..( primary .. alternative).
Quorum disk details.where is quorum disk kept ?
Cmviewcl output..
regards
Radhakrishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 06:26 PM
04-25-2004 06:26 PM
Re: Error in failover in HP cluster
I believe you have configured your FAILBACK_POLICY as MANUAL. So whenever there is a Failure occured in Primary Node the package moves to your Standby Node. But when the Primary Node comes back the package won't move automatically. You need to manually enable the package to run on the Primary node. Then only if there is a failure in Secondary Node it will be moved to the Primary back.
The command is
#cmmodpkg -e
See the man pages of cmmodpkg.
# Enter the failback policy for this package. This policy will be used
# to determine what action to take when a package is not running on
# its primary node and its primary node is capable of running the
# package. The default policy unless otherwise specified is MANUAL.
# The MANUAL policy means no attempt will be made to move the package
# back to its primary node when it is running on an adoptive node.
#
# The alternative policy is AUTOMATIC. This policy will attempt to
# move the package back to its primary node whenever the primary node
# is capable of running the package.
FAILBACK_POLICY MANUAL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 06:26 PM
04-25-2004 06:26 PM
Re: Error in failover in HP cluster
You wrote load balansing. Is this cluster is MCSG or MC Lock manager (RAC).
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 06:29 PM
04-25-2004 06:29 PM
Re: Error in failover in HP cluster
I don't think that cause an issue over here.
I had configured and worked with many clusters which are having failback policy has manual.All matters there was your node switching parameters .
I think there may be issue related to quorum disk setup . or may be some other configuration
Radhakrishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 06:39 PM
04-25-2004 06:39 PM
Re: Error in failover in HP cluster
package flags not set properly.
There should be some logging information in the package .log file to help.
Also wondering if after a cmhaltnode if cmmodpkg -e packagename was run.
Most likely its a configuration error because the cluster configuration is not consistent on both nodes.
SEP
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 07:00 PM
04-25-2004 07:00 PM
Re: Error in failover in HP cluster
If your Package is configured for Manual FAILBACK_POLICY which is default and Your package's Primary Node failed the package Failover to the Adoptive Node. But once the Primary Node recovered and become the member of Cluster again the failovered package cannot failback from the Adoptive Node to the Original Node unless otherwise you issue a cmmodpkg -e command.
This is to ensure the integrity of the cluster. If suppose your package is configured for Automatic Failback config and your package has some problem it may go into loop by trying to start on both the servers one by one which may result in a problem.