Operating System - HP-UX
1752790 Members
6153 Online
108789 Solutions
New Discussion юеВ

Re: not enough free physical extents available

 
SOLVED
Go to solution
Kusado
Frequent Advisor

not enough free physical extents available

I've got "not enough free physical extents available" error when trying to create a mirror of LV.

--- Logical volumes ---
LV Name /dev/vg00/lvol1
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 88
Current LE 11
Allocated PE 11
Stripes 0
Stripe Size (Kbytes) 0
Bad block off
Allocation PVG-strict
IO Timeout (Seconds) default

--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 8
Open LV 8
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 4350
VGDA 4
PE Size (Mbytes) 8
Total PE 6510
Alloc PE 848
Free PE 5662
Total PVG 1
Total Spare PVs 0
Total Spare PVs in use 0

--- Physical volumes ---
PV Name /dev/dsk/c4t8d0
PV Status available
Total PE 2170
Free PE 1322
Autoswitch On

PV Name /dev/dsk/c1t2d0
PV Status available
Total PE 4340
Free PE 4340
Autoswitch On
25 REPLIES 25
Torsten.
Acclaimed Contributor

Re: not enough free physical extents available

Notice: Allocation PVG-strict !

What was your command? Does it match the PVG configuration?

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!   
Kusado
Frequent Advisor

Re: not enough free physical extents available

I'm trying ro mirror the volume whith
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t2d0
Other LV's are not using PVG-strict policy, but aren't mirroring with same error message...
Johnson Punniyalingam
Honored Contributor

Re: not enough free physical extents available

strings /etc/lvmtab -> output would you helpfull

and how did you extended the "vg00" ?

Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor

Re: not enough free physical extents available

I just came acroos this link,

I hope you Orginal disk size and mirror disk size larger.

Check below link for more information

http://unix.derkeiler.com/Mailing-Lists/HP-UX-Admin/2003-08/att-0028/root_mirror000.txt

Hope this Helps.

Regards,
Johnson
Problems are common to all, but attitude makes the difference
Kusado
Frequent Advisor

Re: not enough free physical extents available

vg00 was extended with

pvcreate -B /dev/rdsk/c1t2d0
vgextend /dev/vg00 /dev/dsk/c1t2d0
Johnson Punniyalingam
Honored Contributor

Re: not enough free physical extents available

strings /etc/lvmtab

can you post above output of the command
Problems are common to all, but attitude makes the difference
Torsten.
Acclaimed Contributor

Re: not enough free physical extents available

post

/etc/lvmpvg

too!

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!   
sujit kumar singh
Honored Contributor

Re: not enough free physical extents available

hi


post
vgdisplay -v vg00
strings /etc/lvmtab
for i in /dev/vg00/lvol*
>do lvdisplay $i
>done
cat /etc/lvmpvg

regards
sujit
Kusado
Frequent Advisor

Re: not enough free physical extents available

root@gcu_its [/]#exit strings /etc/lvmpvg tab
/dev/vg00
/dev/dsk/c4t8d0
/dev/dsk/c1t2d0
/dev/vg02
/dev/dsk/c2t0d0
/dev/dsk/c4t12d0
/dev/vg01
/dev/dsk/c2t2d0
/dev/dsk/c4t10d0

root@gcu_its [/]#strings /etc/lvmtab
root@gcu _its [/]#exit strings /etc/lvmpvg
VG /dev/vg00
PVG PVG1
/dev/dsk/c4t8d0
VG /dev/vg01
PVG PVG1
/dev/dsk/c4t10d0
VG /dev/vg02
PVG PVG1
/dev/dsk/c4t12d0

root@gcu_its [/]#strings /etc/lvmpvg tab
root@gcu _its [/]#exit
logout root
Connection closed by foreign host.