- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cluster Configuration
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-16-2006 08:28 PM
06-16-2006 08:28 PM
1- Can I build a cluster with 2 nodes without a shared storage,
I know it's not supported by Hp but could it be done?
2- Is it better to create the cluster lock disk alone? because i can present a disk from EVA and make it the cluster lock disk. Is it better to be alone or within the package?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 11:59 PM
06-16-2006 11:59 PM
SolutionYes you are right u cannot build any cluster without a shared storage...
2. Its better to create a cluster lock disk alone, if you are using a EVA you can present a lun for the same. Its not recommended to keep cluster lock and package in a same disk.
Best Regards,
Prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2006 01:19 AM
06-17-2006 01:19 AM
Re: Cluster Configuration
The lock is created in a special area on a particular LVM physical volume. The cluster lock volume group and physical volume names are identified in the cluster configuration file.
The lock disk is not dedicated for use as the cluster lock; thus, it can be employed as part of a normal volume group with user data on it. The usable space on the disk is not impacted; the lock disk takes no space away from the disk's volume group. Further, the activation of the volume group on one node does not affect the ability of another node to acquire the cluster lock.
The lock area on the disk is not mirrored, even though the physical volume may be a part of a volume group that contains mirrored logical volumes.
For more information please have a look of the following link:
http://docs.hp.com/en/B3936-90078/ch01s04.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2006 01:45 AM
06-17-2006 01:45 AM
Re: Cluster Configuration
storage may not be shared. you may want a active-passive cluster type. When volume groups are activated in exclusive mode in one node, they are not activated in the other one. if active node fails, package is activeted on the other.
no need to make cluster disk alone i think.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2006 10:20 AM
06-17-2006 10:20 AM
Re: Cluster Configuration
The cluster lock disk (used as a tie-breaker when re-forming a cluster) should have a redundant power supply, or else it
can be powered from a different supply than the nodes in the cluster. The lock disk is known as a tie breaker and used to prevent 'split brain' cluster. Where both nodes come up active and grab the cluster. With a lock disk, the first node up to the lock disk wins. In lieu of a lock disk you can also use a quorum server, which is a third server outside of the cluster. Often in another building. And of course you don't need the cluster lock, lock disk or quorum server in a one node cluster.
1) Not using shared storage in service guard. Well, vg00 and vg01, (* where the HP-UX O/S resides *), are not shared and reside in local disks to node1 and node 2. (vg00 on node1 and vg01 on node2 ) So yes, you can put your file system into local disks, specific only to each node, just like vg00 and vg01. In fact, I've done this but the application and file systems on this disks will never fail over. In short, you've essentially got a stand alone file system running on one node in a service guard cluster. My reason for doing this was a utilization reason. I had 4 36 GB disks on one node and that was way too much disk for vg00, which only need 2 of the 4 36 GB disks. so I used the other two 36 gb disks for a name server, else they would would have gone to waste.