I am using Libvirt virsh command by vmware esx created a virtual host, has been unable to create success. <BR>My creation process is as follows :<BR>
<DIV><IMG style="WIDTH: 692px; HEIGHT: 209px" src="cid:79C772DC@69B85774.6646A154.jpg" filesize="98004" naturalW="886" naturalH="268" modifysize="78%" diffpixels="17px" scalingmode="zoom"></DIV>
<DIV>Create a virtual host XML file content is as follows: </DIV>
<DIV><domain type='vmware'><BR>  <name>test1</name><BR>  <memory>524288</memory><BR>  <currentMemory>524288</currentMemory><BR>  <vcpu>1</vcpu><BR>  <os><BR> <type arch='x86_64'>hvm</type><BR>  </os><BR>  <devices><BR>  <disk type='file' device='disk'><BR>      <source file='[datastore1 (2)] test1/test1.vmdk'/><BR>      <target dev='sda' bus='scsi'/><BR>      <address type='drive' controller='0' bus='0' unit='0'/><BR>    </disk><BR>    <controller type='scsi' index='0' model='vmpvscsi'/><BR>    <controller type='ide' index='0'/><BR>    <interface type='bridge'><BR>      <source bridge='VM Network'/><BR>    </interface><BR>  </devices><BR></domain></DIV>
<DIV>Has been unable to create the VMDK files, can you tell me what reason be? Thank you very much !</DIV>
<DIV>I will always wait for your reply, this problem is very important to me. </DIV>