- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- increase max pv
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
12-29-2004 07:20 AM
12-29-2004 07:20 AM
increase max pv
I want an instruction to increase the number of max pv.
The default is 16 I need more
Thank you for your help,
sincerly
Firmin Sassou KUZO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 07:23 AM
12-29-2004 07:23 AM
Re: increase max pv
If you want to increase the number of max_pv for an existing VG, you cannot. You have to recreate the vg.
If you want to increase the limit on PV for a new VG, you use the "-p some_number" option with the vgcreate command. the some_number is the new limit for the number for pvs for this vg.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 07:24 AM
12-29-2004 07:24 AM
Re: increase max pv
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=619420
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 07:25 AM
12-29-2004 07:25 AM
Re: increase max pv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 07:26 AM
12-29-2004 07:26 AM
Re: increase max pv
Well sorry, you're not going to like the answer, but the only way to increase Max PV is to backup the data, remove the current VG & recreate it initially with a higher value - like:
vgcreate -p 32 /dev/vg_name
All the values shown in a vgdisplay are hard-set & cannot be changed "on-the-fly".
The default Max PV value is 16 so when this VG was created the -p value was not specified.
Of course after you recreate the VG you can recreate the LV structure & then restore the backed up data.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 01:00 PM
12-29-2004 01:00 PM
Re: increase max pv
/usr/sbin/vgcreate [-f] [-A autobackup] [-x extensibility] [-e max_pe]
[-l max_lv] [-p max_pv] [-s pe_size] [-g pvg_name] vg_name
pv_path ...
so you need only use -p option.
Hope this help
tienna