- SSH to the SDDC Manager appliance as the vcf user.
- Switch to the root user by issuing the su - command.
- Open /opt/vmware/vcf/commonsvcs/conf/application.properties with a text editor and change the value for vra.mssql.port to the desired port number for your vRealize Automation IaaS database server.
For Example:
vra.mssql.port=10433
Note: For VMware Cloud Foundation 3.7.2 and onwards, the file path is opt/vmware/vcf/commonsvcs/conf/application-prod.properties
Note: If this entry does not exist, add it to the end of the file with the appropriate port specified.
- Restart the Common Services by issuing the following command:
systemctl restart commonsvcs
- Login into the SDDC Manager UI and start the vRealize Automation deployment from Administration > vRealize Suite.
Note: After this change, the vRA validation will show a warning about unsuccessful MSSQL authentication. However, this can ignore it and proceed with the deployment.