<svc-account-name> for esx <esx hostname> already exists" error while deploying VCF 9.0.VCF 9.x
Since the VCF installation was already attempted in the past and the same hosts are being re-used for another attempt, service accounts got created previous still exists in the Hosts and unable to create new one for this new deployment.
The system account can be removed either via the ESXi Host Client or through the CLI.
Option 1: Delete via ESXi Host Client
Reference Image:
Option 2: Delete via CLI
esxcli system account listIf the account is present, remove it using:
esxcli system account remove <vcf-svc-account-name>vcf-svc-account-name> with the actual username displayed in the error message.