/var/log/vrlcm/vmware_vrlcm.log on the Fleet Manager applianceERROR vrlcm[##] [http-nio-8080-exec-##] [c.v.v.l.l.c.EnvironmentController] – Exception while creating Environment : com.vmware.vrealize.lcm.lcops.common.exception.InvalidEnvironmentException: Deployment or Import Blocked: You’ve reached the limit of allowed instances for VCF Operations (maximum: 1). Please check your inventory and remove any existing deployed, failed or draft instance(s) to proceed with the new deployment or import.VCF Operations Fleet Manager can lose connection to VCF Operations when upgrading or if there are network, NTP, or DNS issues present
If DNS entries are missing on the Fleet Manager appliance, follow the steps below to update them, and contact Broadcom Technical Support for assistance in resolving the reported issue, referencing this KB article
Prerequisite: Take an Offline Snapshot
Before making any changes, ensure you take an offline snapshot of the Fleet Management appliance Virtual Machine to prevent potential issues during the update.
Steps to Set DNS Server IP Address
root account.Update DNS Server IPs
Run the following command:
nmctl set-dns dev eth0 dns DNS_Server_1,DNS_Server_2
Note : Replace DNS_Server_1 and DNS_Server_2 with the IP addresses of your primary and secondary DNS servers.
Verification
Check /etc/resolv.conf
Verify that the DNS servers have been updated by running:
cat /etc/resolv.confThis file should list the updated DNS server entries.
Restart Network Name Resolution Service
Apply the DNS changes by restarting the service:
sudo systemctl restart systemd-resolved.serviceThis will restart the service and apply the updated DNS configuration.