Operating System - HP-UX
1837791 Members
3035 Online
110120 Solutions
New Discussion

need help with Volume group config

 
SOLVED
Go to solution
Mark Harshman_1
Regular Advisor

need help with Volume group config

I have a volume group that is set to the default max. value of 16 PV's. I need to increase this value. Can someone help? thanks
Never underestimate the power of stupid people in large groups
6 REPLIES 6
erics_1
Honored Contributor

Re: need help with Volume group config

Mark,

You have to specify that when issuing the vgcreate command. Re-create your volume group and use the -p option to specify maximum physical volumes.

Best Regards,
Eric
S.K. Chan
Honored Contributor
Solution

Re: need help with Volume group config

Sanjay_6
Honored Contributor

Re: need help with Volume group config

Hi Mark,

you cannot increase the value of Max PE once the vg has been created. This parameter value is specified at the time of VG creation only and cannot be modified later. you'll have to create a new VG.

Hope this helps.

Regds
Sanjay_6
Honored Contributor

Re: need help with Volume group config

Hi Mark,

I'm sorry, but the parameter is max PV and not Max PE. Sorry for the typo mistake.

Regds
Mark Harshman_1
Regular Advisor

Re: need help with Volume group config

thanks. I was afraid that was going to be the answer...
Never underestimate the power of stupid people in large groups
James R. Ferguson
Acclaimed Contributor

Re: need help with Volume group config

Hi Mark:

Sorry, you're stuck. 'max_pe', 'max_lv', 'max_pv' and 'pe_zize' are set during the volume group creation ('vgcreate') and are immutable without recreating the volume group.

Regards!

...JRF...