I opened a case with VMware technical support to resolve this matter.
Removal of the RC4 cipher per KB92568 was insufficient. In addition, in our situation was that previously vCenters had enabled the Identity Provider > Active Directory Domain option. (This is no longer recommended and is a hold-over from prior versions of vCenter when hosted on a Windows computer instead of the newer appliance-based Photon OS vCenter.)
Solution is to Leave AD. But when using the vCenter web GUI, under "Administration > Single Sign-On > Configuration > Active Directory Domain section, note the vCenter objects listed > Select svcenter > Leave AD" this gave error "Idm client exception: Error trying to leave AD, error code [41887], user [admin@CORP.COM]"
I did a Google search, found a known problem for vCenter 6.7 https://kb.vmware.com/s/article/50112055 which directed me to use the CLI. Subsequently confirmed that this also applies to vCenter 7.0
login as: root
Pre-authentication banner message from server:
|
| VMware vCenter Server 7.0.3.01700
|
| Type: vCenter Server with an embedded Platform Services Controller
|
End of banner message from server
Keyboard-interactive authentication prompts from server:
| Password:
End of keyboard-interactive prompts from server
root@svcenter [ ~ ]# /opt/likewise/bin/domainjoin-cli leave
Leaving AD Domain: CORP.COM
SUCCESS
root@svcenter [ ~ ]# |
I disabled the AD computer objects for the vCenter servers, and then after a few days deleted the computer objects from AD entirely.