- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: max PV per VG
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
03-20-2001 07:59 PM
03-20-2001 07:59 PM
max PV per VG
What is the maximum number of pv(phisical volume) per volume group ?
vgdisplay says max pv=16 but still I can have more than 16 disk per vg.
What is the correct number ?
I am using 72 GB EMC disk slice to 4 GB.
Thanks
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 08:11 PM
03-20-2001 08:11 PM
Re: max PV per VG
When I talk about slices I mean like /dev/dsk/c1t1d0, /dev/dsk/c1t1d1, /dev/dsk/c1t1d2, etc.
If you had more than 16 different scsi targets like /dev/dsk/c1t1d0, /dev/dsk/c1t2d0, /dev/dsk/c1t3d0, etc. then you would probably have a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 08:21 PM
03-20-2001 08:21 PM
Re: max PV per VG
Just to clarify .
You can specify the max physical volumes and max physical extents for each volume group at the time of creation.
By default max_pv is 16 and max_pe is 1016
But it can be increased to 255 and 65535 respectively.
-p max_pv
Are u seeing the number of active PV's more than the Max PV value?
Cheers
Karthik...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 10:16 PM
03-20-2001 10:16 PM
Re: max PV per VG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2001 10:56 AM
03-22-2001 10:56 AM
Re: max PV per VG
In EMC-speak, any Symmetrix device that is seen as an individual instance in 'ioscan -funC disk' is either a hypervolume or a metavolume, and this is the PV that HP LVM counts toward the max_pv limit. OK, it could also be a gatekeeper or vcm db device, but those should never be in a volume group.
So when you say your EMC physicals are 72Gb but in 4Gb slices, this appears to mean that 4Gb is your hypervolume size. If you don't use metavolumes, you would be limited to 16 4Gb PV's in this volume group, each PV being 1 EMC hypervolume.
If you can create metavolumes, you can concatenate or EMC-stripe several 4Gb hypervolumes together, the only device being seen by HP-UX being the 'meta head' device, the others being 'hidden' as devices but their physical size is added to the 'head' device from the LVM perspective.
If you did this, each metavolume would be 1 PV in the volume group, sized at 4Gb times the number of hypers in the meta. So you could get more than 16 4Gb 'slices' into the volume group, but still be limited to 16 PV's.