- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error on command vgdisplay -v vg00.
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-20-2004 12:42 AM
02-20-2004 12:42 AM
I have changed the boot disk (vg00) whith new egual disk and I recovered data from a make_recovery.
The system is 9000/800 L1000 HP-UX 11.00 and now it seem works well but when I running the "vgdisplay -v vg00" command I receive the follow message:
#vgdisplay -v vg00
vgdisplay: Couldn't query volume group "vg00".
Possible error in the Volume Group minor number; Please check and make sure the group minor number is unique.
vgdisplay: Cannot display volume group "vg00".
I receive the same message on the "lvnboot -v" command.
What does it means ?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 12:48 AM
02-20-2004 12:48 AM
Re: Error on command vgdisplay -v vg00.
First, /etc/lvmtab is out of sync, move it aside (mv /etc/lvmtab /etc/lvmtab.old) and rebuild it (vgscan -av).
Second, you have some sort of conflict with the minor numbers in your LVM VGs. Check with "ll /dev/vg*/group" to make sure that the minor numbers (0xNN0000, where NN is the minor number) for each VG are unique.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 12:57 AM
02-20-2004 12:57 AM
Re: Error on command vgdisplay -v vg00.
check the minor number is unique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 01:02 AM
02-20-2004 01:02 AM
Re: Error on command vgdisplay -v vg00.
was serviceguard was previously installed.
check whether the file is present
#ll /dev/slvmvg
If present,
#mv /dev/slvmvg /tmp
#mv /etc/lvmtab /etc/lvmtab.old
#vgscan -a
#vgdisplay -v /dev/vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 01:06 AM
02-20-2004 01:06 AM
Re: Error on command vgdisplay -v vg00.
I ran "vgscan -v" (only -v option) and now when I run "vgdisplay -v vg00" and lvlnboot commandit it is ok.
Wath is different -a and -a -v options ?
I needed to run "vgchange -a y" and "lvlnboot -R" to resync information on disk ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 01:10 AM
02-20-2004 01:10 AM
SolutionPete
Pete