- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Dynamically Change MAX PV allowed for a 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
06-02-2009 06:03 AM
06-02-2009 06:03 AM
I have a quick question. Is there any way to dynamically change the MAX PV allowed for a VG? Or do I have to fully recreate a new VG with new specifications??
Example:
VG Name /dev/vg08
VG Write Access read/write
VG Status available, exclusive
Max LV 255
Cur LV 23
Open LV 23
Max PV 16
Cur PV 16
Act PV 16
I want to make MAX PV 64. Is there a way to do this W/O having to recreate a whole new VG??
THanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2009 06:08 AM
06-02-2009 06:08 AM
Re: Dynamically Change MAX PV allowed for a VG
I'm running on an Itanium HP-UX 11.23 box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2009 06:15 AM
06-02-2009 06:15 AM
SolutionThis doc should help you (vgmodify):
http://docs.hp.com/en/vgmodify/vgmodify_wp_modified_final.pdf
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2009 06:18 AM
06-02-2009 06:18 AM
Re: Dynamically Change MAX PV allowed for a VG
You can use the new 'vgmodify' command in lieu of recreating the volume group.
If you are running 11.31 you have the command. If you are running 11.23 you need patch PHCO_38717.
If your are running anything less than 11.23 you need to recreate the volume group from scratch.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2009 06:25 AM
06-02-2009 06:25 AM
Re: Dynamically Change MAX PV allowed for a VG
You can use vgmodify command for that you need patch PHCO_38717.Then use man command to know in details.
Regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2009 06:32 AM
06-02-2009 06:32 AM
Re: Dynamically Change MAX PV allowed for a VG
I read the manual and I would really LOVE to test out that command vgmodify, hopefully management won't think it's to risky.
Thanks Again!