- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pvdisplay
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
01-16-2010 01:48 AM
01-16-2010 01:48 AM
pvdisplay
i am configuring a Lun as cluster lock .
but i am getting below error message
"Invalid data for cluster lock LUN configuration"
cmcheckconf: Unable to verify cluster file:
when i did "pvdisplay -l" on disk then i am getting below messsage
/dev/dsk/c4t0d0:LVM_Disk=yes
is this have some relation with problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2010 01:55 AM
01-16-2010 01:55 AM
Re: pvdisplay
or use the following command
dd if=/dev/zero of=/dev/rdsk/cXtYdZ bs=128k count=2048
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2010 01:56 AM
01-16-2010 01:56 AM
Re: pvdisplay
You must use a Physical LUN that is not assigned to ANY type of volume manager.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2010 01:59 AM
01-16-2010 01:59 AM
Re: pvdisplay
When you make a cluster lock you can use either a lun or a local disk. Both need to be in a vg shareable by all nodes, but a lun lock disk can not have any lvol or other data in it. A lock lun can be used to store data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2010 02:01 AM
01-16-2010 02:01 AM
Re: pvdisplay
Geez, ignore the responses above. Use pvcreate to clear data from a pv.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2010 02:17 AM
01-16-2010 02:17 AM
Re: pvdisplay
dedicated to the cluster lock; you cannot store any other data on it..."
"...You specify the cluster lock volume group and physical volume, or the cluster lock LUN, in the cluster configuration file..."
A lock lun can not be used with a 2nd cluster lock.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2010 11:06 PM
01-16-2010 11:06 PM
Re: pvdisplay
your suggestion really helped me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2010 01:20 AM
01-20-2010 01:20 AM
Re: pvdisplay
Remove the lockvg and recreate it from scratch, if that vg does not have any data that you want to save. Ensure that the nodes in cluster have access to this PV/VG.
Normally lockvg does have data in it when considering the cost but not a simple vg with no data also seen.