Delete the information of damaged or faulted domains.
You can delete an enabled domain which is in a provisioned state, and has one or more hosts in DELETE_FAILED
state.
Prerequisites
- Remove the infrastructure associated with the domain. For example, management appliances like vCenter, NSX manager, vRLI, vRO, TCA-CP, DVS, Portgroups, Host Folders, Network Folders, DataCenters, Clusters, and ESXi hosts.
- Ensure that there is no active task running in Infrastructure Automation.
Procedure
- Stop the tcf-manager docker container with the command
docker stop tcf-manager
.
- Navigate to /common/lib/docker/volumes/tcf-manager-config/_data/ .
- Open the
In cloud_spec.json
file, remove the entries of the domain as required.
- Open the
cloud_config.json
file, remove the entries of the domain as required.
- Open the
ip_usage.json
file, remove the entries of the domain as required.
- Navigate to /common/lib/docker/volumes/tcf-manager-specs/_data/ .
- Open the certificates folder, remove the certificates of the domain as required.
- Open the csrs folder, remove the csr entries of the domain as required.
- Open the private folder, remove the entries of the domain as required.
- Remove the bringup json file of the required domain.
- Remove the appliance properties files of the required domain if available.
- Stop the tcf-manager docker container with the command
docker start tcf-manager
.