Error in /var/log/vmware_vrlcm.log of the Fleet Manager####-##-##T##:##:##.###Z ERROR vrlcm[1278] [pool-3-thread-35] [c.v.v.l.p.c.v.t.BaseConfigureVropsTask] -- address may be invalid <fleetManager fqdn.com>####-##-##T##:##:##.###Z INFO vrlcm[1278] [pool-3-thread-35] [c.v.v.l.d.v.VropsConnector] -- url to connect https://<fleetManager fqdn.com>/casa/authorize
####-##-##T##:##:##.###Z ERROR vrlcm[1278] [pool-3-thread-35] [c.v.v.l.p.c.v.t.BaseConfigureVropsTask] -- address may be invalid <fleetManager fqdn.com>####-##-##T##:##:##.###Z INFO vrlcm[1278] [pool-3-thread-22] [c.v.v.l.d.v.VropsConnector] -- url to connect https://<fleetManage fqdn.com>/casa/authorize
The issue is caused by a failure in the API handshake between management components. Specifically:
DNS Misconfiguration: The DNS search suffix in /etc/resolv.conf was incorrectly set to search ., causing Java-based connection tasks to fail or timeout.
API Handshake Failures: Repeated 401 Unauthorized errors occurred when attempting to clear stale sessions via the CASA (Cluster and Slice Administrator) API, preventing the retrieval of the "Master Config" required for the UI
Correct DNS Search Suffix:
SSH into both the VCF Operations and Fleet Management appliances.
Update the DNS Search Domain from . to your correct enterprise domain (example.com).
Verify the change in /etc/resolv.conf.
Service Restart :
If the UI remains unresponsive , restart the management services on the fleet manager via SSH:
systemctl restart vrlcm
For detailed steps on reconfiguring environment settings, refer to the Broadcom TechDocs: Reconfigure DNS and Domain Search on VCF Operations Fleet Management.