- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgmodify to increase PE size
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
02-26-2008 07:25 AM
02-26-2008 07:25 AM
vgextend: Warning: Max_PE_per_PV for the volume group (3473) too small for this PV (26049).
Using only 3473 PEs from this physical volume.
Can I use vgmodify to fix this somehow? Here is my vgdisplay:
--- Volume groups ---
VG Name /dev/vgntstxdm
VG Write Access read/write
VG Status available, exclusive
Max LV 255
Cur LV 16
Open LV 16
Max PV 255
Cur PV 2
Act PV 2
Max PE per PV 3473
VGDA 4
PE Size (Mbytes) 8
Total PE 6942
Alloc PE 6540
Free PE 402
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2008 07:32 AM
02-26-2008 07:32 AM
SolutionMax PE per PV 3473
to a higher value.
What is your OS version?
vgmodify comes with 11.31 per default and for 11.23 per patch.
The procedure is as follows
- check
- preview
- assign new values
see
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf (BSC link updated by admin)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2008 09:06 AM
02-26-2008 09:06 AM
Re: vgmodify to increase PE size
vgmodify -e 26049 /dev/vgntstxdm
Current Volume Group settings:
Max LV 255
Max PV 255
Max PE per PV 3473
PE Size (Mbytes) 8
VGRA Size (Kbytes) 7392
vgmodify: VGRA for the disk is too big for the specified
parameters. Decrease max_PVs and/or max_PEs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2008 09:10 AM
02-26-2008 09:10 AM
Re: vgmodify to increase PE size
Do you really need so much space?
51 Terabyte
;-)
Follow the advice and reduce one or both values.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2008 03:37 AM
03-02-2008 03:37 AM
Re: vgmodify to increase PE size
if you have HPUX > 11.23 with needed patch level taht support vgmodify, yes you can do you it. But 11.23 you need to deactivate VG, and first PE need to be free, so it's very likely to need to ovmove first PE. You can increate Max number of PE per PV up to 65535.