- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error in Volume Group minor number
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-13-2004 02:58 AM
04-13-2004 02:58 AM
Aramis:/var/adm/syslog> 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 have recreated lvmtab with vgscan but nothing has changed . I have exported other vgs apart from vg00 , recreated lvmtab and rebooted but nothing has changed.
Aramis:/var/adm/syslog> strings /etc/lvmtab
/dev/vg00
/dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Ioscan does not show any HW problem and kernel maxvgs is 10... What can be happening. Do I have to start up in maintenance mode and recreate vg00???
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 03:02 AM
04-13-2004 03:02 AM
Re: error in Volume Group minor number
Could you cut and past the output from
# ll /dev/*/group
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 03:05 AM
04-13-2004 03:05 AM
Re: error in Volume Group minor number
Do you have or have ever had MC/SG (Service Guard) on this system? Are you using it now?
If not remove the following file
/dev/slvmvg
You'll note that is has the same major/minor numbers as /dev/vg00/group
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 03:07 AM
04-13-2004 03:07 AM
Re: error in Volume Group minor number
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=542476
Kind regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 03:15 AM
04-13-2004 03:15 AM
Re: error in Volume Group minor number
LOL - It seems like this one pops up every month or two. Heck it's even happened to me.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 03:18 AM
04-13-2004 03:18 AM
Re: error in Volume Group minor number
crw-r--r-- 1 root sys 64 0x000000 Apr 13 16:37 group
crw-r--r-- 1 root sys 64 0x000000 Apr 13 16:37 ./vg00/group
Aramis:/dev> ll /dev/vg00/group
crw-r--r-- 1 root sys 64 0x000000 Apr 13 16:37 /dev/vg00/group
Aramis:/dev> strings /etc/lvmtab
/dev/vg00
/dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Aramis:/dev> 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".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 03:19 AM
04-13-2004 03:19 AM
Re: error in Volume Group minor number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 03:21 AM
04-13-2004 03:21 AM
SolutionTry these two links,
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062922068
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000068695500
The itrc doc ids are ULVMKBRC00008020 & UMCSGKBRC00012526.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 03:45 AM
04-13-2004 03:45 AM
Re: error in Volume Group minor number
Your answer has been really perfect . It was solved with the first link...
Thanks..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 03:49 AM
04-13-2004 03:49 AM
Re: error in Volume Group minor number
Regds
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 03:51 AM
04-13-2004 03:51 AM
Re: error in Volume Group minor number
Moral of the story:
Always rm or mv lvmtab before a vgscan because vgscan will use the existing info in lvmtab for that scan & duplicate any existing problems.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 03:55 AM
04-13-2004 03:55 AM
Re: error in Volume Group minor number
Again , forum guys are great