Note that the <UUID> will be a unique identifier in your environment.
Note: Before applying the steps below, please take a backup or an offline-snapshot (in powered-off state) of the vCenter Server Appliance . If the vCenter is part of a Linked Mode replication setup, please backup/snapshot all replicating nodes as well. Please refer: VMware vCenter in Enhanced Linked Mode pre-changes snapshot (online or offline) best practice
Follow the below steps to fix the issue:
/var/log/vmware/vpxd-svcs.log
file for the name. It should look like: VSPHERE.LOCAL\serviceaccountmgmt-<UUID>
Note that the UUID will be a long string unique to your environment. You will need to copy the correct value from the log.
ActAsUsers, SolutionUsers, and ReadOnlyUsers
/usr/lib/vmware-vmafd/bin/dir-cli group list --name ActAsUsers
/usr/lib/vmware-vmafd/bin/dir-cli group list --name SolutionUsers
/usr/lib/vmware-vmafd/bin/dir-cli group list --name ReadOnlyUsers
You will be prompted for the SSO Administrator password. This will list members of each group.
/usr/lib/vmware-vmafd/bin/dir-cli group modify --name <GROUPNAME> --add serviceaccountmgmt-<UUID>
Note: You will need to replace the <GROUPNAME> and <UUID> with the name of the group you are modifying and the UUID for your environment.