s390x disk partitioning failure with kickstart
"Bradley Schmidt" <[email protected]> Thu, 16 Oct 2003 15:50:25 -0700
| Newsgroups | gmane.linux.redhat.taroon |
|---|---|
| Message-ID | <[email protected]> |
Has anyone run a FULL s390x kickstart, including disk parititioning?
We've been unsuccessful. It appears to be failing in the disk partitioning. We've done the dasdfmt on the disks from another Linux, but we're getting errors in anaconda. We have four 3390-3 disks attached. The first is shared between /boot and swap, and the last three are in a LVM group to contain the root filesystem.
THE ERROR MESSAGES FOLLOW
root@bradleys root]# ssh -l root 172.20.62.160
Welcome to the Red Hat Linux install environment 1.01 for zSeries
/sbin/xauth: creating new authority file /.Xauthority
Running anaconda, the Red Hat Enterprise Linux system installer - please wait...Graphical installation not available for ftp installs. Starting text mode.
Traceback (most recent call last):
File "/usr/bin/anaconda", line 1082, in ?
intf.run(id, dispatch, configFileData)
File "/usr/src/build/296214-s390x/install//usr/lib/anaconda/text.py", line 422, in run
File "/usr/src/build/296214-s390x/install//usr/lib/anaconda/dispatch.py", line 262, in currentStep
File "/usr/src/build/296214-s390x/install//usr/lib/anaconda/dispatch.py", line 157, in gotoNext
File "/usr/src/build/296214-s390x/install//usr/lib/anaconda/dispatch.py", line 225, in moveStep
File "/usr/src/build/296214-s390x/install//usr/lib/anaconda/autopart.py", line 1328, in doAutoPartition
File "/usr/src/build/296214-s390x/install//usr/lib/anaconda/autopart.py", line 990, in doPartitioning
File "/usr/src/build/296214-s390x/install//usr/lib/anaconda/autopart.py", line 940, in processPartitioning
File "/usr/src/build/296214-s390x/install//usr/lib/anaconda/autopart.py", line 334, in fitSized
KeyError: dasdd
> /usr/src/build/296214-s390x/install/usr/lib/anaconda/autopart.py(334)fitSized()
(Pdb)
THE PARM FILE CONTENTS FOLLOW
CHANDEV=qeth0,0x9000,0x9001,0x9002 NETTYPE=eth
QETHPARM="add_parms,0x14,portname:osa01"
HOSTNAME=linux390x0.vmmc.org DASD=8000-8003
IPADDR=172.20.62.160 DNS=172.20.66.51,172.20.66.50
ks=nfs:172.20.68.225:/home/linuxiso/dists/redhat/cds390x/linux160-ks.cfg
NETMASK=255.255.254.0 NETWORK=172.20.62.0 BROADCAST=172.20.62.255
GATEWAY=172.20.62.1 SEARCHDNS=vmmc.org
METHOD=ftp://172.20.68.225/linuxiso/dists/redhat/cds390x
THE KICKSTART FILE CONTENTS FOLLOW
install
lang en_US.UTF-8
langsupport --default en_US.UTF-8 en_US.UTF-8
network --device eth0 --bootproto static --ip 172.20.62.160 --netmask 255.255.254.0 --gateway 172.20.62.1 --nameserver 172.20.66.51 --hostname lookin-thru-160.vmmc.org
rootpw --iscrypted $1$9WzHdG/L$fdOkbfUDTSASfpN8IY3Mt/
firewall --disabled
authconfig --enableshadow --enablemd5
timezone --utc America/Los_Angeles
bootloader --location=mbr
clearpart --all
part /boot --fstype=ext3 --size=500 --ondisk=dasda
part swap --size=1847 --ondisk=dasda
part pv.01 --size=2347 --ondisk=dasdb
part pv.02 --size=2337 --ondisk=dasdc
part pv.03 --size=2347 --ondisk=dasdd
volgroup Volume00 pv.01 pv.02 pv.03
logvol / --fstype=ext3 --name=LogVol00 --vgname=Volume00 --size=7020
%packages
@ smb-server
@ base-x
@ web-server
@ printing
@ text-internet
@ server-cfg
@ dialup
@ admin-tools
@ gnome-desktop
@ graphical-internet
s390utils
kernel
%post
END OF INFORMATION
--
Taroon-beta-list mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/taroon-beta-list