- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 4 Node Cluster( N:1 switchover)
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
01-19-2003 06:00 PM
01-19-2003 06:00 PM
We are planning to configure 4 node cluster in this ,3 node will have active packages running and 4th node will be standby for all the 3 nodes
my question
1. Do we need to configure Lock disk for the 4 node cluster.
2. Can we configure in such a manner if the package fails on node1(it can be any node) to takeover to Node 4 and in the same time.Node 4 should not take over the package if the other node fails too ( in this case if two nodes fails )
3.What are the precautionary measure to be taken care for this type of configuration
If any one has configure this type.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2003 06:13 PM
01-19-2003 06:13 PM
Re: 4 Node Cluster( N:1 switchover)
1. For 4 node cluster, it is not compulsary for a Lock Disk.
2. Yes, you can configure the 4th node not to fail-over more than one package. You can get the details of how to configure this, from the Configuration Manual at docs.hp.com.
3. You have to make sure that if more than one package is failing, then it can be started on some other node, other than node 4.
If you give us more info's like, how many packages totally are you planning to run, Disk configurations etc. then we will be able to help you in detail.
Happy clustering.
Srini.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2003 11:59 PM
01-19-2003 11:59 PM
Re: 4 Node Cluster( N:1 switchover)
1. It is not compulsory, but HIGHLY RECOMMENDED.
2. Yes you can. In the package configuration file, select the MIN_PACKAGE_NODE instead of CONFIGURED_NODE policy (the default). This way, the packages will failover to the server which has the minimum number of packages running at the moment.
3. Precautionary measures... well since your servers will run more or less the same number of packages at any one time, you won't need extra CPUs/RAM like in the case where a great number of packages may be running on a single server.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 12:19 AM
01-20-2003 12:19 AM
Re: 4 Node Cluster( N:1 switchover)
Thanks for reply ,it is considered that ,one package will be running in each machines ,and if one fails the standby will takeover .
2. same time if other machine fails ,this package can be considered to be down and it should not be transfered to other machines ,is this type of configuration can be made.
3.my only worry is if two machines goes down ,is there would be major cluster formation problem ,as if it is not configured for LOCK disk
some details of configuration planned are
1. VGs names will be uniquely configured in all the machines.
2. all the disk will be seen in the 4 node,this will be a standby
3.there will be private HB for all four nodes and 2 redundant link for data
is some thing else need to be included ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 02:50 AM
01-20-2003 02:50 AM
SolutionIt is HIGHLY RECOMMENDED to do a cluster-lock disk. Even on a 4-node cluster.
If you want a certain package to fail completely when 2 servers fail, you just enter the names of the two servers instead of the 4 servers in the package configuration script. You will have to configure it as CONFIGURED_NODE though in this setup, not MIN_PACKAGE_NODE like I told you before.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 05:42 AM
01-20-2003 05:42 AM
Re: 4 Node Cluster( N:1 switchover)
The cluster lock disk is NOT used when a break occurs between an unequal number of nodes (when one node has left the cluster previously) - say 1 node versus 3 nodes. In that situation, the majority (3 nodes) would form a new cluster and the lone 1-node would programatically reboot itself.
Though it is not required to configure a cluster lock disk for a 4-node cluster (in light of the fact that it would take a network outage between 2 nodes and the other or between 1 node and the other (both are a low-probability of occurence... it is recommended simply because the possibility exists.
This topic is discussed in detail in the Managing MC/ServiceGuard manual located at:
http://docs.hp.com/hpux/ha/index.html#ServiceGuard
2) Others have answered items 2 and 3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 06:57 PM
01-20-2003 06:57 PM
Re: 4 Node Cluster( N:1 switchover)
If i dont configured as minpackagenode ,when 2 nodes fails the 2 package will be shifted to the standby node ,i need to shift only one machine failure package at time ,if two machines fails i can take one machine in down state.
i guess i need to configure as min node package insetead of configured node.
Rizwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 05:13 AM
01-21-2003 05:13 AM
Re: 4 Node Cluster( N:1 switchover)
If you don't like the effect of MIN_PACKAGE_NODE , you still have the option of writing test statements in the package control script (customer_defined_run_cmds) which determines the state of the available nodes and packages and makes decisions which node should start a package.
-s.