convertToVcsaEmbedded_Task com.vmware.vapi.std.errors.Unauthorized: Unauthorized `(com.vmware.vapi.std.errors.unauthorized) => {
` messages = [LocalizableMessage (com.vmware.vapi.std.localizable_message) => {
` id = vapi.security.authorization.invalid,
` defaultMessage = Unable to authorize user,
` args = []
`}],
` data = <null>
`}
/usr/lib/vmware-vmafd/bin/vmafd-cli set-domain-name --server-name localhost --domain-name VSPHERE.LOCAL
service-control --stop applmgmt && service-control --start applmgmt
If the version still shows as "unknown" , then follow the below steps
find / -name vmware-dns-server*.rpm
rpm -ev --nodeps vmware-dns-<RPMName-FromStep2>
Note: Run the above command without .rpm extension
Example -rpm -ev --nodeps vmware-dns-server-1.0.0-12304056.x86_64
rpm -ivh --nodeps /root/velma/rpm/<vmware-dns-name-FromStep2.rpm>
Example -
rpm -ivh --nodeps /root/velma/rpm/vmware-dns-server-1.0.0-12304056.x86_64.rpm
for i in $(/usr/lib/vmware-vmafd/bin/vecs-cli store list); do echo STORE $i; /usr/lib/vmware-vmafd/bin/vecs-cli entry list --store $i --text | egrep "Alias|Not After"; done
Workaround:
In case the issue persists there are other workarounds which you could try: