1833777 Members
2064 Online
110063 Solutions
New Discussion

vg extend

 
sujeet joshi
Frequent Advisor

vg extend

Hi,

when i am trying to extend my volume group using command vgextend /dev/vg01 /dev/dsk/c12t2d7 i am getting following error .

Couldn't install the physical volume "/dev/dsk/c12t2d7" Too many links.

Please help me and give any solution on this.


sujeet
6 REPLIES 6
Darrel Louis
Honored Contributor

Re: vg extend

Sujeet,

Suspect you may have exceeded the Max PV/VG value.
Can you post the output of vgdisplay -v /dev/vg01.

Darrel
Steven E. Protter
Exalted Contributor

Re: vg extend

Shalom sujeet,

It is likely that you are going to have to back up the data and rebuild this Volume group.

First test that the disk is properly connected and configured with one of the ideas below:

ioscan -fnCdisk
mstm/cstm/xstm # test the disk.

Check with the san admin that the LUN is properly assigned if relavent.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
sujeet joshi
Frequent Advisor

Re: vg extend

this is the snap of volume group info.

VG Name /dev/vg_data
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 27
Open LV 27
Max PV 16
Cur PV 16
Act PV 16
Max PE per PV 1279
VGDA 32
PE Size (Mbytes) 8
Total PE 20464
Alloc PE 20217
Free PE 247
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0

Thanks

sujeet
sujeet joshi
Frequent Advisor

Re: vg extend

how to increase Max PV.


please help me out.


sujeet
Enrico P.
Honored Contributor

Re: vg extend

The max PV limit can be set only at the vg creation with the vgcreate command.
You need to backup your data and rebuild the VG (and LV) with the -p max_pv option then restore your data.

Enrico
Torsten.
Acclaimed Contributor

Re: vg extend

Look at the output you posted:

Max PV 16
Cur PV 16
Act PV 16


current value == maximum value.

You can't change this, it's only possible while creating the 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!