1833792 Members
2248 Online
110063 Solutions
New Discussion

problem in vg

 
kamal_15
Regular Advisor

problem in vg

hi all
i have a problem in vg.

i have two vg with 2 hd (vg00,vg01)

vgdisplay -v /dev/vg01
------------------------------------------
--- Volume groups ---
VG Name /dev/vg01
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 2
Open LV 1
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 1016
VGDA 2
PE Size (Mbytes) 4
Total PE 508
Alloc PE 508
Free PE 0
Total PVG 0

--- Logical volumes ---
LV Name /dev/vg01/lvol1
LV Status available/syncd
LV Size (Mbytes) 2000
Current LE 500
Allocated PE 500
Used PV 1


--- Physical volumes ---
PV Name /dev/dsk/c0t5d0
PV Status available
Total PE 508
Free PE 0
------------------------------------------
there is 8 PE allocated in vg01 and not used
how can i make this spase in free PE ?
kamal

3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: problem in vg

Hi Kamal,

Looks like you have a second logical volume in this volume group.

# pvdisplay -v /dev/dsk/c0t5d0

# ll /dev/vg01

# lvdisplay -v /dev/vg01/lvol?

Best regards,
Robert-Jan
RogerVI
Regular Advisor

Re: problem in vg

Look:

Cur LV 2
Open LV 1
Roger
Wilfred Chau_1
Respected Contributor

Re: problem in vg

The free PE in a VG is exclusive. And cannot be allocated to another VG.

You will have to add new disk to vg00.