|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] XenConvert
Hi Denis
I try this...
I conert the physical to VHD format, and try deploy a VM like this:
kernel = "hvmloader"
builder='hvm'
memory = 512
name = "test"
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'file:/images/test.vhd,hda,w' ]
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
device_model = 'qemu-dm'
boot="c"
sdl=0
opengl=1
vnc=1
vncpasswd=''
stdvga=0
serial='pty'
tsc_mode=0
But doesn't work
Perhaps is something that I do wrong...
Thanks for any advice
Em Qui, 2010-08-12 às 11:13 +0200, Denis Cardon escreveu:
> Hi Gilberto,
>
> > I have installed Xen 4 on Debian Lenny 5.0.
> > I have a physical Windows 2003 Server and I wanna convert this server on
> > a virtual server...
> > I try to use XenConvert but without sucsess...
> >
> > Somebody can help???
>
> XenConvert is mainly focused on XenServer/XCP. It can create OVF, XVA,
> and VHD packages or make direct transfert. I don't think OVH/XVA and
> direct transfert are supported by bare Xen. However I think you should
> be able to use VHD (Microsoft format) (from
> http://wiki.xensource.com/xenwiki/Xen4.0 : "blktap2 for VHD image
> support, including high-performance snapshots and cloning. Wiki link:
> blktap2 ")
>
> Cheers,
>
> Denis
>
>
> > Thanks
> >
> >
> > Gilberto Nunes
> > TI
> > Selbetti Gestão de Documentos
> > Telefone: +55 (47) 3441-6004
> > Celular: +55 (47) 8861-6672
> >
> >
> >
> >
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users
>
>
Gilberto Nunes
TI
Selbetti Gestão de Documentos
Telefone: +55 (47) 3441-6004
Celular: +55 (47) 8861-6672
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|