search for: xmldump

Displaying 8 results from an estimated 8 matches for "xmldump".

2006 Mar 24
4
Parsing Filemaker 6 XML into something I can use
...(DSO-XML and FMP-XML): *********** DSO-XML *********** <?xml version="1.0" encoding="UTF-8"?><FMPDSORESULT xmlns="http:// www.filemaker.com/fmpdsoresu lt"><ERRORCODE>0</ERRORCODE><DATABASE>Customers.fp5</ DATABASE><LAYOUT>XMLDump</LAYOUT><ROW MODID="0" RECORDID="13049791"><Company>Acme</ Company><Street>Somewherestreet 145 </Street><Postalcode>8200</Postalcode><City>Somecity</City></ROW><ROW MODID="0" RECORDID="13049792&...
2012 Jan 17
1
[CentOS] VirtIO disk 'leakage' across guests?
On Mon, January 16, 2012 17:01, Dennis Jacobfeuerborn wrote: > On 01/16/2012 10:16 PM, James B. Byrne wrote: > > ... >> The xmldump for this guest instance contains this: > ... > > Please post the xmldumps of the original guest and cloned > guest right after > cloning and without any modifications. > > Regards, > Dennis Prototype dumpxml virsh # dumpxml vm-centos-6 <domain type='kvm' id=&...
2015 Dec 17
2
migrate a guest from VMware to KVM
...But when I try the same think using the libvirt API I get the "no boot disk found" message when starting the vm. When importing the VM through the libvirtAPI, I use the same xml description virsh outputs (dumpxml) after initially doing the import. xml - the description I got using virsh xmldump <domain name> xmlDesx = xml conn.defineXML(xmlDesc) One other important aspect is I am using a directory storage pool to store all my volumes (.img files). When I use virsh to import the vm, the storage pool recognizes the new volume (the .img file I converted from the .vmdk file). But when...
2014 Mar 22
1
Issues to manage RAM on openvz guests
...<target dir='/'/> </filesystem> <interface type='bridge'> <mac address='00:16:3e:1a:66:67'/> <source bridge='br0'/> <target dev='veth3'/> </interface> </devices> </domain> xmldump -------- <domain type='openvz' id='103'> <name>103</name> <uuid>86c52009-e541-a159-6e9f-91d18b85ef79</uuid> <memory unit='KiB'>0</memory> <currentMemory unit='KiB'>0</currentMemory> <vcpu placement=&...
2015 Dec 17
0
Re: migrate a guest from VMware to KVM
...using the libvirt API I get the "no boot disk > found" message when starting the vm. > > When importing the VM through the libvirtAPI, I use the same xml > description virsh outputs (dumpxml) after initially doing the import. > > xml - the description I got using virsh xmldump <domain name> > > xmlDesx = xml > conn.defineXML(xmlDesc) > > One other important aspect is I am using a directory storage pool to store > all my volumes (.img files). > When I use virsh to import the vm, the storage pool recognizes the new > volume (the .img file I...
2012 Jan 16
4
VirtIO disk 'leakage' across guests?
We are in the process of migrating several stand-alone server hosts onto a CentOS-6 kvm virtual host. We also use Webmin to administer our hosts. All of the guests, without exception, have been cloned brom a prototype guest using virt-manager. All of the additional VirtIO disks assigned to some of the guests have been added through virt-manager as well. Recently I have encountered a situation
2012 Jan 16
4
VirtIO disk 'leakage' across guests?
We are in the process of migrating several stand-alone server hosts onto a CentOS-6 kvm virtual host. We also use Webmin to administer our hosts. All of the guests, without exception, have been cloned brom a prototype guest using virt-manager. All of the additional VirtIO disks assigned to some of the guests have been added through virt-manager as well. Recently I have encountered a situation
2009 Feb 28
13
How to get the MAC address of a domU?
I''m creating a new domU using ''virsh create <xmlfile>'' without specifying the MAC address within the XML file, under the assumption that the dom0 or hypervisor generates the MAC address for me. Next I''d like to get the MAC address that was assigned to this new domU, and I don''t see a way to get that information from the command line via virsh