- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Volume Group and Physical Volume
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
09-19-2004 06:33 PM
09-19-2004 06:33 PM
Currently I have a volume group vg05 as follows:
# vgdisplay vg05
--- Volume groups ---
VG Name /dev/vg05
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 2
Open LV 2
Max PV 16
Cur PV 3
Act PV 3
Max PE per PV 1023
VGDA 6
PE Size (Mbytes) 4
Total PE 3069
Alloc PE 3000
Free PE 69
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
It consists of 3 x 4092MB harddisks and they are LV striped between them.
Query: I would like to add in 3 harddisks each of size > 4092MB. Is it possible? I don't think I am able to bcos the "Max PE per PV" is already set to 1023 and the PE size is set to 4MB.
Query: Is it non-advisable to have different sizes of PV in a particular Volume Group?
Thanks/cliff
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 07:11 PM
09-19-2004 07:11 PM
Solution-e max_pe Set the maximum number of physical extents
that can be allocated from any of the
physical volumes in the volume group. The
default value for max_pe is 1016. However,
if the size of any physical volume exceeds
1016 times the pe_size, the default value for
max_pe is adjusted to match the physical
volume size. The maximum number of physical
extents can be a value in the range 1 to
65535.
you can add up to 16 hdd in this vg group.
maximum size you can get from one pv is 1023*4=4092MB (man PE extents*one extend size.)
max size you can get for this vg is 4092*16=65472MB.(max size from one disk*max number of PVs.)
max PE per PV in your case means that you can't use more than 4GB from one PV even the disk is more than 4GB .
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 07:13 PM
09-19-2004 07:13 PM
Re: Volume Group and Physical Volume
It's wastage of Disk space so create new VG and use these disks.
There is no issue haveing different size of PV in same VG. It's mostly depend how you will create volumes and how you use them ?
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 07:26 PM
09-19-2004 07:26 PM
Re: Volume Group and Physical Volume
The extent size is per disk. Just be aware that 1023 extents is the most you will be able to have per volume. If you tried to add a larger disk like 18Gb, you would only be able to use 4092Mb of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 07:34 PM
09-19-2004 07:34 PM
Re: Volume Group and Physical Volume
once created you will not be able to change this value in normal cases without destruction of VG . For increasing this value you should have to take the ignite backup of total vg ,remove the vg and recreate the vg with -e max_pe option (a higher number )and then restore the ignite backup.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 02:16 AM
09-23-2004 02:16 AM
Re: Volume Group and Physical Volume
There are no issues at all as you said you will be using 4092MB disk. If we calculate logically 4092/4=1023 will be total Physical extents you can have on your disk. So the disk is getting nicely utilized. Your Max PV is set to 16 which means you can have 16 disks of 1023*4 size. Even if you use higher capacity disks, that wont help you much as you will be wasting space.
If you select higher capacity disks, create a new volume instead.
I remember, there are some problem with using HP-PB dirves with the Wide SCSI dirves. I guess you are not mixing them anyhow.
Hope it helps
Thanks
Prashant