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

Re: [Xen-users] Kickstart

Subject: Re: [Xen-users] Kickstart
From: Tom <tom.ashley@xxxxxxxxx>
Date: Wed, 4 Mar 2009 20:18:58 +0000
Cc: John Haxby <john.haxby@xxxxxxxxxx>, Xen Users <xen-users@xxxxxxxxxxxxxxxxxxx>, Paras pradhan <pradhanparas@xxxxxxxxx>
Delivery-date: Wed, 04 Mar 2009 12:19:42 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:cc:content-type; bh=kQt8KMW3edxO/04I0f8UjRbAVTL0jY8vof6WJJfsuZk=; b=CFUoLTD4y6a2n2RmbG9JlbSgSN/b8BJ2CZaKgly9pg+q2pOB7H7iBe/r9f0jpLt4W0 n0183WMuHkmaBd8AYkm71u2GO6y6qiu6WcRPsBD1BZHZs6Dr1Rea7ujNPhSVGxx7zbCA 0oBf8ZL43caCnASYWrBwTACvz2ATqVuQcbWpQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; b=QTcpYadElesosF49UV0+ZlTRQpI89g9P/boqZnpDTtEdoXSWija3HSWwpuD4lEnsgB giBEDh88bi9JKtkwEQsJbjX3DZNR+ehQQG6qDE4cIwOY++CP1pY6Oyx6Yqys33BwlcL0 eEBh65K7wa7nNzyyq0dxR9xrMtLZvYw2mRE/8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49AEC2F1.1070302@xxxxxxxxxx>
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>
References: <8b711df40903040851o2c057f3ci7d5b847f66f7465d@xxxxxxxxxxxxxx> <49AEBFA1.6060801@xxxxxxxxxx> <8b711df40903040957j5d66e0fcqbef7567600b3673d@xxxxxxxxxxxxxx> <49AEC2F1.1070302@xxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
A few things things that you may try:
1. Don't use the FQDN, use the IP of the webserver. I found the DNS argument in the extra line rarely works.
2. is the routing between xen guest and webserver right. Are there and firewall issues?
3. is the url spelt correctly? Have you missed any case-sensitivity in the path?

Those are the things that usually trip me up.

Tom

2009/3/4 John Haxby <john.haxby@xxxxxxxxxx>
Paras pradhan wrote:
On Wed, Mar 4, 2009 at 11:51 AM, John Haxby <john.haxby@xxxxxxxxxx> wrote:
 
Paras pradhan wrote:
   
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"

     
Is the url really "http://mydomain/ks..."?  If it is then you probably
   

That was just an example. I am using FQDN.
 

That's the problem with edited examples :-)

Regardless, I'd start by looking in the web server logs and if there's nothing there, break out wireshark.  If that doesn't show anything then your network isn't being set up.   I'm not entirely sure if the ip=... parameters are honoured by the centos kernel, you may want to move the IP configuration into the extra line so that the kernel can pick them up from there.  Either that or configure a dhcp server so that the kernel can configure itself early.   Might also be worth swapping the domain name for an IP address.

jch

jch


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

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