- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: update cluster lock information
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
03-08-2011 07:00 AM
03-08-2011 07:00 AM
I discovered that my cluster lock information is out of date since a SAN upgrade a couple of years ago. I was updating the scsi driver scsiU320 on the idle node of a 2 node cluster and on reboot the active node TOC'd. The following lines in cmclconfig.ascii are now out of date:
FIRST_CLUSTER_LOCK_VG
FIRST_CLUSTER_LOCK_PV (for each node)
Any advice on how best to update these? Is it just edit the file, copy to other node and cmapplyconf? Can I just pick any shared disk as the cluster lock disk? or does it have to be dedicated cluster lock disk with no user data on it? is downtime required?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2011 07:03 AM
03-08-2011 07:03 AM
Re: update cluster lock information
Service Guard A.11.16.00
HPUX 11.11 pa-risc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2011 08:12 AM
03-08-2011 08:12 AM
Re: update cluster lock information
edit the cluster configuration file.
Pick a cluster lock disk that is visible on both nodes
cmquerycl
cmcheckconf
cmapplyconf
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
03-09-2011 01:34 AM
03-09-2011 01:34 AM
Re: update cluster lock information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2011 04:44 AM
03-09-2011 04:44 AM
SolutionAny disk in a volume group that either system can see can be the lock disk. YOu must stop the cluster to change it at 11.16.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2011 09:41 AM
03-09-2011 09:41 AM
Re: update cluster lock information
A cluster lock disk is a special area on an LVM disk located in a volume group that is shareable by all nodes in the cluster. Similarly, a cluster lock LUN is a small dedicated LUN, connected to all nodes in the cluster, that contains the lock information.
In an LVM configuration, a disk used as a lock disk is not dedicated for use as the
cluster lock, the disk can be employed as part of a normal volume group with user data
on it. A lock LUN, on the other hand, is dedicated to the cluster lock, you cannot store other data on it.
You specify the cluster lock volume group and physical volume, or the cluster lock LUN, in the cluster configuration file.
Rgds...