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

To: Xen Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Kickstart
From: Paras pradhan <pradhanparas@xxxxxxxxx>
Date: Wed, 4 Mar 2009 10:51:41 -0600
Delivery-date: Wed, 04 Mar 2009 08:52:32 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=/YjdLXOszKPlaN5RIzNuuLJnT0mECq9YW6xXruEtSJw=; b=IV7o+RWJMA6DhD1RbuB0DvkqI5IaRDAjLrYjxvLMtoBrk+YcVsm75OBqiJJcP07Pug wkyEUloxBS/Kjc08TzfOcxUwcn3iKE7x8j++Bby2XYCck7UVHXKtfOwHnqlPI/W3EZJ/ WyFIcxzcsY4oZ132VGI937PGLiRWCWI2vF6js=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=j0Edn3rpNJxAuaM1M7U3X1WgDY35sdciJ6WOeXdTiEnCbovJ2Qaw4xwG0QyPi9G1N9 yJSmJwI0lUpnGpTYMVH6OWzyGM6M8AA+vaealJWD77KvdXW1MtO4XrlfhemqNOEO8i93 m1ZkMG4jOcaPtDyWBFNeIctBt4lFoNzrBtCTY=
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,

I am using the following xen config file to install a virtual machine
using kickstart. command is : "xm create vm1-inst -c" It says unable
to load the kickstart file. What might be the issue.

--
kernel = "/boot/vm-inst/vmlinuz"
ramdisk = "/boot/vm-inst/initrd.img"
name = "vm1-inst"
memory = 512
disk = [ 'phy:/dev/vgraid/vm-root,xvda,w', ]
vif = ['bridge=xenbr0', ]
vcpus = 1
ip = '10.42.250.4'
netmask = '255.255.0.0'
gateway = '10.42.0.1'
extra = "text ks=http://mydomain/ks/centos/5/message-vm1.cfg
ip=10.42.250.4 netmask=255.255.0.0 gateway=10.42.0.1 dns=x.x.x.x"

---

This is where I have refereed.
http://www.clubnix.net/index.php/Getting_Started:_Virtualisation_with_Xen_on_CentOS_using_Kickstart



Thanks
Paras.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>