- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Volume group shows a /dev/vg<name>/VGID Logical Vo...
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
05-10-2002 04:11 AM
05-10-2002 04:11 AM
System does use Physical Volume Groups. We don't use raw devices. Any ideas where this came from and why it shows opened processes? Is it a byproduce us using Physical volume groups?
I was going to look into deleting the logical volume.
Thanks... jack...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 04:14 AM
05-10-2002 04:14 AM
Re: Volume group shows a /dev/vg<name>/VGID Logical Volume... Does not show mounted... fuser shows opens
If you do bdf you will see where it is mounted.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 04:25 AM
05-10-2002 04:25 AM
Re: Volume group shows a /dev/vg<name>/VGID Logical Volume... Does not show mounted... fuser shows opens
jack...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 04:25 AM
05-10-2002 04:25 AM
Re: Volume group shows a /dev/vg<name>/VGID Logical Volume... Does not show mounted... fuser shows opens
No it won't be anything to do with PVG's.
Is it a link to another volume that shows up as mounted?
Do ll /dev/vg??/lv?? and check the link count (field 2).
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 04:26 AM
05-10-2002 04:26 AM
Re: Volume group shows a /dev/vg<name>/VGID Logical Volume... Does not show mounted... fuser shows opens
strings /etc/lvmtab
compare thats information
seba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 04:31 AM
05-10-2002 04:31 AM
SolutionDo an ll of /dev/vg and note it's minor number (0x??????). Each logical volume has a block and character device with the same minor number. If someone has created another device file with the same minor number then commands like lvdisplay and fuser will treat it and the 'proper' LV as the same thing.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 04:39 AM
05-10-2002 04:39 AM
Re: Volume group shows a /dev/vg<name>/VGID Logical Volume... Does not show mounted... fuser shows opens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 04:43 AM
05-10-2002 04:43 AM
Re: Volume group shows a /dev/vg<name>/VGID Logical Volume... Does not show mounted... fuser shows opens
A duplicate minor number was the problem!!!
Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 04:44 AM
05-10-2002 04:44 AM
Re: Volume group shows a /dev/vg<name>/VGID Logical Volume... Does not show mounted... fuser shows opens
If so, you can just rm *VGID. Don't try to lvremove it.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 06:05 AM
05-10-2002 06:05 AM
Re: Volume group shows a /dev/vg<name>/VGID Logical Volume... Does not show mounted... fuser shows opens
Will creating another vgexport map file after the removal reflect the removal of the VGID entry?
jack...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 06:23 AM
05-10-2002 06:23 AM
Re: Volume group shows a /dev/vg<name>/VGID Logical Volume... Does not show mounted... fuser shows opens
The map file is ONLY used by vgimport to map the volume name to the minor number.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 06:23 AM
05-10-2002 06:23 AM
Re: Volume group shows a /dev/vg<name>/VGID Logical Volume... Does not show mounted... fuser shows opens
OK. here it goes:
1) The VGID which shows in the map file is a normal thing. When created with vgexport and -s option, then the map contains this *ID* so that, when you import it back with -s option, it will check all HDD with the same VGID and import it to the same VG. The *VGID* is specific and unique to each VG. All HDD in the same VG, has the same ID.
2) Now when you vgimport, if you don't use the -s option and if specify the HDD path seperately, then vgimport command will assume that *VGID* is also an LV ! and will import the same too. You can safely remove this file ( rm or rmsf ?)
HTH,
Shiju