The IMSS server has one (1) internal and one (1) external NIC. On the Agent.ini file of the server’s Control Manager (TMCM) Agent, the ConfigURL parameter is set to the external IP address.
You manually changed the parameter to the internal IP address and restarted the IMSS server. However, the value of the parameter in the Agent.ini file is reverted to the external IP address.
The value of the ConfigURL parameter in the Agent.ini file always monitors the information recorded on the database. If you change only the setting in the Agent.ini file, it will revert to the previous value because the database entry was not modified.
To set the ConfigURL to a specific NIC:
- Open an ODBC connection to the database server, and then select the IMSS database.
- Execute the following script:
update tb_global_setting set value='https://internal_address:8445/' where name='ConfigUrl';
The "internal_address" refers to the new address that you want to assign to ConfigURL. - Restart the IMSS CMAgent Service.