- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cluster Lock Disk.
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
07-14-2010 09:08 PM
07-14-2010 09:08 PM
Here's a working configuration :
CCMT3:/etc/cmcluster#more cluster1.conf | grep -v "^#"
CLUSTER_NAME cluster1
FIRST_CLUSTER_LOCK_VG /dev/vg01
NODE_NAME CCMT3
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.0.1.3
NETWORK_INTERFACE lan3
NETWORK_INTERFACE lan5
HEARTBEAT_IP 67.57.0.1
FIRST_CLUSTER_LOCK_PV /dev/dsk/c24t0d1 <==the lock disk on node
NODE_NAME CCMT4
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.0.1.2
NETWORK_INTERFACE lan3
NETWORK_INTERFACE lan5
HEARTBEAT_IP 67.57.0.2
FIRST_CLUSTER_LOCK_PV /dev/dsk/c7t0d1
HEARTBEAT_INTERVAL 1000000
NODE_TIMEOUT 5000000
AUTO_START_TIMEOUT 600000000
NETWORK_POLLING_INTERVAL 2000000
NETWORK_FAILURE_DETECTION INOUT
MAX_CONFIGURED_PACKAGES 150
---
CCMT3:/#diskinfo /dev/rdsk/c24t0d1
SCSI describe of /dev/rdsk/c24t0d1:
vendor: HP
product id: HSV210
type: direct access
size: 52428800 Kbytes
bytes per sector: 512
----
=======from lvdisplay -v===
--- Logical extents ---
LE PV1 PE1 Status 1
00000 /dev/dsk/c24t0d1 00000 current <=lock not existing at extent "0" ?
00001 /dev/dsk/c24t0d1 00001 current
00002 /dev/dsk/c24t0d1 00002 current
00003 /dev/dsk/c24t0d1 00003 current
CCMT3:/#bdf | grep vg01
/dev/vg01/lvol1 82944000 23841472 55424585 30% /timeapp <==lock disk also hosts a FS.
=====
from my previous experince the lock disk should be of 100 ~ 300 mb and should not host any FS .is that correct.am i being too apprensive or is there something wrong with this cluster configuration.Please let know if you require more o/p
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2010 09:14 PM
07-14-2010 09:14 PM
SolutionFIRST_CLUSTER_LOCK_PV /dev/dsk/c24t0d1
A reserved block is used for this purpose, so don't worry about file systems.
You have a duplicated
FIRST_CLUSTER_LOCK_PV
entry!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2010 09:17 PM
07-14-2010 09:17 PM
Re: Cluster Lock Disk.
Use of a Lock LUN or LVM Lock Disk as the Cluster Lock
in SG manual.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2010 09:28 PM
07-14-2010 09:28 PM
Re: Cluster Lock Disk.
But it's good to use unallocated FS disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2010 10:16 PM
07-14-2010 10:16 PM
Re: Cluster Lock Disk.
Many thanks for the prompt reply .
i can assign LUN frm EVA , do a pvcreate on it , add it to a new VG vg01 , create a cluster ,create a LV and FS on the lock disk , do a vgchange -a n /dev/vg01 , vgchange -c y /dev/vg01 ,create a package configuration file , add the vg01 to the conf and the new lv and apply the package conf file ..am i missing something .
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2010 10:18 PM
07-14-2010 10:18 PM
Re: Cluster Lock Disk.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2010 07:06 AM
07-18-2010 07:06 AM
Re: Cluster Lock Disk.
Regards,