During vCenter Server upgrade to VCF 9.x, an administrator will get the following pre-check error message to remove the IWA Identity source:Please remove all Identity Sources with type Active Directory (Integrated Windows Authentication) before proceeding https://knowledge.broadcom.com/external/article?articleId=373005
VCF 9.x
vCenter Server 7.x
vCenter Server 8.x
VCF 9.x removes the support for the IWA Identity Source from the vCenter Server Single Sign On.
Before upgrading to VCF 9.x, an existing vCenter Server Appliance from an older version must remove the existing IWA Identity Source. The vCenter Server administrator must manually remove the IWA Identity Source and ensure alternative authentication. Customers can use MFA through federated authentication. See here for more information on Configuring vCenter Server Identity Provider Federation.
Follow below steps to remove the IWA Identity Source on vCenter Server.
Then follow one of the below options to unjoin the VC from the domain and restart vCenter.
Procedure to leave the vCenter Server from the Active Directory domain.
Option 1 : Using the vSphere Client (GUI)
Option 2 : Using the Command Line Interface (CLI)
If the vSphere Client is unavailable or returning errors, you can leave the domain directly from the vCenter Server appliance CLI:
/opt/likewise/bin/domainjoin-cli query/opt/likewise/bin/domainjoin-cli leaveor specify the domain explicitly:
/opt/likewise/bin/domainjoin-cli leave <DomainName.com>
After running these commands, restart the vCenter Server.