If you want QueryGrid Manager to be accessed by hostnames or IP addresses unknown to it (hostnames and IP address not in the SSL certificate generated when the first QueryGrid Manager starts up), you can add them to the SSL certificate so host verification can be performed.
- Log on to the QueryGrid Manager TMS, VM, or server.
- Open the /etc/opt/teradata/tdqgm/server.properties file.You must have write permission to the files in /etc/opt/teradata/tdqgm.
- Set an aliases property.
- Add the aliases property.
- Add a hostname or IP address.The aliases property can contain a comma separated list of hostnames or IP addresses. For example:
aliases=qgm1.teradata.com,qgm2.teradata.com
- Save the file.
- Restart QueryGrid Manager: service tdqgm restart