- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can we use Cluster lock lun deivce in any volu...
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
02-22-2008 01:48 PM
02-22-2008 01:48 PM
Can we use Cluster lock lun deivce in any volume group?
It is two node cluster, I am trying to create cluster.
When I tried to execte the command cmapplyconf, it fails .
But the disk is not actually used.
I have verified in both nodes.
cmapplyconf -C cluster.ascii
Note : a NODE_TIMEOUT value of 2000000 was found in line 133. This value
is recommended if the top priority is to reform the cluster as fast
as possible in case of failure. If the top priority is to minimize
reformations, consider using a higher setting. For more information see
the cluster configuration ASCII file or the Managing Serviceguard manual.
Device /dev/dsk/c4t2d2 is specified as a lock lun device, but it is used by LVM on node spcmanp1
. Please specify another device for lock lun.
Invalid data for cluster lock LUN configuration
cmapplyconf: Unable to verify cluster file: cluster.ascii.
[root:-/etc/cmcluster]strings /etc/lvmtab | grep c4t2d2
[root:/etc/cmcluster]strings /etc/lvmtab | grep c4t2d3
Thank you
Regards
NS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 02:06 PM
02-22-2008 02:06 PM
Re: Can we use Cluster lock lun deivce in any volume group?
You must use a Physical LUN that is not assigned to ANY type of volume manager.
You could of course still use a Cluster Lock Disk, which MUST be part of a an LVM VG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 02:16 PM
02-22-2008 02:16 PM
Re: Can we use Cluster lock lun deivce in any volume group?
It says "Device /dev/dsk/c4t2d2 is specified as a lock lun device, but it is used by LVM on node "
eventhough, I haven't used this disk on any volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 02:40 PM
02-22-2008 02:40 PM
Re: Can we use Cluster lock lun deivce in any volume group?
make sure you check on the node spcmanp1
You can then either remove it from a VG, or wipe it out using the dd command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2008 08:48 AM
02-23-2008 08:48 AM
Re: Can we use Cluster lock lun deivce in any volume group?
# pvdisplay -l /dev/dsk/c18t0d6
/dev/dsk/c18t0d6:LVM_Disk=yes
If your disk is part of a exported volume group then it might not show up in /etc/lvmtab or /etc/lvmtab_p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2008 10:57 AM
02-25-2008 10:57 AM
Re: Can we use Cluster lock lun deivce in any volume group?
It shows as part of LVM disk. How do i remove it?
[root:-/etc/cmcluster]pvdisplay -l /dev/dsk/c4t2d2
/dev/dsk/c4t2d2:LVM_Disk=yes
Thank you Sreedhar
Regards
Nesan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2008 11:08 AM
02-25-2008 11:08 AM
Re: Can we use Cluster lock lun deivce in any volume group?
man pvremove::
pvremove - remove LVM data structure from a physical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2008 01:03 PM
02-25-2008 01:03 PM
Re: Can we use Cluster lock lun deivce in any volume group?
Finally I was able to erase the header by the following command. It started working!.
dd if=/dev/zero of=/dev/rdsk/cXtYdZ bs=128k count=2048
Thank you
Regards
Nesan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2008 01:49 PM
02-27-2008 01:49 PM
Re: Can we use Cluster lock lun deivce in any volume group?
Finally I was able to erase the header by the following command. It started working!.
dd if=/dev/zero of=/dev/rdsk/cXtYdZ bs=128k count=2048
for some pvcreate -f didn't erase volume info.
dd command only worked.
Thank you
Regards
Nesan