David Christensen
2011-Feb-13 19:20 UTC
[Xen-users] XCP-1.0-base-38754 how to create Debian 6.0.0 Squeeze VM?
xen-users: I''m a Xen newbie who has installed XCP-1.0-base-38754 on a testing server and would like to create a Debian 6.0.0 Squeeze virtual machine (VM), preferably from the DVD drive in the server. When I read: http://www.xen.org/files/XenCloud/guest.pdf It appears that XCP utilizes "templates" when creating new VM''s. As Squeeze was not released until after XCP-1.0, I assume that I will need a Squeeze template for XCP (?). Is such available, and how do I get it into XCP? It appears that XCP uses 64-bit Linux. I assume it supports 64-bit VM''s. Does it support 32-bit VM''s? TIA, David _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Gémes Géza
2011-Feb-13 19:37 UTC
Re: [Xen-users] XCP-1.0-base-38754 how to create Debian 6.0.0 Squeeze VM?
2011-02-13 20:20 keltezéssel, David Christensen írta:> xen-users: > > I''m a Xen newbie who has installed XCP-1.0-base-38754 on a testing > server and would like to create a Debian 6.0.0 Squeeze virtual machine > (VM), preferably from the DVD drive in the server. When I read: > > http://www.xen.org/files/XenCloud/guest.pdf > > > It appears that XCP utilizes "templates" when creating new VM''s. As > Squeeze was not released until after XCP-1.0, I assume that I will > need a Squeeze template for XCP (?). Is such available, and how do I > get it into XCP?Is included.> > > It appears that XCP uses 64-bit Linux. I assume it supports 64-bit > VM''s. Does it support 32-bit VM''s?The hypervisor is 64 bit, and the Dom0 is 32 bit, and yes it supports both 64 bit and 32 bit DomUs, but for 32 bit PAE DomUs you need to select a pae kernel (bigmem in debian parlance).> > > TIA, > > David > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-usersGood Luck! Geza _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Rushikesh
2011-Feb-13 21:09 UTC
Re: [Xen-users] XCP-1.0-base-38754 how to create Debian 6.0.0 Squeeze VM?
On Monday 14 February 2011 12:50 AM, David Christensen wrote:> xen-users: > > I''m a Xen newbie who has installed XCP-1.0-base-38754 on a testing > server and would like to create a Debian 6.0.0 Squeeze virtual machine > (VM), preferably from the DVD drive in the server. When I read: > > http://www.xen.org/files/XenCloud/guest.pdf > >You can create a NFS share containing all the ISO''s you want to install. Import that NFS share as ISO library which can be done by "xe sr-create" or through openxenmanager. Then you can use a debian template to create VM and give installation path as the ISO. This should give you an easy installation :-)> It appears that XCP utilizes "templates" when creating new VM''s. As > Squeeze was not released until after XCP-1.0, I assume that I will > need a Squeeze template for XCP (?). Is such available, and how do I > get it into XCP? > > > It appears that XCP uses 64-bit Linux. I assume it supports 64-bit > VM''s. Does it support 32-bit VM''s? > > > TIA, > > David > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >Regards, Rushikesh _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
David Christensen
2011-Feb-15 00:57 UTC
Re: [Xen-users] XCP-1.0-base-38754 how to create Debian 6.0.0 Squeeze VM?
I wrote:>> It appears that XCP utilizes "templates" when creating new VM''s. As >> Squeeze was not released until after XCP-1.0, I assume that I will >> need a Squeeze template for XCP (?). Is such available, and how do I >> get it into XCP?On 02/13/2011 11:37 AM, Gémes Géza wrote:> Is included.Thank you for responding. It appears that a template is not included for Debian Squeeze 6.0: [root@xcp ~]# xe vm-install template=Debian\ Squeeze\ 6.0 new-name-label=xcpsqueeze Error: No templates matched Please advise. TIA, David _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Gémes Géza
2011-Feb-15 06:17 UTC
Re: [Xen-users] XCP-1.0-base-38754 how to create Debian 6.0.0 Squeeze VM?
2011-02-15 01:57 keltezéssel, David Christensen írta:> I wrote: >>> It appears that XCP utilizes "templates" when creating new VM''s. As >>> Squeeze was not released until after XCP-1.0, I assume that I will >>> need a Squeeze template for XCP (?). Is such available, and how do I >>> get it into XCP? > > On 02/13/2011 11:37 AM, Gémes Géza wrote: >> Is included. > > Thank you for responding. > > > It appears that a template is not included for Debian Squeeze 6.0: > > [root@xcp ~]# xe vm-install template=Debian\ Squeeze\ 6.0 > new-name-label=xcpsqueeze > Error: No templates matched > > > Please advise. > > TIA, > > David > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-usersMy XCP 0.5 box gives at xe template-list | grep Debian: name-label ( RW): Debian Squeeze (32-bit) name-description ( RW): Template that allows VM installation from Xen-aware Debian-based distros. To use this template from the CLI, install your VM using vm-install, then set other-config-install-repository to the path to your network repository, e.g. http://<server>/<path> name-description ( RW): Template that allows VM installation from Xen-aware Debian-based distros. To use this template from the CLI, install your VM using vm-install, then set other-config-install-repository to the path to your network repository, e.g. http://<server>/<path> name-label ( RW): Debian Squeeze (64-bit) name-description ( RW): Template that allows VM installation from Xen-aware Debian-based distros. To use this template from the CLI, install your VM using vm-install, then set other-config-install-repository to the path to your network repository, e.g. http://<server>/<path> name-description ( RW): Template that allows VM installation from Xen-aware Debian-based distros. To use this template from the CLI, install your VM using vm-install, then set other-config-install-repository to the path to your network repository, e.g. http://<server>/<path> name-label ( RW): Debian Lenny 5.0 (32-bit) name-description ( RW): Template that allows VM installation from Xen-aware Debian-based distros. To use this template from the CLI, install your VM using vm-install, then set other-config-install-repository to the path to your network repository, e.g. http://<server>/<path> So maybe you should use Debian Squeeze (32-bit) or Debian Squeeze (64-bit) as a template. Good Luck! Geza _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Todd Deshane
2011-Feb-15 15:27 UTC
Re: [Xen-users] XCP-1.0-base-38754 how to create Debian 6.0.0 Squeeze VM?
On Tue, Feb 15, 2011 at 12:57 AM, David Christensen <dpchrist@holgerdanske.com> wrote:> I wrote: >>> >>> It appears that XCP utilizes "templates" when creating new VM''s. As >>> Squeeze was not released until after XCP-1.0, I assume that I will >>> need a Squeeze template for XCP (?). Is such available, and how do I >>> get it into XCP? >XCP rc2 is out: http://www.xen.org/files/XenCloud/Software/xcp-1.0-rc2 I''m not sure if a squeeze template was included, but it should be possible to modify an older debian template if not.> On 02/13/2011 11:37 AM, Gémes Géza wrote: >> >> Is included. > > Thank you for responding. > > > It appears that a template is not included for Debian Squeeze 6.0: > > [root@xcp ~]# xe vm-install template=Debian\ Squeeze\ 6.0 > new-name-label=xcpsqueeze > Error: No templates matched > > > Please advise. > > TIA, > > David > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Todd Deshane http://todddeshane.net http://runningxen.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
David Christensen
2011-Feb-16 00:16 UTC
Re: [Xen-users] XCP-1.0-base-38754 how to create Debian 6.0.0 Squeeze VM?
On 02/13/2011 01:09 PM, Rushikesh wrote:> You can create a NFS share containing all the ISO''s you want to install. > Import that NFS share as ISO library which can be done by "xe sr-create" > or through openxenmanager.Thank you for responding. That''s a useful feature. I typically mount iso images under my mirror/ tree on my http server. David _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
David Christensen
2011-Feb-16 00:23 UTC
Re: [Xen-users] XCP-1.0-base-38754 how to create Debian 6.0.0 Squeeze VM?
On 02/15/2011 07:27 AM, Todd Deshane wrote:> XCP rc2 is out: > http://www.xen.org/files/XenCloud/Software/xcp-1.0-rc2Thank you for responding. Okay.> I''m not sure if a squeeze template was included, but it should be > possible to modify an older debian template if not.Looking at the manifests: http://www.xen.org/files/XenCloud/Software/xcp-1.0-beta/sources/MANIFEST http://www.xen.org/files/XenCloud/Software/xcp-1.0-rc2/sources/MANIFEST I see Etch and Lenny, but no Squeeze. Lenny will work for my needs (Linux/ Apache/ MySQL/ Perl development and test). David _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Pasi Kärkkäinen
2011-Feb-21 09:59 UTC
Re: [Xen-users] XCP-1.0-base-38754 how to create Debian 6.0.0 Squeeze VM?
On Tue, Feb 15, 2011 at 03:27:26PM +0000, Todd Deshane wrote:> On Tue, Feb 15, 2011 at 12:57 AM, David Christensen > <dpchrist@holgerdanske.com> wrote: > > I wrote: > >>> > >>> It appears that XCP utilizes "templates" when creating new VM''s. As > >>> Squeeze was not released until after XCP-1.0, I assume that I will > >>> need a Squeeze template for XCP (?). Is such available, and how do I > >>> get it into XCP? > > > > XCP rc2 is out: > http://www.xen.org/files/XenCloud/Software/xcp-1.0-rc2 > > I''m not sure if a squeeze template was included, but it should be > possible to modify an older debian template if not. >If possible, we should get Debian Squeeze template in before XCP 1.0 final (GA) is released.. -- Pasi> > On 02/13/2011 11:37 AM, Gémes Géza wrote: > >> > >> Is included. > > > > Thank you for responding. > > > > > > It appears that a template is not included for Debian Squeeze 6.0: > > > > [root@xcp ~]# xe vm-install template=Debian\ Squeeze\ 6.0 > > new-name-label=xcpsqueeze > > Error: No templates matched > > > > > > Please advise. > > > > TIA, > > > > David > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Xiaodong Jiang
2011-Mar-01 14:43 UTC
[Xen-users] hvm reports "no bootable device" after install centos to sda
I have install a hvm domU from centos iso file. While finished to installation, I reboot this hvm domU and boot it without iso dvd. Use vnc client to connect to screen and it seems that: ----------------------------------------------------- No bootable device Boot from hard disk failed: could not read the boot disk ----------------------------------------------------- My xen domU configuration file seems like the following: ------------------------------------------------------- server ~ # cat /xen/configs/centos # -*- mode: python; -*- import os, re arch_libdir = ''lib'' arch = os.uname()[4] if os.uname()[0] == ''Linux'' and re.search(''64'', arch): arch_libdir = ''lib64'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 2048 shadow_memory = 8 name = "centos" vcpus=1 vif = [ ''type=ioemu, bridge=eth0'' ] disk = [ ''phy:/dev/sda6,sda,w'' #,''file:/root/downloads/CentOS-5.5-x86_64-bin-DVD/CentOS-5.5-x86_64-bin-DVD-1of2.iso,hdc:cdrom,r'' ] #cdrom = ''dev/hdc'' device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm'' boot="dc" sdl=0 opengl=0 vnc=1 vnclisten="0.0.0.0" vncpasswd='''' vncconsole=1 stdvga=0 serial=''pty'' usbdevice=''tablet'' monitor=1 on_reboot = ''restart'' on_crash = ''restart'' ------------------------------------------------------- How to resolve this problem? -- Xiaodong Jiang jxd431@gmail.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users