Update compatibility endpoint for VCF 5.1 deployments
book
Article ID: 380880
calendar_today
Updated On:
Products
VMware SDDC Manager
Issue/Introduction
LCM UI has message VVS Compatibility data is stale.
Cause
Compatibility server currently used in VCF 5.1 deployments is being decommissioned.
Resolution
Online VCF Deployments
Execute the script attached to the KB. The script is applicable for both online and offline VCF deployments.
- Download and copy the script to SDDC Manager under "/home/vcf".
- Login to SDDC Manager as 'vcf'
- Login to SDDC Manager as 'root' user.
- Change the script permissions: chmod 771 /home/vcf/replace_vvs_url.py
- Execute the script: python /home/vcf/replace_vvs_url.py
- You can check the lcm logs under /var/log/vmware/vcf/lcm and verify there is no exception connecting to the compatibility endpoint.
Offline VCF Deployments
Manually update the compatibility server endpoint in the location where lcm-tools folder is downloaded.
- Go to the conf folder under the lcm-tools folder.
- Open the application-prod.properties file.
- Search for field "vcf.compatibility.controllers.vvs.api.endpoint".
- If the key value is vvs-staging.esp.vmware.com replace it with vvs.esp.vmware.com
Additional Information
Backup of files application-prod.properties and VmwareCompatibilityData.json will be taken.
Feedback
thumb_up
Yes
thumb_down
No