WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] kickstart with centos5

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] kickstart with centos5
From: Alaa eldin <sirash23@xxxxxxxxx>
Date: Sat, 5 Jun 2010 13:07:56 -0400
Delivery-date: Sat, 05 Jun 2010 10:09:16 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=YKKNIgA8gn0TpHT+2fasK6AZvFtj/i6Nfk+RgOZz538=; b=XJRLlj12AuUC+hmcbmEN+E/Z62INTNHAzkNQvHxSD5iLLEJ6X5i8cRDXF9B/AiX5+p xR+ljoFHmFk2eMx2JED+MH2py3Ns1opd42vjjeUb9CPinYONORJvoPuN/IuTqUe/qTlV lOtirHe3oAMvmjIUHRoQY0RJr0T8DLuJACYm0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=xvKeEFphcsqrfI/9jEi/EbKD1NL3eQji2ah80NfEmIuKFQmC1rECwYfHrih4QQSrfe PvG+S0BYQXVTgSUGBrHwM5M5zY0krhRsAOousbpxC9U4Un/zdZFXQWe5Jo5Xw5vWDSMH lGSbrEjovZTdAZgVfIyXv8wTq9GzNpk8ISyWE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
hi all
i'm using xen 3 and trying to install paravirtual domU with kickstart

domU config

kernel = "/home/vmlinuz"
ramdisk = "/home/initrd.img"
extra = "text ks=http://localhost/ks"
name = "mailserver"
memory = "256"
disk       = ['phy:/dev/hdd1/kicks,sda1,w', ]
vif = [ 'bridge=xenbr1', ]
vcpus=1
>>
kickstart config

install
url --url http://mirrors.service.softlayer.com/centos/5.5/os/x86_64

lang en_US.UTF-8
keyboard us

network --device eth0 --bootproto static --ip 72.52.206.75 --netmask 255.255.254.0 --hostname cluster11.korsaweb.com
noipv6
firewall --enabled --port=22:tcp

authconfig --enableshadow --enablemd5
selinux --disabled

timezone --utc America/New_York

bootloader --location=mbr --driveorder=xvda --append="console=xvc0"

# Bogus password, change to something sensible!
rootpw cluster011

timezone --utc Europe/Amsterdam

bootloader --location=mbr --driveorder=sda --append="console=xvc0"
clearpart --all --drives=sda --initlabel
part / --fstype ext3 --size=4096 --asprimary
part /usr --fstype ext3 --size=12000 --asprimary
part swap --size=4096 --asprimary
part pv.5 --size=100 --grow --asprimary

# Set up default volume group and logical volumes
volgroup my_volume_group pv.5
logvol /xen/swap --vgname=my_volume_group --size=4096 --name=swap

%packages
@core

 when i console the domU i found installation text mode and it stopped in network step and it always try to use DHCP and i have disabled it from kickstart
" Sending request for IP information for eth0... "

any help


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>