|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] XCP storage
Hi,
As far, as I know - yes.
My preferred way - is "install from a nework repo".
Usually works fine for centos/debian.
I think you could try to switch between HVM and PV by changing a few
parameters of the VM, as long as you have a Xen enabled kernel in your
linux VM :
xe vm-param-set uuid=xxx HVM-boot-params:order=""
xe vm-param-set uuid=xxx HVM-boot-policy=""
xe vm-param-set uuid=xxx PV-bootloader="pygrub"
to switch back to HVM :
xe vm-param-set uuid=xxx HVM-boot-params:order="dc"
xe vm-param-set uuid=xxx HVM-boot-policy="BIOS order"
xe vm-param-set uuid=xxx PV-bootloader=""
Cheers,
Denis
Sergey
On Thu, Jun 9, 2011 at 2:13 AM, Jon R.<jonr@xxxxxxxxxx> wrote:
On Wednesday, June 8, 2011 12:09 AKDT, Sergey Melnik<admin.sa@xxxxxxxxx> wrote:
Hello.
Yuo can put iso's on a samba/nfs share and attach it to XCP.
Probably it's the easiest way.
Sergey
Now by installing from ISO does this make the VM a HVM instead of a PV? I know
in xen that if I install from ISO that it creates a HVM is this true with XCP
as well?
Jon
_______________________________________________
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
--
Denis Cardon
Tranquil IT Systems
44 bvd des pas enchantés
44230 Saint Sébastien sur Loire
tel : +33 (0) 2.40.97.57.57
http://www.tranquil-it-systems.fr
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|