[ ********-****-****-****-********] Internal Server Error - java.util.concurrent.ExecutionException: com.vmware.ssdc.util.LMException: Unable to create deployment package. - com.vmware.ssdc.util.LMException: Unable to create deployment package. - Unable to create deployment package. - Failed to execute process [/opt/vmware/vcloud-director/deployPkg/deployPkg]. Standard Output: Log file creation failed. Not able to create directory: Permission denied: "/tmp/vmware-imc" Standard Error: Error : Log not started.
VMware Cloud Director 10.x
When trying to power on a VM with Guest Customization enabled in VCD, the deployPkg
mentioned to generate a cab file which will contain the customization parameters that will be passed to the VM. So to do the required operations, /tmp file needs the permissions.
If these permissions are modified—for example, by a user or a script—various operations may fail as a result.
There are 2 ways to resolve it:
chmod 777 /tmp
OR
root
, either directly or via SSH.