DSM appliance relies on a vCenter service account for its vSphere operations. This account is created during the first boot of the appliance using the vCenter details (vCenter Host, vCenter SSO-Admin User credentials) supplied as ovf params in the deployment wizard. The setup would encounter this issue in the absence of the vCenter service account.
To identify the cause of the failure, follow the steps below:
`grep -r "Unable to create VC svc-acct. Cause: " /var/log/tdm/provider/`
Example output:
/var/log/tdm/provider/provider.log:2024-02-15 10:34:59.314 INFO [main ] p.a.ProviderServiceInitializer - Unable to create VC svc-acct. Cause: com.vmware.tdm.sp.common.exception.TdmException: Invalid VC Credentials
Possible causes for the issue are,
`systemctl restart provider`