VCF Operations > Fleet Management > Select VCF instance > Binary Management, you will see error "Could not reach the server, possible reason could be network connectivity issue or server going down". Even when attempted to "Sync Now" on same page fails. Looking at "Last attempt failed. View details" it will show as below,systemctl status lcm" shows (auto-restart) (Result: exit-code) as below,Active: activating (auto-restart) (Result: exit-code) since ### ####-##-####:##:##UTC; 18s agoProcess: ###### ExecStart=/opt/vmware/vcf/lcm/lcm-app/bin/lcm (code=exited, status=1/FAILURE)Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'lcm.depot.adapter.remote.v2.rootDir' in value "${lcm.depot.adapter.remote.v2.rootDir}" at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:169) at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:115)cat /opt/vmware/vcf/lcm/lcm-app/conf/application-prod.properties | grep "rootDir" output may show below line,lcm.depot.adapter.remote.rootDir=/<download token>/PRODVMware Cloud Foundation (VCF) 9.x
The lcm.depot.adapter.remote.v2.rootDir parameter has been removed or is missing from /opt/vmware/vcf/lcm/lcm-app/conf/application-prod.properties file. This occurs if application-prod.properties file was edited in past.
To resolve this issue follow through below steps,
cp /opt/vmware/vcf/lcm/lcm-app/conf/application-prod.properties /opt/vmware/vcf/lcm/lcm-app/conf/application-prod.properties.bakvi /opt/vmware/vcf/lcm/lcm-app/conf/application-prod.properties################### LCM DEPOT PROPERTIES ########################lcm.depot.adapter.host=dl.broadcom.comlcm.depot.adapter.port=443
lcm.depot.adapter.remote.rootDir=/<download token>/PROD <--- Line to be removed if exisiting################### LCM DEPOT PROPERTIES ########################lcm.depot.adapter.host=dl.broadcom.comlcm.depot.adapter.port=443
lcm.depot.adapter.remote.v2.rootDir=/PROD <---- Missing Linesystemctl restart lcm