- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: one node and many node SG clusters
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
11-19-2006 08:33 AM
11-19-2006 08:33 AM
I have some confusion in ServiceGaurd cluster. I read some document where it was mentioned that in a 2 node cluster only one node is involved in the data transaction and other node is available in case of failure of the first node.
How about 8 node clusters ? In such case how many nodes participate in accessing data at the same time ?
If many nodes access data at the same time then does it mean that they work on the kind of parallelism ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 03:38 PM
11-19-2006 03:38 PM
Re: one node and many node SG clusters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 05:23 PM
11-19-2006 05:23 PM
SolutionThe real limit you'll run into is the back end I/O on the data.
It is quite possible to set up an 8 node quorum with all eight nodes accessing the data at the same time, IF the application accessing the data is cluster aware and the volume group is mounted in shared mode.
This would be typical of an Eary Oracle RAC configuration prior to later releases in which Oracle released their own clusterware and negated the need for Serviceguard.
A far more typical configuration is active passive. A two node cluster is set up, with say Orace server on both. One node is running Oracle server in a package which is configured in case of failure to fail over to a second node. When it fails over to the second node, it activates the volume group in exclusive mode (-e) and starts the database application.
This provides high availability with an acceptable delay.
Regards,
Shmuel
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
11-20-2006 01:30 AM
11-20-2006 01:30 AM
Re: one node and many node SG clusters
Here if you are running two kinds of applications and for that if you have configured two packages, You can run one pkg on one node utilizing your both node's resources.In case of one node failure,either of your pkg shall move on healthy node.But for these kind of configuration you must keep your both capable to run both pkg on one node.
Like wise you can increase no of nodes also with more applications requrements...
Thnx
jitendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 02:31 PM
11-23-2006 02:31 PM
Re: one node and many node SG clusters
Other than High Availability faster processing is another goal.
Thanks,
Shiv