_Path not exported by the remote filesystem._ /var/log/vmware/applmgmt/backupScheduler.log, the following authentication errors are observed:ERROR: Failed to get HOK token with error SoapException: faultcode: ns0:FailedAuthentication
faultstring: Password of the user logging on is expired. :: User account expired:
{Name: vmware-applmgmtservice-########-####-####-####-############, Domain: vsphere.local}In /var/log/vmware/sso/vmware-identity-sts.log , the service account is blocked with LDAP error 49:
WARNING: LoginBlocked DN (cn=vmware-applmgmtservice-...,dc=vsphere,dc=local), error (9239)(Account access blocked)
ERROR: Bind Request Failed (127.0.0.1) error 49: Method: SASL
The root cause is the expiration of the vmware-applmgmtservice service account password.
This issue is resolved in vCenter Server 8.0 Update 3h (Build 25092719). It is recommended to update to this version or higher to ensure the applmgmt service account password resets automatically as intended.
Workaround
If an immediate upgrade is not possible, the service account state can be cleared by restarting the Appliance Management Service:
Option 1: Using the VAMI (Web UI)
Log in to the vCenter Appliance Management Interface: https://<vCenter-FQDN>:5480 as root.
Click on the Services tab.
Locate the VMware Appliance Management Service (applmgmt) and click Restart.
Option 2: Using the Command Line (SSH)
Log in to the vCenter Server Appliance via SSH as root.
Run the following command to restart the service:service-control --restart applmgmt
After the restart, the scheduled backup should trigger successfully at the next interval.
Release Notes Reference: The fix for this issue is documented in the vCenter Server 8.0 Update 3h Release Notes.
Details: When the applmgmt service password expires, the password does not reset and scheduled backups of vCenter fail. This issue is resolved in this release. The fix ensures the system resets the applmgmt service password for scheduled backups upon expiration.