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 storage

To: "Denis Cardon" <denis.cardon@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] XCP storage
From: "Jon R." <jonr@xxxxxxxxxx>
Date: Thu, 09 Jun 2011 08:41:17 -0800
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 09 Jun 2011 09:38:31 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4DF078D5.4020207@xxxxxxxxxxxxxxxxxxxxxx>
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
User-agent: SOGoMail 1.3.7
 
On Wednesday, June 8, 2011 23:40 AKDT, Denis Cardon 
<denis.cardon@xxxxxxxxxxxxxxxxxxxxxx> wrote: 
 
> Hi Jon,
> 
> > I have setup XCP using the install .iso and have been trying to do an 
> > install over http, this has failed miserably each time. So now I want to 
> > just carve out an lvm from the disk and put my .iso files in there and 
> > install off of them. How is this done?
> 
> what url are you using? http://ftp.debian.org/debian ?
> 
> Does you dom0 have access to the internet? Can you wget the following 
> url from dom0 : 
> http://ftp.debian.org/debian/dists/squeeze/main/installer-i386/current/images/netboot/xen/vmlinuz
>  
> . If not, you could check dom0 network config.
> 
> If you cannot have access to internet from dom0 (internal policy, etc.), 
> then you can set up an internal web server with the content of the 
> following directory :
> http://ftp.debian.org/debian/dists/squeeze/main/installer-i386/current/images/netboot/xen/
>  
> . You are not required to download more since you can configure the 
> debian installer to use a proxy after initial kernel/ramdisk loading.
> 
> Cheers,
> 
> Denis

Hi Denis,

I am trying to install from a local webserver where I have an iso loop back 
mounted. I have tested that I can connect and pull files from this using wget. 
I am trying to install CentOS5.5 64bit and have used templates for RH 5, CentOS 
5 and Other Media without success. Here is how I am trying to do it:

 uuid=$(xe vm-install template='Other install media' new-name-label='CO5')  
----Doesn't seem to matter which template I use.

netuuid=$(xe network-list bridge=xenbr0 --minimal)

xe vif-create vm-uuid=$uuid network-uuid=$netuuid mac=random device=0 
other-config-install-repository=http://192.168.9.35/home

xe vm-param-set uuid=$uuid other-config-install-repository=cdrom,http

xe vm-start uuid=$uuid

This works to start the VM but it never looks to the http repo that I have on 
the local network. In VNC it says that it cannot find the CD or HD for the 
install. How do I get it to look to my webserver to install from the loop back 
mounted iso?

Thanks for the help,

Jon



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

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