<meta http-equiv="content-type" content="text/html; charset=utf-8"><pre style="font-family: 'Times New Roman'; font-size: medium; ">Hi All,</pre><pre><font class="Apple-style-span" face="'Times New Roman'" size="3">I am new to libvirt, i wander how we can achieve below objective, i read through a lot from <a href="http://libvirt.org">libvirt.org</a> but couldn't </font><font class="Apple-style-span" face="'Times New Roman'" size="3">found any thing solid something </font><span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; ">equivalent to this:-</span></pre>
<pre><span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; "><br></span></pre><pre><span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; ">  virsh dumpxml dom > /tmp/dom.xml</span></pre>
<pre style="font-family: 'Times New Roman'; font-size: medium; ">  $EDITOR /tmp/dom.xml && virsh define /tmp/dom.xml
<br></pre><pre style="font-family: 'Times New Roman'; font-size: medium; ">What i try to achieve is to have one management server that install with libvirt in place then we can use libvirt to connect to other libvirt box to provision the vm-create, vm-delete & capable to vm-modified the CPU,MEM,HDD,boot sequence, vnc password attached & detech network card..on the targeted VM.</pre>
<pre style="font-family: 'Times New Roman'; font-size: medium; ">Currently we do it through editing the xml file which was a bit pain to do so..</pre><pre style="font-family: 'Times New Roman'; font-size: medium; ">
Regards,</pre><pre style="font-family: 'Times New Roman'; font-size: medium; ">Peter</pre>