neuralnode
Technical User
Hi All,
I want to create an LV, but end up with the following error:
Coming from Solaris/ZFS background, I'm a total noob when it comes to AIX logical volume handling. What is this business with PPs and LPs?
How can I overcome this problem, and successfully create a new LV?
FYI, below some useful info about the VG:
--
I want to create an LV, but end up with the following error:
Code:
[indent][COLOR=green]# mklv -y mylv01 -e x -t jfs2 myvg01 736G
0516-404 allocp: This system cannot fulfill the allocation request.
There are not enough free partitions or not enough physical volumes
to keep strictness and satisfy allocation requests. The command
should be retried with different allocation characteristics.
0516-822 mklv: Unable to create logical volume.[/color][/indent]
Coming from Solaris/ZFS background, I'm a total noob when it comes to AIX logical volume handling. What is this business with PPs and LPs?
How can I overcome this problem, and successfully create a new LV?
FYI, below some useful info about the VG:
Code:
[indent][COLOR=green]# lsvg -p myvg01
myvg01:
PV_NAME PV STATE TOTAL PPs FREE PPs FREE DISTRIBUTION
hdisk1 active 719 718 144..143..143..144..144
hdisk2 active 719 719 144..144..143..144..144
hdisk3 active 719 719 144..144..143..144..144
hdisk4 active 719 719 144..144..143..144..144[/color][/indent]
--