I'm trying to clone a RHEL 6.0 VM in VCloud Director and get this error:
A general system error occurred: The virtual machine requires the vcloud1/system.service.vmware.vsla.vcloud1 service, which is not available on the host.
The VM was created from a template and was created successfully.
Here's the clone request:
POST: https://192.168.30.61/api/v1.0/vdc/1496754145/action/cloneVApp
<?xml version="1.0" encoding="UTF-8"?>
<CloneVAppParams name="temp-clone-6558"
xmlns="http://www.vmware.com/vcloud/v1"
xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" >
<Description>Clone of av-74.114-DER1-vCloud-SM Linux (RHEL 6.0 x64) Server-SM QA vCloud Director v1.0-1</Description>
<Source href="https://192.168.30.61/api/v1.0/vApp/vapp-702999489"/>
<IsSourceDelete>false</IsSourceDelete>
</CloneVAppParams>
Other VMs clone just fine. Any ideas?
Thanks,
Mark