- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM error
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
04-26-2006 06:14 AM
04-26-2006 06:14 AM
LVM error
any idea on this.
LVM: VG 64 0x060000: Unable to identify the latest copy of configuration and status information. Quorum check failed!
regards
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 06:21 AM
04-26-2006 06:21 AM
Re: LVM error
It's saying that a disk in the VG with minor number 0x060000 has failed.
Run the following to determine what VG
ll /dev/vg*/group
The one with minor number 0x060000 will be it.
Then run
vgdisplay -v /dev/vg_name
to see what disks (PVs) it uses.
Then run
ioscan -fnC disk
and look for one of those disks to read
NO_HW
Then run
diskinfo /dev/rdsk/cXtYdZ (Note: the use of the raw device)
on it & if doesn't respond or shows 0 bytes - there's your culprit.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 06:26 AM
04-26-2006 06:26 AM
Re: LVM error
You have a physical disk that cannot be accessed. "0x060000" would point to vg06.
Do :
# strings /etc/lvmtab
...to determine what physical disk occupy this volume.
Do:
# ioscan -fnC disk
...and look for NO-HW or UNCLAMIMED software states.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 06:43 AM
04-26-2006 06:43 AM
Re: LVM error
# ll /dev/*/group | grep "0x060000"
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2006 03:13 AM
10-01-2006 03:13 AM
Re: LVM error
i am facing the same message though the vg minor number reported is 0x010000. Strange enough, the system does not contain any volume group with this minor number. Any ideas where else can it be referenced as clearly the LVM subsystem thinks that there is a group like this (i get this msg even after a fresh reboot).