The issue is due to a missing configuration (i.e. the IP address and the hostname of the TMCM server) in the host file.
To resolve this, add the IP address and the hostname of the TMCM server to the host file:
- Open the ../etc/hosts file using the following command:
vi /etc/hosts
- Look for the following entries:
127.0.0.1 localhost
::1 localhost - Add the IP address and the hostname of the TMCM server. For example:
192.168.1.100 %TMCM server hostname%
