[Techtalk] re:Kickstart problem -- Solution!

Tracie Edelson tracieed at yahoo.com
Thu Aug 14 08:51:17 EST 2003


A friend pointed out the answert to me. Turns out
RedHat 9 doesn't create the ks file correctly -- need
to put the quotes where I have in the following line:

raid pv.51 --fstype "physical volume (LVM)"
--level=RAID1 raid.39 raid.44



Date: Wed, 13 Aug 2003 14:50:56 -0700 (PDT)
From: Tracie Edelson <tracieed at yahoo.com>
To: techtalk at linuxchix.org
Subject: [Techtalk] Help with kickstart file
Message-ID:
<20030813215056.1298.qmail at web41503.mail.yahoo.com>
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Precedence: list
Message: 3

I am attempting a kickstart of a RedHat9 box. The
partion info comes from the kickstart file created
when I initially set up the server. I am using
software raid (raid1) and lvm. When I try to use the
kickstart, it gives me an error that I tried to use an
undefined RAID partition?

clearpart --linux
part raid.14 --size=100 --ondisk=sda --asprimary
part raid.15 --size=100 --ondisk=sdb --asprimary
part raid.44 --size=100 --grow --ondisk=sdb
part raid.39 --size=100 --grow --ondisk=sda
raid /boot --fstype ext3 --level=RAID1 raid.14 raid.15
raid pv.51 --fstype physical volume (LVM)
--level=RAID1 raid.39 raid.44
volgroup Volume00 pv.51
logvol /opt --fstype ext3 --name=lv_opt
--vgname=Volume00 --size=100 --grow --maxsize=2000
logvol /home --fstype ext3 --name=lv_home
--vgname=Volume00 --size=100 --grow --maxsize=20000
logvol /tmp --fstype ext3 --name=lv_tmp
--vgname=Volume00 --size=100 --grow --maxsize=2000
logvol /var --fstype ext3 --name=lv_var
--vgname=Volume00 --size=100 --grow --maxsize=20000
logvol / --fstype ext3 --name=lv_root
--vgname=Volume00 size=1000 --grow --maxsize=5000
logvol swap --fstype swap --name=lv_swap
--vgname=Volume00 --size=128 --grow --maxsize=2000


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


More information about the Techtalk mailing list