Operating System - HP-UX
1834691 Members
1935 Online
110069 Solutions
New Discussion

unable to extend vg as well as pe

 
seenivasan
Frequent Advisor

unable to extend vg as well as pe

team,
one of my server vg is full after i extened the lun another 20GB but i am unable to extend

please help me to reslove the issue.also attaching doc for more info.



Analysis:

After re-scanning the lun , we are able to see the underlying storage which is extended.

sys@a189053002$ bdf /usr/sap/trans
Filesystem kbytes used avail %used Mounted on
/dev/vg-emc34-33F5/sap-trans
73400320 73315147 79896 100% /usr/sap/trans

sys@a189053002$ diskinfo /dev/rdsk/c4t0d2
SCSI describe of /dev/rdsk/c4t0d2:
vendor: EMC
product id: SYMMETRIX
type: direct access
size: 94412160 Kbytes
bytes per sector: 512


Physical volume size is not getting changed after we do " vgmodify "

sys@a189053002$ pvdisplay /dev/disk/disk11
--- Physical volumes ---
PV Name /dev/disk/disk11
VG Name /dev/vg-emc34-33F5
PV Status available
Allocatable yes
VGDA 2
Cur LV 1
PE Size (Mbytes) 1
Total PE 71709
Free PE 29
Current pre-allocated PE 0
Allocated PE 71680
Stale PE 0
IO Timeout (Seconds) default
Autoswitch On
Proactive Polling On


5 REPLIES 5
nijokj
Trusted Contributor

Re: unable to extend vg as well as pe

complete procedure of vgmodify
http://www.hpuxtips.es/?q=node/179
seenivasan
Frequent Advisor

Re: unable to extend vg as well as pe

thanks for ur rply,,but the think is PE size is 1MB
Jose Mosquera
Honored Contributor

Re: unable to extend vg as well as pe

Hi,

If you're over 11i (11i v2 with the PHCO_35524 patch), you could resize disk online with vgmodify. Please check this:
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf

Rgds.
INH
Regular Advisor

Re: unable to extend vg as well as pe

Volume group "/dev/rdisk/disk11" does not exist in the "/etc/lvmtab" file.
Volume group "/dev/rdisk/disk11" does not exist in the "/etc/lvmtab_p" file.

Cross check and verify the disk ( DSF) existance.

&

Check for max PE per PV with vgdisplay command, this may give better idea

Regards,
INH
Knowledge is power
P Arumugavel
Respected Contributor

Re: unable to extend vg as well as pe

hi seeni,

No way to extend the pe_size, even in vgmodify.

Please check the max_pe in the VG has been set and try for possibility to change the same using vgmodify.

Refer the docs provided by Jose.

Rgds...