In VCF 9.1, it is not possible to rename or change the Fully Qualified Domain Name (FQDN) of VCF Management services (such as the License Service or Identity Broker) once they have been deployed. If an incorrect FQDN was provided during deployment, the components must be removed and redeployed with the correct values.
VCF Operations 9.1
Renaming of deployed management service components is not supported. This requires a manual cleanup and fresh redeployment.
Follow these steps to remove the affected components and redeploy them with the correct FQDNs. Ensure a full backup of all management nodes is completed before proceeding.
python cleanup_component.py list vsp-component --fleet-fqdn <FLEET_FQDN> --vcf-services-runtime-fqdn <VSP_FQDN> --vcf-services-runtime-username admin
python cleanup_component.py delete vsp-component --component-id <COMPONENT_ID> --fleet-fqdn <FLEET_FQDN> --vcf-services-runtime-fqdn <VSP_FQDN> --vcf-services-runtime-username admin