- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cluster setup
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
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
01-21-2009 04:14 AM
01-21-2009 04:14 AM
I want to create a scenario like:
If node2 fails, package app1 should failover to node3 and then package app2 running on node3 should move to failover server node1.
What are the things I need to consider for this setup?
Thanks,
Srini
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 04:39 AM
01-21-2009 04:39 AM
SolutionFor package app2 use the following - in the control script of the package app1 you can add some checks - is package app2 is tunning on the same node, move this package to another (1 for example).
See package failover configuration - http://docs.hp.com/en/B3936-90105/ch03s03.html
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 04:41 AM
01-21-2009 04:41 AM
Re: Cluster setup
the basic idea is to check if the package app1 has failed over from node2 that is not running at node 2, if so then enable pkg app1 to run on node3 and if the package app1 is running on node3 then halt the package app2 if running on node3 , enable that to start on node1 and start on node1.
this intelligence can be set into the package app2, yes , u can see the following link for this..
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1301744
see what Rita Workman and Stephen Doud have to say...
what packages is the node1 running?
what do u wish in the event of node 1 failure ?
anf failures egarding if the package aap1 fails when running on node3 that is if node3 fails ?
regards
Sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 05:12 AM
01-21-2009 05:12 AM
Re: Cluster setup
Thanks for the suggestion.
Nodel is merely a failover node. This node is used only in case of any failure of the primary nodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 05:22 AM
01-21-2009 05:22 AM
Re: Cluster setup
# "FAILOVER_POLICY" is the policy to be applied when package fails.
# The alternative policy is "MIN_PACKAGE_NODE". This policy means
# Serviceguard will select from the list of "NODE_NAME" entries the
# node, which is running fewest packages when this package needs to
# start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 07:05 AM
01-21-2009 07:05 AM
Re: Cluster setup
In my requirement, do we need hearbeat connections for the three nodes ?
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2009 03:54 AM
01-22-2009 03:54 AM
Re: Cluster setup
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2009 04:29 AM
01-22-2009 04:29 AM
Re: Cluster setup
u must have the heartbeat to all the nodes in the cluster as that is how the cluster manager node understands that the node is alive when it receives the heart beat signals from the nodes.
if u configure a node or try to config a node for which u have not heartbeat defined, cmcheckconf and cmapplyconf shall simply throw u warnings and errors regarding the configuration.
so definitely u should have a bridged heartbeat network onfigured and defined for all the three nodes and also that with the heartbeat failovers.
regards
sujit