Java Mailing List Archive

http://www.redhatconfig.com/

Home » Red Hat Enterprise Linux 5 »

[rhelv5-list] 5U1 x86_64 DVD ISO kickstart LVM fails - insufficient
 free extents

Vanco, Don

2008-02-04


Author LoginPost Reply
Trying to install a few servers from the DVD ISO using kickstart.

No matter how I alter my partition table, anaconda is puking, telling me
it needs one more free extent than is available.

Kikstarts done in graphical mode.

Here's my KS data:
#Disk data
# Partition clearing information
clearpart --all --drives=cciss/c0d0
# System bootloader configuration
bootloader --append="rhgb quiet" --location=mbr
--driveorder=cciss/c0d0,sda,sdb
# Clear the Master Boot Record
zerombr
#
# Disk partitioning information
part /boot --fstype ext3 --size=100 --ondisk=cciss/c0d0
#
part pv.01 --size=100000 --grow --ondisk=cciss/c0d0
volgroup VG00 pv.01
logvol swap --fstype swap --name=swap --vgname=VG00 --size=12288
logvol /home --fstype ext3 --name=home --vgname=VG00 --size=2096
logvol /tmp --fstype ext3 --name=tmp --vgname=VG00 --size=2096
logvol /usr --fstype ext3 --name=usr --vgname=VG00 --size=10240
logvol /var --fstype ext3 --name=var --vgname=VG00 --size=4096
logvol /opt/oracle --fstype ext3 --name=oracle --vgname=VG00 --size=4096
logvol / --fstype ext3 --name=root --vgname=VG00 --size=100 --grow


This worked fine on RH 4.

Am I overlooking something glaringly obvious here???

TIA
Don

Attachment: anaconda.log (zipped)
_______________________________________________
rhelv5-list mailing list
rhelv5-list@(protected)
https://www.redhat.com/mailman/listinfo/rhelv5-list
©2008 redhatconfig.com - Jax Systems, LLC, U.S.A.