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] XCP 1.0 beta : install problem - unable toretrieve stage

To: Joe Linoff <jlinoff@xxxxxxxxxx>
Subject: RE: [Xen-users] XCP 1.0 beta : install problem - unable toretrieve stage2.img over the network using http
From: George Shuklin <george.shuklin@xxxxxxxxx>
Date: Mon, 06 Dec 2010 10:30:41 +0300
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 05 Dec 2010 23:33:11 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=W8zVbGyXf+LusQXim14KJ5o7nwaVLTeuaU2Vb/0/GnA=; b=FwggpA1jlz0suOnuJnjRnDvoEJTYgsLxxGQWmljWIrzjOS2TauPDGXCfO8dh3BPDqo yYOHMMLrMK6HbpApg926/EdtuLX3HXVtu5mpjyH50Ybf8nn+pXsbQLQs6dZbGUGJyvWH Ie+xYYYwwws+pWBcj3sIzkyWALr3hI4t31APY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=bRrES3YP8AZQ6V3C31EQRMwyMG/JGfJnlm608dStjHDu9OKEV2KPxEY9steY5Mbvbs yNlvCvw7v6m48esCxPFz5hkOiPmWTyuQ3haYPAJGjQTIYITRHwL+iIbOw1ECTVreZxCC HR3rb6OF7nsB0V3RTBktINOuEx0SWL/sWVmv8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <8AD4194C251EC74CB897E261038F447868FE3A@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>
References: <8AD4194C251EC74CB897E261038F447868FE19@xxxxxxxxxxxxxxxxxxx> <1291484321.6898.4.camel@xxxxxxxxxxxxxxxx> <8AD4194C251EC74CB897E261038F447868FE3A@xxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
That seems be fine.

Next you shall check if XCP host have it's own internet access. It
downloading from mirror some files to start PV guest (i'm talking about
PV, HVM shall use iso image to boot).


If this is fine, check install-repository variable in other-config for
virtual machine.


В Сб., 04/12/2010 в 10:05 -0800, Joe Linoff пишет:
> Hi George:
> 
> Thank you for responding.
> 
> This is what I did to create the vif (from my notes):
> 
> 3. Figure out which network resource to use for the vif:
> % xe network-list -s 10.45.2.100 -pw test
> % xe network-list bridge=xenbr0 --minimal -s 10.45.2.100 -pw test
> 8d77c968-f362-befa-fc57-92d63d656e1d
> % xe vif-create \
>    network-uuid=8d77c968-f362-befa-fc57-92d63d656e1d \
>    vm-uuid=0409c60f-d209-1105-e884-9a25dd238430 \
>    device=0  \
>    -s 10.45.2.100 -pw test
> 
> How can check whether I did it incorrectly?
> 
> Cheers,
> 
> Joe
> 
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of George Shuklin
> Sent: Saturday, December 04, 2010 9:39 AM
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [Xen-users] XCP 1.0 beta : install problem - unable toretrieve 
> stage2.img over the network using http
> 
> Did you create correct VIF for this VM? You shall do something like 
> xe network-list bridge=xenbrX (where X- you 'internet' interface) and
> xe vif-create vm-uuid=, network-uuid=...
> 
> Without this you will lack of network support for your VM.
> 
> В Птн, 03/12/2010 в 14:37 -0800, Joe Linoff пишет:
> > Hi Folks:
> > 
> >  
> > 
> > I am a NOOB and need some help and/or advice about debugging a domU VM
> > boot problem in XCP 1.0 beta. 
> > 
> >  
> > 
> > I am trying to get my first VM installed over the network using XCP
> > 1.0 beta. I am able to get to the VNC boot window but the installation
> > process fails after a few minutes with this error:
> > 
> >  
> > 
> > Unable to retrieve
> > http://10.45.2.1//tcc/os/CentOS-5.5-x86_64/images/stage2.img.
> > 
> >  
> > 
> > 
> > 
> >  
> > 
> > But when I try this on the dom0 host it works:
> > 
> >  
> > 
> > # cd /tmp
> > # wget http://10.45.2.1//tcc/os/CentOS-5.5-x86_64/images/stage2.img
> > 
> >  
> > 
> > My guess is the problem is related to how the VM sees the network but
> > I have no idea how to debug it.  
> > 
> >  
> > 
> > Cheers,
> > 
> >  
> > 
> > Joe
> > 
> >  
> > 
> > 
> > _______________________________________________
> > 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



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