- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to increse "Max PV" of a volume group
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
11-16-2009 10:17 PM
11-16-2009 10:17 PM
How to increse "Max PV" of a volume group
I have a Volume Group on HPUX 11.31
curently "Max PV" is 16, but "Act PV" is also 16.
I want to add more PV's so
How can I incriese "Max PV"
root@un2007 [/root] # vgdisplay vgora03
--- Volume groups ---
VG Name /dev/vgora03
VG Write Access read/write
VG Status available, exclusive
Max LV 255
Cur LV 5
Open LV 5
Max PV 16
Cur PV 16
Act PV 16
Max PE per PV 1536
VGDA 32
PE Size (Mbytes) 8
Total PE 24560
Alloc PE 17524
Free PE 7036
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
VG Version 1.0.0
Paul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2009 10:25 PM
11-16-2009 10:25 PM
Re: How to increse "Max PV" of a volume group
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
11-17-2009 01:50 AM
11-17-2009 01:50 AM
Re: How to increse "Max PV" of a volume group
-p max_pv Set the maximum number of physical volumes
that the volume group is allowed to contain
(see vgcreate(1M) -p). The maximum number of
physical volumes can range from the current
number of physical volumes in the volume
group to 255.
The -t option displays a table of possible
max_pv values for vg_name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2009 01:59 AM
11-17-2009 01:59 AM
Re: How to increse "Max PV" of a volume group
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf (BSC link updated by admin)
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2009 04:09 PM
11-17-2009 04:09 PM
Re: How to increse "Max PV" of a volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2009 04:15 PM
11-17-2009 04:15 PM
Re: How to increse "Max PV" of a volume group
vgmodify having good features with 11.31. You can increase the Max PV parameter with vgmodify -p option. Also, if required you can check it the things in preview mode before actually implementing it.
The above link is a good one to go through.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2010 03:51 AM
08-30-2010 03:51 AM
Re: How to increse "Max PV" of a volume group
Thanks for reply.
-t option give enough information for argument for option -p.
But when I want perform:
vgmodify -p 20 vgora14
I got:
vgmodify: The volume group "vgora14"is active on this system.
Is there any way a possibility that it can be done on the fly?
Paul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2010 03:56 AM
08-30-2010 03:56 AM
Re: How to increse "Max PV" of a volume group
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
08-30-2010 04:26 AM
08-30-2010 04:26 AM
Re: How to increse "Max PV" of a volume group
To increase the max PV value you have to deactivate the vg using vgchange command
then use vgmodify to change the number of max PV options .
go through the man page of vgmodify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2010 04:33 AM
08-30-2010 04:33 AM
Re: How to increse "Max PV" of a volume group
and says
"...
vgmodify for Version 1.0 volume groups
...
To run vgmodify on an activated volume group (online mode), invoke it with the â a option. To run vgmodify on a deactivated volume group (offline mode), invoke it without the â a option.
..."
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
08-30-2010 04:48 AM
08-30-2010 04:48 AM
Re: How to increse "Max PV" of a volume group
# vgmodify -p 19 vg02 #Offline mode
or
# vgmodify -a -p 19 vg02 #Online mode
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
08-31-2010 04:24 AM
08-31-2010 04:24 AM
Re: How to increse "Max PV" of a volume group
How can I see witch version I got?
If I have v1.0, how can I upgrade to v2.0? (online?)
@Torsten
When I use â a option, I got illegal option.
[0]..# vgmodify -a -p 20 vgora14
Usage: vgmodify
[-e MaxPhysicalExtents]
[-p MaxPhysicalVolumes]
[-l MaxLogicalVolumes]
[-v]
[-n]
[-r]
[-B bootable]
VolumeGroupName {[pv_path] [pv_path] ....}
or vgmodify -o [-v] [-r] [-B bootable] VolumeGroupName {[pv_path] ....}
or vgmodify -t [-v] [-n] [-B bootable] VolumeGroupName {[pv_path] ....}
"a": Illegal option.
Paul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2010 04:30 AM
08-31-2010 04:30 AM
Re: How to increse "Max PV" of a volume group
HP-UX un2012 B.11.31 U 9000/800 2486151888 unlimited-user license
Base-VXFS B.11.31 Base VxFS File System 4.1 Bundle for HP-UX
Base-VXVM B.4.10.032 Base VERITAS Volume Manager Bundle 4.1 for HP-UX
BaseLVM B.11.31.0709.01 Logical Volume Manager
Paul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2010 05:52 AM
08-31-2010 05:52 AM
Re: How to increse "Max PV" of a volume group
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!
