- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PVG names
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-09-2005 07:03 PM
01-09-2005 07:03 PM
We use physical volume groups for mirroring of individual disks.
The volume group was created with the following commands:
# vgcreate -g
# vgextend -g
I need to find the names of a different physical volume group. Is it possible?
How to display the names of all active PVGs (
Sergej
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 07:19 PM
01-09-2005 07:19 PM
Re: PVG names
vgdisplay -v /dev/vgdb
will show you the names of the PVGs.
Alternatively look in the file /etc/lvmpvg
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 07:53 PM
01-09-2005 07:53 PM
Re: PVG names
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
But I'm sure that the volume group consists of 2 different PVG.
Also "lvdisplay /dev/vgdb/lvol1" shows:
--- Logical volumes ---
LV Name /dev/vgdb/lvol1
VG Name /dev/vgdb
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) X
Current LE Y
Allocated PE Z
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation PVG-strict
IO Timeout (Seconds) default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 07:57 PM
01-09-2005 07:57 PM
Re: PVG names
maybe it doesn't ;)
have a look at /etc/lvmpvg!
"Allocation PVG-strict" in a lvdisplay does not mean you have PVG's configured.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 08:09 PM
01-09-2005 08:09 PM
Re: PVG names
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 08:14 PM
01-09-2005 08:14 PM
Re: PVG names
no /etc/lvmpg --> no Physical Volume Groups defined
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 08:39 PM
01-09-2005 08:39 PM
Re: PVG names
Why "vgdisplay -v" doesn't show info about PVG if lvmpvg file doesn't exist?
Sergej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 08:49 PM
01-09-2005 08:49 PM
SolutionNo PVG won't show or function correctly without /etc/lvmpvg. This (usually) won't make any difference during normal operation, but you would probably have run into problems if trying make changes to LVM on the node without the file.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 09:21 PM
01-09-2005 09:21 PM