<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    my problem is: I need to create and manage a vm through opennebula,
    I need to use VMware Server 2.0 as hypervisor and I have the VMware
    driver addons installed. I read the
    <a class="moz-txt-link-freetext" href="http://www.opennebula.org/documentation:rel2.0:evmwareg">http://www.opennebula.org/documentation:rel2.0:evmwareg</a> page, and
    then I tryed the onevmware strategy. I used the .vmdk and flat.vmdk
    files (taken from an already existing vm) and a template file (with
    the option NAME = "name-of-my-image" inside) for the onevmware
    command: everything goes fine and he registers my image in the image
    catalog. Then I follow what they say at the end of the page<br>
    <blockquote>
      <p>
        Following the two last sections, we can use a template for a
        VMware VM like:
      </p>
      <pre class="code">NAME=myVMwareVM
DISK=[IMAGE="VMware Win 7 Disk"]
NIC=[NETWORK="public"]</pre>
      The <code>onevm</code> command will control the lifecycle of the
      VM as with other hypervisors natively supported by OpenNebula<br>
    </blockquote>
    The first thing I note is that in my case I need to specify an arch
    otherwise it says "error no ARCH found and not default defined".
    Anyway, after I define the ARCH I run onevm create
    <my-vm-template> and then onevm deploy, but when I run onevm
    show it says "State = failed".<br>
    Here is my vm.log file:<br>
    <blockquote><small>Sun Dec 19 10:28:45 2010 [DiM][I]: New VM state
        is ACTIVE.<br>
        Sun Dec 19 10:28:45 2010 [LCM][I]: New VM state is PROLOG.<br>
        Sun Dec 19 10:28:45 2010 [VM][I]: Virtual Machine has no context<br>
        Sun Dec 19 10:28:45 2010 [TM][I]: tm_clone.sh:
        filippo-server:/srv/cloud/one/var/images/67e4c2189f74292b2263326f5f938070b3e936ee
        192.168.0.41:/srv/cloud/one/var/19/images/disk.0<br>
        Sun Dec 19 10:28:45 2010 [TM][I]: tm_clone.sh: DST:
        /srv/cloud/one/var/19/images/disk.0<br>
        Sun Dec 19 10:28:45 2010 [TM][I]: tm_clone.sh: Creating
        directory /srv/cloud/one/var/19/images<br>
        Sun Dec 19 10:28:45 2010 [TM][I]: tm_clone.sh: Executed "mkdir
        -p /srv/cloud/one/var/19/images".<br>
        Sun Dec 19 10:28:45 2010 [TM][I]: tm_clone.sh: Executed "chmod
        a+w /srv/cloud/one/var/19/images".<br>
        Sun Dec 19 10:28:45 2010 [TM][I]: tm_clone.sh: Cloning
        /srv/cloud/one/var/images/67e4c2189f74292b2263326f5f938070b3e936ee<br>
        Sun Dec 19 10:28:45 2010 [TM][I]: tm_clone.sh: Executed "cp -r
        /srv/cloud/one/var/images/67e4c2189f74292b2263326f5f938070b3e936ee
        /srv/cloud/one/var/19/images/disk.0".<br>
        Sun Dec 19 10:28:45 2010 [TM][I]: tm_clone.sh: Executed "chmod
        a+rw /srv/cloud/one/var/19/images/disk.0".<br>
        Sun Dec 19 10:28:45 2010 [LCM][I]: New VM state is BOOT<br>
        Sun Dec 19 10:28:45 2010 [VMM][I]: Generating deployment file:
        /srv/cloud/one/var/19/deployment.0<br>
        Sun Dec 19 10:28:47 2010 [VMM][I]: Command execution fail:
        /srv/cloud/one/lib/remotes/vmm/vmware/deploy 192.168.0.41
        /srv/cloud/one/var/19/deployment.0<br>
        Sun Dec 19 10:28:47 2010 [VMM][I]: STDERR follows.<br>
        Sun Dec 19 10:28:47 2010 [VMM][I]: [VMWARE] cmd failed
        [/srv/cloud/one/bin/tty_expect -u oneadmin -p oneadmin virsh -c
        gsx://192.168.0.41?no_verify=1 define
        /srv/cloud/one/var/19/deployment.0]. Stderr:<br>
        Sun Dec 19 10:28:47 2010 [VMM][I]: errore: Impossibile definire
        il dominio da /srv/cloud/one/var/19/deployment.0<br>
        Sun Dec 19 10:28:47 2010 [VMM][I]: errore: errore interno HTTP
        response code 503 for upload to
'<a class="moz-txt-link-freetext" href="https://192.168.0.41:8333/folder/19%2fimages%2fdisk%2e0/one%2d19.vmx?dcPath=ha%2ddatacenter&dsName=images">https://192.168.0.41:8333/folder/19%2fimages%2fdisk%2e0/one%2d19.vmx?dcPath=ha%2ddatacenter&dsName=images</a>'<br>
        Sun Dec 19 10:28:47 2010 [VMM][I]: <br>
        Sun Dec 19 10:28:47 2010 [VMM][I]: . Stdout: ExitCode: 1<br>
        Sun Dec 19 10:28:47 2010 [VMM][I]: ExitCode: 1<br>
        Sun Dec 19 10:28:47 2010 [VMM][E]: Error deploying virtual
        machine<br>
        Sun Dec 19 10:28:47 2010 [DiM][I]: New VM state is FAILED</small><br>
    </blockquote>
    Can you explain me where is the problem, please? What can I do to
    succesfully deploy a vm? I'm really desperate, I'm doing an
    internship and I'm stuck for more than a week trying to solve the
    problem.<br>
    <br>
    Regards,<br>
    <pre class="moz-signature" cols="72">-- 
Filippo Dalla Gassa</pre>
  </body>
</html>