Peter den Hartog
2010-Feb-16 11:14 UTC
[Xen-users] problem with xen cloud installation on a shared storage
Hello, I''ve installed 3 xen cloud servers, and 1 debian 5 server with nfs server on it.. i can connect to the shared folder, i can write in it and read from it, i added the share to my xen cloud, and in the directory i see the files are there of the vm.. When i check if the vm is running i see the following: * * *uuid ( RO) : d8670d5f-c99f-e31e-65e7-869c9747fe26* * name-label ( RW): lenny-test* * power-state ( RO): running* But now the problem, when i go to the webinterface and to console mode, i get a blank screen.. while normaly i see my debian installation screen.. On the same cloud on a local storage it works, but on the nfs shared vm, i see the blank screen. Anybody any tips how i still can complete the setup :)? Or things to test? Thanks, Peter _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Peter den Hartog
2010-Feb-16 14:16 UTC
Re: [Xen-users] problem with xen cloud installation on a shared storage
Thanks that was it :-)! Oke now it works, it was installed, and i wanted to try live migration.. so i added the xen-tools iso to the vm with the following command: *[root@node1 ~]# xe vm-cd-add cd-name=xs-tools.iso vm=lenny-test device=xvdd * After that, i mounted the iso, in /mnt and i could run the installer, after the installer i got a message i should reboot.. so i did.. and now i get the following message trying to start my vm -> *[root@node1 ~]# xe vm-start vm=lenny-test on=16cae97a-e00d-469d-afc8-e1764c499b42* *The bootloader returned an error* *vm: 4f0a9956-5cbd-6315-0fc7-89c1b2252370 (lenny-test)* *msg: Error from bootloader: too many bootable disks (2 disks)* *[root@node1 ~]# * any pointers :-)? Thanks, Peter On Tue, Feb 16, 2010 at 1:06 PM, Vern Burke <vburke@skow.net> wrote:> Make sure the VM is running on the pool master, not one of the slaves. I > just flagged a possible XCP bug to Dave Scott where I can''t make a console > connection to a VM if it''s running from a slave, blank window and the java > app nev er starts. > > Temporary fix for this is to make sure the VM starts for the first time on > the pool master with vm-start on=(pool master host uuid). > > Vern > > > Sent from my BlackBerry® wireless device from U.S. Cellular > > -----Original Message----- > From: Peter den Hartog <peterdenhartog@gmail.com> > Date: Tue, 16 Feb 2010 12:14:53 > To: <xen-users@lists.xensource.com> > Subject: [Xen-users] problem with xen cloud installation on a shared > storage > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Groet // Kind regards, Peter den Hartog _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Vern Burke
2010-Feb-16 14:47 UTC
Re: [Xen-users] problem with xen cloud installation on a shared storage
I''ve never been able to get the xvdd method to work. If I remember the manual correctly, you shouldn''t be adding the iso that way anyways, the tools iso is "supposed" to show up automagically as /dev/xvdd in the VM (virtual machine installation guide, page 27, installing the Linux guest agent). What I did was to unpack the iso on a share on my NFS server and mount the share from the VM to do the installation. Vern Burke SwiftWater Telecom http://www.swiftwatertel.com ISP/CLEC Engineering Services Data Center Services Remote Backup Services On 2/16/2010 9:16 AM, Peter den Hartog wrote:> Thanks that was it :-)! > > Oke now it works, it was installed, and i wanted to try live migration.. > so i added the xen-tools iso to the vm with the following command: > /[root@node1 ~]# xe vm-cd-add cd-name=xs-tools.iso vm=lenny-test > device=xvdd/ > > After that, i mounted the iso, in /mnt and i could run the installer, > after the installer i got a message i should reboot.. so i did.. and now > i get the following message trying to start my vm -> > > /[root@node1 ~]# xe vm-start vm=lenny-test > on=16cae97a-e00d-469d-afc8-e1764c499b42/ > /The bootloader returned an error/ > /vm: 4f0a9956-5cbd-6315-0fc7-89c1b2252370 (lenny-test)/ > /msg: Error from bootloader: too many bootable disks (2 disks)/ > /[root@node1 ~]# / > > any pointers :-)? > > Thanks, > Peter > > On Tue, Feb 16, 2010 at 1:06 PM, Vern Burke <vburke@skow.net > <mailto:vburke@skow.net>> wrote: > > Make sure the VM is running on the pool master, not one of the > slaves. I just flagged a possible XCP bug to Dave Scott where I > can''t make a console connection to a VM if it''s running from a > slave, blank window and the java app nev er starts. > > Temporary fix for this is to make sure the VM starts for the first > time on the pool master with vm-start on=(pool master host uuid). > > Vern > > > Sent from my BlackBerry® wireless device from U.S. Cellular > > -----Original Message----- > From: Peter den Hartog <peterdenhartog@gmail.com > <mailto:peterdenhartog@gmail.com>> > Date: Tue, 16 Feb 2010 12:14:53 > To: <xen-users@lists.xensource.com > <mailto:xen-users@lists.xensource.com>> > Subject: [Xen-users] problem with xen cloud installation on a shared > storage > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com <mailto:Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users > > > > > -- > Groet // Kind regards, > Peter den Hartog >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Peter den Hartog
2010-Feb-16 14:49 UTC
Re: [Xen-users] problem with xen cloud installation on a shared storage
Hi Vern, Thanks alot for your input, i''ll create a new Debian vm and unpack everything on my NFS server :), that sounds like a good solution anyways :-). I just tabbed till i found some commando''s pressed enter and it seemd to work :P, not knowing that it will destroy my vm later on :-). I''ll try it again your way, thanks! Peter On Tue, Feb 16, 2010 at 3:47 PM, Vern Burke <vburke@skow.net> wrote:> I''ve never been able to get the xvdd method to work. If I remember the > manual correctly, you shouldn''t be adding the iso that way anyways, the > tools iso is "supposed" to show up automagically as /dev/xvdd in the VM > (virtual machine installation guide, page 27, installing the Linux guest > agent). > > What I did was to unpack the iso on a share on my NFS server and mount the > share from the VM to do the installation. > > Vern Burke > > SwiftWater Telecom > http://www.swiftwatertel.com > ISP/CLEC Engineering Services > Data Center Services > Remote Backup Services > > > On 2/16/2010 9:16 AM, Peter den Hartog wrote: > >> Thanks that was it :-)! >> >> Oke now it works, it was installed, and i wanted to try live migration.. >> so i added the xen-tools iso to the vm with the following command: >> /[root@node1 ~]# xe vm-cd-add cd-name=xs-tools.iso vm=lenny-test >> device=xvdd/ >> >> After that, i mounted the iso, in /mnt and i could run the installer, >> after the installer i got a message i should reboot.. so i did.. and now >> i get the following message trying to start my vm -> >> >> /[root@node1 ~]# xe vm-start vm=lenny-test >> on=16cae97a-e00d-469d-afc8-e1764c499b42/ >> /The bootloader returned an error/ >> /vm: 4f0a9956-5cbd-6315-0fc7-89c1b2252370 (lenny-test)/ >> /msg: Error from bootloader: too many bootable disks (2 disks)/ >> /[root@node1 ~]# / >> >> any pointers :-)? >> >> Thanks, >> Peter >> >> On Tue, Feb 16, 2010 at 1:06 PM, Vern Burke <vburke@skow.net >> <mailto:vburke@skow.net>> wrote: >> >> Make sure the VM is running on the pool master, not one of the >> slaves. I just flagged a possible XCP bug to Dave Scott where I >> can''t make a console connection to a VM if it''s running from a >> slave, blank window and the java app nev er starts. >> >> Temporary fix for this is to make sure the VM starts for the first >> time on the pool master with vm-start on=(pool master host uuid). >> >> Vern >> >> >> Sent from my BlackBerryŽ wireless device from U.S. Cellular >> >> >> -----Original Message----- >> From: Peter den Hartog <peterdenhartog@gmail.com >> <mailto:peterdenhartog@gmail.com>> >> Date: Tue, 16 Feb 2010 12:14:53 >> To: <xen-users@lists.xensource.com >> <mailto:xen-users@lists.xensource.com>> >> Subject: [Xen-users] problem with xen cloud installation on a shared >> storage >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com <mailto:Xen-users@lists.xensource.com> >> >> http://lists.xensource.com/xen-users >> >> >> >> >> -- >> Groet // Kind regards, >> Peter den Hartog >> >>-- Groet // Kind regards, Peter den Hartog _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Peter den Hartog
2010-Feb-16 15:12 UTC
Re: [Xen-users] problem with xen cloud installation on a shared storage
Oke i installed the tools and now atleast the system still boots :P I do get the following message while installing: * debian-lenny:/usr/src/xs-tools-0.1.0/Linux# ./install.sh Detected `Debian 5.0.4'' (debian version 5). Warning: Kernel package not found in ./debian-lenny The following changes will be made to this Virtual Machine: * packages to be installed/upgraded: - xe-guest-utilities_0.1.0-523_i386.deb Continue? [y/n] y (Reading database ... 29421 files and directories currently installed.) Preparing to replace xe-guest-utilities 0.1.0-523 (using .../xe-guest-utilities_0.1.0-523_i386.deb) ... Unpacking replacement xe-guest-utilities ... Setting up xe-guest-utilities (0.1.0-523) ... You should now reboot this Virtual Machine. debian-lenny:/usr/src/xs-tools-0.1.0/Linux# * I press Y but i think there is still something missing now, i can''t do the live migration: *[root@node1 iso]# xe vm-migrate vm=lenny-test host=xenserver-kkevwpvj --live* *You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected.* *vm: ac42865b-2088-c6b5-b147-d1cd8e599f3e (lenny-test)* *[root@node1 iso]# * Could you tell me how you fixed this :-)? i''ve installed the kernel headers, and created a symlink from ./debian-lenny to that kernel source but that doesn''t seem the solution. Thanks, Peter 2010/2/16 Peter den Hartog <peterdenhartog@gmail.com>> Hi Vern, > > Thanks alot for your input, i''ll create a new Debian vm and unpack > everything on my NFS server :), that sounds like a good solution anyways > :-). I just tabbed till i found some commando''s pressed enter and it seemd > to work :P, not knowing that it will destroy my vm later on :-). > > I''ll try it again your way, thanks! > > Peter > > On Tue, Feb 16, 2010 at 3:47 PM, Vern Burke <vburke@skow.net> wrote: > >> I''ve never been able to get the xvdd method to work. If I remember the >> manual correctly, you shouldn''t be adding the iso that way anyways, the >> tools iso is "supposed" to show up automagically as /dev/xvdd in the VM >> (virtual machine installation guide, page 27, installing the Linux guest >> agent). >> >> What I did was to unpack the iso on a share on my NFS server and mount the >> share from the VM to do the installation. >> >> Vern Burke >> >> SwiftWater Telecom >> http://www.swiftwatertel.com >> ISP/CLEC Engineering Services >> Data Center Services >> Remote Backup Services >> >> >> On 2/16/2010 9:16 AM, Peter den Hartog wrote: >> >>> Thanks that was it :-)! >>> >>> Oke now it works, it was installed, and i wanted to try live migration.. >>> so i added the xen-tools iso to the vm with the following command: >>> /[root@node1 ~]# xe vm-cd-add cd-name=xs-tools.iso vm=lenny-test >>> device=xvdd/ >>> >>> After that, i mounted the iso, in /mnt and i could run the installer, >>> after the installer i got a message i should reboot.. so i did.. and now >>> i get the following message trying to start my vm -> >>> >>> /[root@node1 ~]# xe vm-start vm=lenny-test >>> on=16cae97a-e00d-469d-afc8-e1764c499b42/ >>> /The bootloader returned an error/ >>> /vm: 4f0a9956-5cbd-6315-0fc7-89c1b2252370 (lenny-test)/ >>> /msg: Error from bootloader: too many bootable disks (2 disks)/ >>> /[root@node1 ~]# / >>> >>> any pointers :-)? >>> >>> Thanks, >>> Peter >>> >>> On Tue, Feb 16, 2010 at 1:06 PM, Vern Burke <vburke@skow.net >>> <mailto:vburke@skow.net>> wrote: >>> >>> Make sure the VM is running on the pool master, not one of the >>> slaves. I just flagged a possible XCP bug to Dave Scott where I >>> can''t make a console connection to a VM if it''s running from a >>> slave, blank window and the java app nev er starts. >>> >>> Temporary fix for this is to make sure the VM starts for the first >>> time on the pool master with vm-start on=(pool master host uuid). >>> >>> Vern >>> >>> >>> Sent from my BlackBerryŽ wireless device from U.S. Cellular >>> >>> >>> -----Original Message----- >>> From: Peter den Hartog <peterdenhartog@gmail.com >>> <mailto:peterdenhartog@gmail.com>> >>> Date: Tue, 16 Feb 2010 12:14:53 >>> To: <xen-users@lists.xensource.com >>> <mailto:xen-users@lists.xensource.com>> >>> Subject: [Xen-users] problem with xen cloud installation on a shared >>> storage >>> >>> _______________________________________________ >>> Xen-users mailing list >>> Xen-users@lists.xensource.com <mailto:Xen-users@lists.xensource.com> >>> >>> http://lists.xensource.com/xen-users >>> >>> >>> >>> >>> -- >>> Groet // Kind regards, >>> Peter den Hartog >>> >>> > > > -- > Groet // Kind regards, > Peter den Hartog > >-- Groet // Kind regards, Peter den Hartog Sent from Amsterdam, NH, Netherlands _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Vern Burke
2010-Feb-16 15:24 UTC
Re: [Xen-users] problem with xen cloud installation on a shared storage
Looks like you''re running XCP 0.1.0? Definitely should upgrade to 0.1.1. In my debian-lenny folder, I''m showing 4 2.6.30 kernels, do you have those? Vern Vern Burke SwiftWater Telecom http://www.swiftwatertel.com ISP/CLEC Engineering Services Data Center Services Remote Backup Services On 2/16/2010 10:12 AM, Peter den Hartog wrote:> Oke i installed the tools and now atleast the system still boots :P > > I do get the following message while installing: > > / > debian-lenny:/usr/src/xs-tools-0.1.0/Linux# ./install.sh > Detected `Debian 5.0.4'' (debian version 5). > > Warning: Kernel package not found in ./debian-lenny > The following changes will be made to this Virtual Machine: > * packages to be installed/upgraded: > - xe-guest-utilities_0.1.0-523_i386.deb > > Continue? [y/n] y > > (Reading database ... 29421 files and directories currently installed.) > Preparing to replace xe-guest-utilities 0.1.0-523 (using > .../xe-guest-utilities_0.1.0-523_i386.deb) ... > Unpacking replacement xe-guest-utilities ... > Setting up xe-guest-utilities (0.1.0-523) ... > > You should now reboot this Virtual Machine. > debian-lenny:/usr/src/xs-tools-0.1.0/Linux# > > / > I press Y but i think there is still something missing now, i can''t do > the live migration: > > /[root@node1 iso]# xe vm-migrate vm=lenny-test host=xenserver-kkevwpvj > --live/ > /You attempted an operation on a VM which requires PV drivers to be > installed but the drivers were not detected./ > /vm: ac42865b-2088-c6b5-b147-d1cd8e599f3e (lenny-test)/ > /[root@node1 iso]# / > > Could you tell me how you fixed this :-)? i''ve installed the kernel > headers, and created a symlink from ./debian-lenny to that kernel source > but that doesn''t seem the solution. > > Thanks, > Peter > 2010/2/16 Peter den Hartog <peterdenhartog@gmail.com > <mailto:peterdenhartog@gmail.com>> > > Hi Vern, > > Thanks alot for your input, i''ll create a new Debian vm and unpack > everything on my NFS server :), that sounds like a good solution > anyways :-). I just tabbed till i found some commando''s pressed > enter and it seemd to work :P, not knowing that it will destroy my > vm later on :-). > > I''ll try it again your way, thanks! > > Peter > > On Tue, Feb 16, 2010 at 3:47 PM, Vern Burke <vburke@skow.net > <mailto:vburke@skow.net>> wrote: > > I''ve never been able to get the xvdd method to work. If I > remember the manual correctly, you shouldn''t be adding the iso > that way anyways, the tools iso is "supposed" to show up > automagically as /dev/xvdd in the VM (virtual machine > installation guide, page 27, installing the Linux guest agent). > > What I did was to unpack the iso on a share on my NFS server and > mount the share from the VM to do the installation. > > Vern Burke > > SwiftWater Telecom > http://www.swiftwatertel.com > ISP/CLEC Engineering Services > Data Center Services > Remote Backup Services > > > On 2/16/2010 9:16 AM, Peter den Hartog wrote: > > Thanks that was it :-)! > > Oke now it works, it was installed, and i wanted to try live > migration.. > so i added the xen-tools iso to the vm with the following > command: > /[root@node1 ~]# xe vm-cd-add cd-name=xs-tools.iso vm=lenny-test > device=xvdd/ > > After that, i mounted the iso, in /mnt and i could run the > installer, > after the installer i got a message i should reboot.. so i > did.. and now > i get the following message trying to start my vm -> > > /[root@node1 ~]# xe vm-start vm=lenny-test > on=16cae97a-e00d-469d-afc8-e1764c499b42/ > /The bootloader returned an error/ > /vm: 4f0a9956-5cbd-6315-0fc7-89c1b2252370 (lenny-test)/ > /msg: Error from bootloader: too many bootable disks (2 disks)/ > /[root@node1 ~]# / > > any pointers :-)? > > Thanks, > Peter > > On Tue, Feb 16, 2010 at 1:06 PM, Vern Burke <vburke@skow.net > <mailto:vburke@skow.net> > <mailto:vburke@skow.net <mailto:vburke@skow.net>>> wrote: > > Make sure the VM is running on the pool master, not one > of the > slaves. I just flagged a possible XCP bug to Dave Scott > where I > can''t make a console connection to a VM if it''s running > from a > slave, blank window and the java app nev er starts. > > Temporary fix for this is to make sure the VM starts for > the first > time on the pool master with vm-start on=(pool master > host uuid). > > Vern > > > Sent from my BlackBerryŽ wireless device from U.S. Cellular > > > -----Original Message----- > From: Peter den Hartog <peterdenhartog@gmail.com > <mailto:peterdenhartog@gmail.com> > <mailto:peterdenhartog@gmail.com > <mailto:peterdenhartog@gmail.com>>> > Date: Tue, 16 Feb 2010 12:14:53 > To: <xen-users@lists.xensource.com > <mailto:xen-users@lists.xensource.com> > <mailto:xen-users@lists.xensource.com > <mailto:xen-users@lists.xensource.com>>> > Subject: [Xen-users] problem with xen cloud installation > on a shared > storage > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > <mailto:Xen-users@lists.xensource.com> > <mailto:Xen-users@lists.xensource.com > <mailto:Xen-users@lists.xensource.com>> > > http://lists.xensource.com/xen-users > > > > > -- > Groet // Kind regards, > Peter den Hartog > > > > > -- > Groet // Kind regards, > Peter den Hartog > > > > > -- > Groet // Kind regards, > Peter den Hartog > > Sent from Amsterdam, NH, Netherlands > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Vern Burke
2010-Feb-16 15:27 UTC
Re: [Xen-users] problem with xen cloud installation on a shared storage
Also, if you''re really using the xs-tools 0.1.0, make sure you''re actually using XCP 0.1.0 and not 0.1.1, otherwise the PV drivers will be out of date and not work. Vern Vern Burke SwiftWater Telecom http://www.swiftwatertel.com ISP/CLEC Engineering Services Data Center Services Remote Backup Services On 2/16/2010 10:12 AM, Peter den Hartog wrote:> Oke i installed the tools and now atleast the system still boots :P > > I do get the following message while installing: > > / > debian-lenny:/usr/src/xs-tools-0.1.0/Linux# ./install.sh > Detected `Debian 5.0.4'' (debian version 5). > > Warning: Kernel package not found in ./debian-lenny > The following changes will be made to this Virtual Machine: > * packages to be installed/upgraded: > - xe-guest-utilities_0.1.0-523_i386.deb > > Continue? [y/n] y > > (Reading database ... 29421 files and directories currently installed.) > Preparing to replace xe-guest-utilities 0.1.0-523 (using > .../xe-guest-utilities_0.1.0-523_i386.deb) ... > Unpacking replacement xe-guest-utilities ... > Setting up xe-guest-utilities (0.1.0-523) ... > > You should now reboot this Virtual Machine. > debian-lenny:/usr/src/xs-tools-0.1.0/Linux# > > / > I press Y but i think there is still something missing now, i can''t do > the live migration: > > /[root@node1 iso]# xe vm-migrate vm=lenny-test host=xenserver-kkevwpvj > --live/ > /You attempted an operation on a VM which requires PV drivers to be > installed but the drivers were not detected./ > /vm: ac42865b-2088-c6b5-b147-d1cd8e599f3e (lenny-test)/ > /[root@node1 iso]# / > > Could you tell me how you fixed this :-)? i''ve installed the kernel > headers, and created a symlink from ./debian-lenny to that kernel source > but that doesn''t seem the solution. > > Thanks, > Peter > 2010/2/16 Peter den Hartog <peterdenhartog@gmail.com > <mailto:peterdenhartog@gmail.com>> > > Hi Vern, > > Thanks alot for your input, i''ll create a new Debian vm and unpack > everything on my NFS server :), that sounds like a good solution > anyways :-). I just tabbed till i found some commando''s pressed > enter and it seemd to work :P, not knowing that it will destroy my > vm later on :-). > > I''ll try it again your way, thanks! > > Peter > > On Tue, Feb 16, 2010 at 3:47 PM, Vern Burke <vburke@skow.net > <mailto:vburke@skow.net>> wrote: > > I''ve never been able to get the xvdd method to work. If I > remember the manual correctly, you shouldn''t be adding the iso > that way anyways, the tools iso is "supposed" to show up > automagically as /dev/xvdd in the VM (virtual machine > installation guide, page 27, installing the Linux guest agent). > > What I did was to unpack the iso on a share on my NFS server and > mount the share from the VM to do the installation. > > Vern Burke > > SwiftWater Telecom > http://www.swiftwatertel.com > ISP/CLEC Engineering Services > Data Center Services > Remote Backup Services > > > On 2/16/2010 9:16 AM, Peter den Hartog wrote: > > Thanks that was it :-)! > > Oke now it works, it was installed, and i wanted to try live > migration.. > so i added the xen-tools iso to the vm with the following > command: > /[root@node1 ~]# xe vm-cd-add cd-name=xs-tools.iso vm=lenny-test > device=xvdd/ > > After that, i mounted the iso, in /mnt and i could run the > installer, > after the installer i got a message i should reboot.. so i > did.. and now > i get the following message trying to start my vm -> > > /[root@node1 ~]# xe vm-start vm=lenny-test > on=16cae97a-e00d-469d-afc8-e1764c499b42/ > /The bootloader returned an error/ > /vm: 4f0a9956-5cbd-6315-0fc7-89c1b2252370 (lenny-test)/ > /msg: Error from bootloader: too many bootable disks (2 disks)/ > /[root@node1 ~]# / > > any pointers :-)? > > Thanks, > Peter > > On Tue, Feb 16, 2010 at 1:06 PM, Vern Burke <vburke@skow.net > <mailto:vburke@skow.net> > <mailto:vburke@skow.net <mailto:vburke@skow.net>>> wrote: > > Make sure the VM is running on the pool master, not one > of the > slaves. I just flagged a possible XCP bug to Dave Scott > where I > can''t make a console connection to a VM if it''s running > from a > slave, blank window and the java app nev er starts. > > Temporary fix for this is to make sure the VM starts for > the first > time on the pool master with vm-start on=(pool master > host uuid). > > Vern > > > Sent from my BlackBerryŽ wireless device from U.S. Cellular > > > -----Original Message----- > From: Peter den Hartog <peterdenhartog@gmail.com > <mailto:peterdenhartog@gmail.com> > <mailto:peterdenhartog@gmail.com > <mailto:peterdenhartog@gmail.com>>> > Date: Tue, 16 Feb 2010 12:14:53 > To: <xen-users@lists.xensource.com > <mailto:xen-users@lists.xensource.com> > <mailto:xen-users@lists.xensource.com > <mailto:xen-users@lists.xensource.com>>> > Subject: [Xen-users] problem with xen cloud installation > on a shared > storage > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > <mailto:Xen-users@lists.xensource.com> > <mailto:Xen-users@lists.xensource.com > <mailto:Xen-users@lists.xensource.com>> > > http://lists.xensource.com/xen-users > > > > > -- > Groet // Kind regards, > Peter den Hartog > > > > > -- > Groet // Kind regards, > Peter den Hartog > > > > > -- > Groet // Kind regards, > Peter den Hartog > > Sent from Amsterdam, NH, Netherlands > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Peter den Hartog
2010-Feb-16 15:36 UTC
Re: [Xen-users] problem with xen cloud installation on a shared storage
I use 0.1.0 at this moment and only see a debian etch folder, in the tools folder on the cd :), so i think that''s the problem :-).. So you have 0.1.1 and see debian-lenny folder? Thanks, Peter On Tue, Feb 16, 2010 at 4:27 PM, Vern Burke <vburke@skow.net> wrote:> Also, if you''re really using the xs-tools 0.1.0, make sure you''re actually > using XCP 0.1.0 and not 0.1.1, otherwise the PV drivers will be out of date > and not work. > > Vern > > > Vern Burke > > SwiftWater Telecom > http://www.swiftwatertel.com > ISP/CLEC Engineering Services > Data Center Services > Remote Backup Services > > On 2/16/2010 10:12 AM, Peter den Hartog wrote: > >> Oke i installed the tools and now atleast the system still boots :P >> >> I do get the following message while installing: >> >> / >> debian-lenny:/usr/src/xs-tools-0.1.0/Linux# ./install.sh >> Detected `Debian 5.0.4'' (debian version 5). >> >> Warning: Kernel package not found in ./debian-lenny >> The following changes will be made to this Virtual Machine: >> * packages to be installed/upgraded: >> - xe-guest-utilities_0.1.0-523_i386.deb >> >> Continue? [y/n] y >> >> (Reading database ... 29421 files and directories currently installed.) >> Preparing to replace xe-guest-utilities 0.1.0-523 (using >> .../xe-guest-utilities_0.1.0-523_i386.deb) ... >> Unpacking replacement xe-guest-utilities ... >> Setting up xe-guest-utilities (0.1.0-523) ... >> >> You should now reboot this Virtual Machine. >> debian-lenny:/usr/src/xs-tools-0.1.0/Linux# >> >> / >> I press Y but i think there is still something missing now, i can''t do >> the live migration: >> >> /[root@node1 iso]# xe vm-migrate vm=lenny-test host=xenserver-kkevwpvj >> --live/ >> /You attempted an operation on a VM which requires PV drivers to be >> installed but the drivers were not detected./ >> /vm: ac42865b-2088-c6b5-b147-d1cd8e599f3e (lenny-test)/ >> /[root@node1 iso]# / >> >> Could you tell me how you fixed this :-)? i''ve installed the kernel >> headers, and created a symlink from ./debian-lenny to that kernel source >> but that doesn''t seem the solution. >> >> Thanks, >> Peter >> 2010/2/16 Peter den Hartog <peterdenhartog@gmail.com >> <mailto:peterdenhartog@gmail.com>> >> >> >> Hi Vern, >> >> Thanks alot for your input, i''ll create a new Debian vm and unpack >> everything on my NFS server :), that sounds like a good solution >> anyways :-). I just tabbed till i found some commando''s pressed >> enter and it seemd to work :P, not knowing that it will destroy my >> vm later on :-). >> >> I''ll try it again your way, thanks! >> >> Peter >> >> On Tue, Feb 16, 2010 at 3:47 PM, Vern Burke <vburke@skow.net >> <mailto:vburke@skow.net>> wrote: >> >> I''ve never been able to get the xvdd method to work. If I >> remember the manual correctly, you shouldn''t be adding the iso >> that way anyways, the tools iso is "supposed" to show up >> automagically as /dev/xvdd in the VM (virtual machine >> installation guide, page 27, installing the Linux guest agent). >> >> What I did was to unpack the iso on a share on my NFS server and >> mount the share from the VM to do the installation. >> >> Vern Burke >> >> SwiftWater Telecom >> http://www.swiftwatertel.com >> ISP/CLEC Engineering Services >> Data Center Services >> Remote Backup Services >> >> >> On 2/16/2010 9:16 AM, Peter den Hartog wrote: >> >> Thanks that was it :-)! >> >> Oke now it works, it was installed, and i wanted to try live >> migration.. >> so i added the xen-tools iso to the vm with the following >> command: >> /[root@node1 ~]# xe vm-cd-add cd-name=xs-tools.iso >> vm=lenny-test >> device=xvdd/ >> >> After that, i mounted the iso, in /mnt and i could run the >> installer, >> after the installer i got a message i should reboot.. so i >> did.. and now >> i get the following message trying to start my vm -> >> >> /[root@node1 ~]# xe vm-start vm=lenny-test >> on=16cae97a-e00d-469d-afc8-e1764c499b42/ >> /The bootloader returned an error/ >> /vm: 4f0a9956-5cbd-6315-0fc7-89c1b2252370 (lenny-test)/ >> /msg: Error from bootloader: too many bootable disks (2 disks)/ >> /[root@node1 ~]# / >> >> any pointers :-)? >> >> Thanks, >> Peter >> >> On Tue, Feb 16, 2010 at 1:06 PM, Vern Burke <vburke@skow.net >> <mailto:vburke@skow.net> >> <mailto:vburke@skow.net <mailto:vburke@skow.net>>> wrote: >> >> Make sure the VM is running on the pool master, not one >> of the >> slaves. I just flagged a possible XCP bug to Dave Scott >> where I >> can''t make a console connection to a VM if it''s running >> from a >> slave, blank window and the java app nev er starts. >> >> Temporary fix for this is to make sure the VM starts for >> the first >> time on the pool master with vm-start on=(pool master >> host uuid). >> >> Vern >> >> >> Sent from my BlackBerryŽ wireless device from U.S. Cellular >> >> >> -----Original Message----- >> From: Peter den Hartog <peterdenhartog@gmail.com >> <mailto:peterdenhartog@gmail.com> >> <mailto:peterdenhartog@gmail.com >> <mailto:peterdenhartog@gmail.com>>> >> Date: Tue, 16 Feb 2010 12:14:53 >> To: <xen-users@lists.xensource.com >> <mailto:xen-users@lists.xensource.com> >> <mailto:xen-users@lists.xensource.com >> <mailto:xen-users@lists.xensource.com>>> >> Subject: [Xen-users] problem with xen cloud installation >> on a shared >> storage >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> <mailto:Xen-users@lists.xensource.com> >> <mailto:Xen-users@lists.xensource.com >> <mailto:Xen-users@lists.xensource.com>> >> >> http://lists.xensource.com/xen-users >> >> >> >> >> -- >> Groet // Kind regards, >> Peter den Hartog >> >> >> >> >> -- >> Groet // Kind regards, >> Peter den Hartog >> >> >> >> >> -- >> Groet // Kind regards, >> Peter den Hartog >> >> Sent from Amsterdam, NH, Netherlands >> >> >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> >-- Groet // Kind regards, Peter den Hartog Sent from Amsterdam, NH, Netherlands _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Vern Burke
2010-Feb-16 15:51 UTC
Re: [Xen-users] problem with xen cloud installation on a shared storage
Yup, it''s there in 0.1.1. Vern Vern Burke SwiftWater Telecom http://www.swiftwatertel.com ISP/CLEC Engineering Services Data Center Services Remote Backup Services On 2/16/2010 10:36 AM, Peter den Hartog wrote:> I use 0.1.0 at this moment and only see a debian etch folder, in the > tools folder on the cd :), so i think that''s the problem :-).. So you > have 0.1.1 and see debian-lenny folder? > > Thanks, > Peter > > On Tue, Feb 16, 2010 at 4:27 PM, Vern Burke <vburke@skow.net > <mailto:vburke@skow.net>> wrote: > > Also, if you''re really using the xs-tools 0.1.0, make sure you''re > actually using XCP 0.1.0 and not 0.1.1, otherwise the PV drivers > will be out of date and not work. > > Vern > > > Vern Burke > > SwiftWater Telecom > http://www.swiftwatertel.com > ISP/CLEC Engineering Services > Data Center Services > Remote Backup Services > > On 2/16/2010 10:12 AM, Peter den Hartog wrote: > > Oke i installed the tools and now atleast the system still boots :P > > I do get the following message while installing: > > / > debian-lenny:/usr/src/xs-tools-0.1.0/Linux# ./install.sh > Detected `Debian 5.0.4'' (debian version 5). > > Warning: Kernel package not found in ./debian-lenny > The following changes will be made to this Virtual Machine: > * packages to be installed/upgraded: > - xe-guest-utilities_0.1.0-523_i386.deb > > Continue? [y/n] y > > (Reading database ... 29421 files and directories currently > installed.) > Preparing to replace xe-guest-utilities 0.1.0-523 (using > .../xe-guest-utilities_0.1.0-523_i386.deb) ... > Unpacking replacement xe-guest-utilities ... > Setting up xe-guest-utilities (0.1.0-523) ... > > You should now reboot this Virtual Machine. > debian-lenny:/usr/src/xs-tools-0.1.0/Linux# > > / > I press Y but i think there is still something missing now, i > can''t do > the live migration: > > /[root@node1 iso]# xe vm-migrate vm=lenny-test > host=xenserver-kkevwpvj > --live/ > /You attempted an operation on a VM which requires PV drivers to be > installed but the drivers were not detected./ > /vm: ac42865b-2088-c6b5-b147-d1cd8e599f3e (lenny-test)/ > /[root@node1 iso]# / > > Could you tell me how you fixed this :-)? i''ve installed the kernel > headers, and created a symlink from ./debian-lenny to that > kernel source > but that doesn''t seem the solution. > > Thanks, > Peter > 2010/2/16 Peter den Hartog <peterdenhartog@gmail.com > <mailto:peterdenhartog@gmail.com> > <mailto:peterdenhartog@gmail.com <mailto:peterdenhartog@gmail.com>>> > > > Hi Vern, > > Thanks alot for your input, i''ll create a new Debian vm and > unpack > everything on my NFS server :), that sounds like a good solution > anyways :-). I just tabbed till i found some commando''s pressed > enter and it seemd to work :P, not knowing that it will > destroy my > vm later on :-). > > I''ll try it again your way, thanks! > > Peter > > On Tue, Feb 16, 2010 at 3:47 PM, Vern Burke <vburke@skow.net > <mailto:vburke@skow.net> > <mailto:vburke@skow.net <mailto:vburke@skow.net>>> wrote: > > I''ve never been able to get the xvdd method to work. If I > remember the manual correctly, you shouldn''t be adding > the iso > that way anyways, the tools iso is "supposed" to show up > automagically as /dev/xvdd in the VM (virtual machine > installation guide, page 27, installing the Linux guest > agent). > > What I did was to unpack the iso on a share on my NFS > server and > mount the share from the VM to do the installation. > > Vern Burke > > SwiftWater Telecom > http://www.swiftwatertel.com > ISP/CLEC Engineering Services > Data Center Services > Remote Backup Services > > > On 2/16/2010 9:16 AM, Peter den Hartog wrote: > > Thanks that was it :-)! > > Oke now it works, it was installed, and i wanted to > try live > migration.. > so i added the xen-tools iso to the vm with the > following > command: > /[root@node1 ~]# xe vm-cd-add cd-name=xs-tools.iso > vm=lenny-test > device=xvdd/ > > After that, i mounted the iso, in /mnt and i could > run the > installer, > after the installer i got a message i should > reboot.. so i > did.. and now > i get the following message trying to start my vm -> > > /[root@node1 ~]# xe vm-start vm=lenny-test > on=16cae97a-e00d-469d-afc8-e1764c499b42/ > /The bootloader returned an error/ > /vm: 4f0a9956-5cbd-6315-0fc7-89c1b2252370 (lenny-test)/ > /msg: Error from bootloader: too many bootable disks > (2 disks)/ > /[root@node1 ~]# / > > any pointers :-)? > > Thanks, > Peter > > On Tue, Feb 16, 2010 at 1:06 PM, Vern Burke > <vburke@skow.net <mailto:vburke@skow.net> > <mailto:vburke@skow.net <mailto:vburke@skow.net>> > <mailto:vburke@skow.net <mailto:vburke@skow.net> > <mailto:vburke@skow.net <mailto:vburke@skow.net>>>> wrote: > > Make sure the VM is running on the pool master, > not one > of the > slaves. I just flagged a possible XCP bug to > Dave Scott > where I > can''t make a console connection to a VM if it''s > running > from a > slave, blank window and the java app nev er starts. > > Temporary fix for this is to make sure the VM > starts for > the first > time on the pool master with vm-start on=(pool > master > host uuid). > > Vern > > > Sent from my BlackBerryŽ wireless device from > U.S. Cellular > > > -----Original Message----- > From: Peter den Hartog <peterdenhartog@gmail.com > <mailto:peterdenhartog@gmail.com> > <mailto:peterdenhartog@gmail.com <mailto:peterdenhartog@gmail.com>> > <mailto:peterdenhartog@gmail.com <mailto:peterdenhartog@gmail.com> > <mailto:peterdenhartog@gmail.com > <mailto:peterdenhartog@gmail.com>>>> > Date: Tue, 16 Feb 2010 12:14:53 > To: <xen-users@lists.xensource.com > <mailto:xen-users@lists.xensource.com> > <mailto:xen-users@lists.xensource.com > <mailto:xen-users@lists.xensource.com>> > <mailto:xen-users@lists.xensource.com > <mailto:xen-users@lists.xensource.com> > <mailto:xen-users@lists.xensource.com > <mailto:xen-users@lists.xensource.com>>>> > Subject: [Xen-users] problem with xen cloud > installation > on a shared > storage > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com <mailto:Xen-users@lists.xensource.com> > <mailto:Xen-users@lists.xensource.com > <mailto:Xen-users@lists.xensource.com>> > <mailto:Xen-users@lists.xensource.com > <mailto:Xen-users@lists.xensource.com> > <mailto:Xen-users@lists.xensource.com > <mailto:Xen-users@lists.xensource.com>>> > > http://lists.xensource.com/xen-users > > > > > -- > Groet // Kind regards, > Peter den Hartog > > > > > -- > Groet // Kind regards, > Peter den Hartog > > > > > -- > Groet // Kind regards, > Peter den Hartog > > Sent from Amsterdam, NH, Netherlands > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com <mailto:Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users > > > > > -- > Groet // Kind regards, > Peter den Hartog > > Sent from Amsterdam, NH, Netherlands > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Peter den Hartog
2010-Feb-17 10:02 UTC
Re: [Xen-users] problem with xen cloud installation on a shared storage
One more question, or actualy a problem.. After the upgrade the webinterface is gone (?) How do i deploy new virtual machines now? I know there are some projects for connecting to your cloud, but i didn''t found one yet that realy worked for me.. any pointers about this? Thanks, Peter On Tue, Feb 16, 2010 at 4:51 PM, Vern Burke <vburke@skow.net> wrote:> Yup, it''s there in 0.1.1. > > > Vern > > Vern Burke > > SwiftWater Telecom > http://www.swiftwatertel.com > ISP/CLEC Engineering Services > Data Center Services > Remote Backup Services > > On 2/16/2010 10:36 AM, Peter den Hartog wrote: > >> I use 0.1.0 at this moment and only see a debian etch folder, in the >> tools folder on the cd :), so i think that''s the problem :-).. So you >> have 0.1.1 and see debian-lenny folder? >> >> Thanks, >> Peter >> >> On Tue, Feb 16, 2010 at 4:27 PM, Vern Burke <vburke@skow.net >> <mailto:vburke@skow.net>> wrote: >> >> Also, if you''re really using the xs-tools 0.1.0, make sure you''re >> actually using XCP 0.1.0 and not 0.1.1, otherwise the PV drivers >> will be out of date and not work. >> >> Vern >> >> >> Vern Burke >> >> SwiftWater Telecom >> http://www.swiftwatertel.com >> ISP/CLEC Engineering Services >> Data Center Services >> Remote Backup Services >> >> On 2/16/2010 10:12 AM, Peter den Hartog wrote: >> >> Oke i installed the tools and now atleast the system still boots :P >> >> I do get the following message while installing: >> >> / >> debian-lenny:/usr/src/xs-tools-0.1.0/Linux# ./install.sh >> Detected `Debian 5.0.4'' (debian version 5). >> >> Warning: Kernel package not found in ./debian-lenny >> The following changes will be made to this Virtual Machine: >> * packages to be installed/upgraded: >> - xe-guest-utilities_0.1.0-523_i386.deb >> >> Continue? [y/n] y >> >> (Reading database ... 29421 files and directories currently >> installed.) >> Preparing to replace xe-guest-utilities 0.1.0-523 (using >> .../xe-guest-utilities_0.1.0-523_i386.deb) ... >> Unpacking replacement xe-guest-utilities ... >> Setting up xe-guest-utilities (0.1.0-523) ... >> >> You should now reboot this Virtual Machine. >> debian-lenny:/usr/src/xs-tools-0.1.0/Linux# >> >> / >> I press Y but i think there is still something missing now, i >> can''t do >> the live migration: >> >> /[root@node1 iso]# xe vm-migrate vm=lenny-test >> host=xenserver-kkevwpvj >> --live/ >> /You attempted an operation on a VM which requires PV drivers to be >> installed but the drivers were not detected./ >> /vm: ac42865b-2088-c6b5-b147-d1cd8e599f3e (lenny-test)/ >> /[root@node1 iso]# / >> >> Could you tell me how you fixed this :-)? i''ve installed the kernel >> headers, and created a symlink from ./debian-lenny to that >> kernel source >> but that doesn''t seem the solution. >> >> Thanks, >> Peter >> 2010/2/16 Peter den Hartog <peterdenhartog@gmail.com >> <mailto:peterdenhartog@gmail.com> >> <mailto:peterdenhartog@gmail.com <mailto:peterdenhartog@gmail.com >> >>> >> >> >> Hi Vern, >> >> Thanks alot for your input, i''ll create a new Debian vm and >> unpack >> everything on my NFS server :), that sounds like a good >> solution >> anyways :-). I just tabbed till i found some commando''s pressed >> enter and it seemd to work :P, not knowing that it will >> destroy my >> vm later on :-). >> >> I''ll try it again your way, thanks! >> >> Peter >> >> On Tue, Feb 16, 2010 at 3:47 PM, Vern Burke <vburke@skow.net >> <mailto:vburke@skow.net> >> <mailto:vburke@skow.net <mailto:vburke@skow.net>>> wrote: >> >> I''ve never been able to get the xvdd method to work. If I >> remember the manual correctly, you shouldn''t be adding >> the iso >> that way anyways, the tools iso is "supposed" to show up >> automagically as /dev/xvdd in the VM (virtual machine >> installation guide, page 27, installing the Linux guest >> agent). >> >> What I did was to unpack the iso on a share on my NFS >> server and >> mount the share from the VM to do the installation. >> >> Vern Burke >> >> SwiftWater Telecom >> http://www.swiftwatertel.com >> ISP/CLEC Engineering Services >> Data Center Services >> Remote Backup Services >> >> >> On 2/16/2010 9:16 AM, Peter den Hartog wrote: >> >> Thanks that was it :-)! >> >> Oke now it works, it was installed, and i wanted to >> try live >> migration.. >> so i added the xen-tools iso to the vm with the >> following >> command: >> /[root@node1 ~]# xe vm-cd-add cd-name=xs-tools.iso >> vm=lenny-test >> device=xvdd/ >> >> After that, i mounted the iso, in /mnt and i could >> run the >> installer, >> after the installer i got a message i should >> reboot.. so i >> did.. and now >> i get the following message trying to start my vm -> >> >> /[root@node1 ~]# xe vm-start vm=lenny-test >> on=16cae97a-e00d-469d-afc8-e1764c499b42/ >> /The bootloader returned an error/ >> /vm: 4f0a9956-5cbd-6315-0fc7-89c1b2252370 (lenny-test)/ >> /msg: Error from bootloader: too many bootable disks >> (2 disks)/ >> /[root@node1 ~]# / >> >> any pointers :-)? >> >> Thanks, >> Peter >> >> On Tue, Feb 16, 2010 at 1:06 PM, Vern Burke >> <vburke@skow.net <mailto:vburke@skow.net> >> <mailto:vburke@skow.net <mailto:vburke@skow.net>> >> <mailto:vburke@skow.net <mailto:vburke@skow.net> >> <mailto:vburke@skow.net <mailto:vburke@skow.net>>>> wrote: >> >> Make sure the VM is running on the pool master, >> not one >> of the >> slaves. I just flagged a possible XCP bug to >> Dave Scott >> where I >> can''t make a console connection to a VM if it''s >> running >> from a >> slave, blank window and the java app nev er starts. >> >> Temporary fix for this is to make sure the VM >> starts for >> the first >> time on the pool master with vm-start on=(pool >> master >> host uuid). >> >> Vern >> >> >> Sent from my BlackBerryŽ wireless device from >> U.S. Cellular >> >> >> -----Original Message----- >> From: Peter den Hartog <peterdenhartog@gmail.com >> <mailto:peterdenhartog@gmail.com> >> <mailto:peterdenhartog@gmail.com <mailto:peterdenhartog@gmail.com >> >> >> <mailto:peterdenhartog@gmail.com <mailto:peterdenhartog@gmail.com> >> <mailto:peterdenhartog@gmail.com >> <mailto:peterdenhartog@gmail.com>>>> >> Date: Tue, 16 Feb 2010 12:14:53 >> To: <xen-users@lists.xensource.com >> <mailto:xen-users@lists.xensource.com> >> <mailto:xen-users@lists.xensource.com >> <mailto:xen-users@lists.xensource.com>> >> <mailto:xen-users@lists.xensource.com >> <mailto:xen-users@lists.xensource.com> >> <mailto:xen-users@lists.xensource.com >> <mailto:xen-users@lists.xensource.com>>>> >> Subject: [Xen-users] problem with xen cloud >> installation >> on a shared >> storage >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com <mailto: >> Xen-users@lists.xensource.com> >> <mailto:Xen-users@lists.xensource.com >> <mailto:Xen-users@lists.xensource.com>> >> <mailto:Xen-users@lists.xensource.com >> <mailto:Xen-users@lists.xensource.com> >> <mailto:Xen-users@lists.xensource.com >> <mailto:Xen-users@lists.xensource.com>>> >> >> http://lists.xensource.com/xen-users >> >> >> >> >> -- >> Groet // Kind regards, >> Peter den Hartog >> >> >> >> >> -- >> Groet // Kind regards, >> Peter den Hartog >> >> >> >> >> -- >> Groet // Kind regards, >> Peter den Hartog >> >> Sent from Amsterdam, NH, Netherlands >> >> >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com <mailto: >> Xen-users@lists.xensource.com> >> >> http://lists.xensource.com/xen-users >> >> >> >> >> -- >> Groet // Kind regards, >> Peter den Hartog >> >> Sent from Amsterdam, NH, Netherlands >> >> >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> >-- Groet // Kind regards, Peter den Hartog _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users