Hello. I always use xen-tools to create domUs and it works very well. Now I need to use libvirt. Has anyone tried virt-install to create domUs? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Greetings! CentOS: works great OpenSUSE: use "vm-install" instead.. mostly the same syntax.. it also uses libvirt Debian: running into an error, but that might be because I manually configured the bridge and I''m not used to Debian yet David Alston Nearband Networks Senior Systems Administrator On Tuesday, September 27, 2011 10:24:49 AM you wrote:> Hello. > I always use xen-tools to create domUs and it works very well. > Now I need to use libvirt. > Has anyone tried virt-install to create domUs? > > _______________________________________________ > 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
On 27 September 2011 20:32, David Alston <dalston@nearband.com> wrote:> Greetings! > > CentOS: works great > OpenSUSE: use "vm-install" instead.. mostly the same syntax.. it also uses libvirt > Debian: running into an error, but that might be because I manually configured the bridge and I''m not used to Debian yetI don''t like create vm using virt-install, I prefer using xen-tools. The problem is that I need to convert .cfg file to xml but virsh domxml-from-native xen-xm backupsrv.cfg give an error and don''t work. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 27 September 2011 20:40, Mauro <mrsanna1@gmail.com> wrote:> I don''t like create vm using virt-install, I prefer using xen-tools. > The problem is that I need to convert .cfg file to xml but virsh > domxml-from-native xen-xm backupsrv.cfg > give an error and don''t work.By the way, does anyone know how to use xen-tools also under Gentoo Linux? I have xen-tools installed but the xen-create-image command is not present for instance. -- Flavio _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Greetings! Is there any particular reason you can''t use the .sxp version of the config ("xm list -l DOMU_NAME")? What are you going to use the XML version for? David Alston Nearband Networks Senior Systems Administrator On Tuesday, September 27, 2011 01:40:21 PM you wrote:> On 27 September 2011 20:32, David Alston <dalston@nearband.com> wrote: > > Greetings! > > > > CentOS: works great > > OpenSUSE: use "vm-install" instead.. mostly the same syntax.. it also uses libvirt > > Debian: running into an error, but that might be because I manually configured the bridge and I''m not used to Debian yet > > I don''t like create vm using virt-install, I prefer using xen-tools. > The problem is that I need to convert .cfg file to xml but virsh > domxml-from-native xen-xm backupsrv.cfg > give an error and don''t work. >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 27 September 2011 21:27, David Alston <dalston@nearband.com> wrote:> Greetings! > > Is there any particular reason you can''t use the .sxp version of the config ("xm list -l DOMU_NAME")? What are you going to use the XML version for?I''m setting a cluster with heartbeat and pacemaker and the resource agent requires that a libvirt configuration file is present for every virtual machine under management. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users