- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cluster LOCK issue
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
09-12-2006 05:51 AM
09-12-2006 05:51 AM
I need help on this cluster lock information. in cluster config file we will mention the device disk name here some thing like below one how to we know this is the specific disk we need to mention here. how to know that..
FIRST_CLUSTER_LOCK_PV /dev/dsk/c4t5d2
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2006 05:59 AM
09-12-2006 05:59 AM
Re: Cluster LOCK issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2006 06:07 AM
09-12-2006 06:07 AM
Solutioncmquerycl list the node names so it knows what systems you want in the cluster
cmquerycl -n node1 node2
See the man page for more options.
The lock disk just needs to be there on shared storage. It does not use a lot of space, it determines who wins and remains running when the cluster heartbeat fails.
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
09-12-2006 06:16 AM
09-12-2006 06:16 AM
Re: Cluster LOCK issue
and
i am planning two node cluster. so is it compulsory to have cluster lock. or can I go without cluster?
or
a quorum server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2006 06:42 AM
09-12-2006 06:42 AM
Re: Cluster LOCK issue
I believe you have a choice with a two node configuration. You can go either way. Cluster lock does not normally work with three node or greater.
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
09-12-2006 07:43 AM
09-12-2006 07:43 AM
Re: Cluster LOCK issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 04:53 AM
09-13-2006 04:53 AM
Re: Cluster LOCK issue
while activating cluster lock. which VG we need to define here....how to know that
#vgchange -a y vgXX
-----
Do i need to re-boot the server while setting up cluster? I mean at any point of time? from starting to ending?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 04:57 AM
09-13-2006 04:57 AM
Re: Cluster LOCK issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 05:28 AM
09-13-2006 05:28 AM
Re: Cluster LOCK issue
As for the cluster locking, for a 2 node cluster it is mandatory, whether you use a lock disc or a Quorum Server. For a 3 or 4 node cluster a lock disc is optional but recommended as is a QS, and for 5 nodes and above you cannot use a cluster lock disc, you must use a QS if you choose to have a lock facility.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 05:35 AM
09-13-2006 05:35 AM
Re: Cluster LOCK issue
#vgchange -a y vgXX
which VG do i need to select while doing this..as i will have a lot?
and can you give me how to test the cluster setup i mean all the PKg's are failovering to other node or not and if i have any issues how to roll back it??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 05:38 AM
09-13-2006 05:38 AM
Re: Cluster LOCK issue
As for which VG, well if you are using a cluster lock disc, then the VG containing this disc MUST be activated with vgchange -a y at the time of doing the cmapplyconf, and MUST appear in the cluster ascii file.
Any other VG's can either be done at the same time, or marked as cluster aware when creating the package, using vgchange -c y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 05:32 AM
09-18-2006 05:32 AM