- Download the attached vcf-domain-manager-3.9.1-16091008.noarch.rpm file.
- Using a file transfer utility, like WInSCP, copy the file to the /tmp directory on the SDDC Manager VM.
- SSH to the SDDC Manager and switch to root by running command "su -"
- Update domain manager service by running the following command
rpm -Uvh vcf-domain-manager-3.9.1-16091008.noarch.rpm
- Run following command to verify that the Domain Manager service was updated:
curl http://localhost/domainmanager/about
- Run the command below to add an alias to /opt/vmware/vcf/lcm/lcm-app/conf/VersionAlias.yml
curl 'https://<sddc-manager-hostname>/v1/system/settings/version-aliases/DOMAIN_MANAGER/3.9.1-RELEASE-15345723' -k -X PUT -H 'Content-Type: application/json' -H 'Accept: application/json' -u 'admin:<password>' -d '{"aliases" : [ "3.9.1-RELEASE-16091008" ], "forceUpdate" : true}'