Client Automation - All versions.
On Scalability Server when cserver plugin starts its registration process, it sends a message to cmobjectmanager on ITCM Domain asking to do a IP address to name resolution.
cmobjectmanager does the IPAddress to Name resolution and sends the result to cserver plugin.
In TRC_CM_OBJECT_MANAGER*.log following lines appear :
- Configure DNS Server used by ITCM Domain machine to allow the IPAddress to Name resolution.
(Configured DNS revers on ITCM Domain could be seen using ipconfig /all command)
- A temporary solution is to update the file %windir%\system32\drivers\etc\hosts on ITCM Domain Manager by adding lines for Scalability Servers with problem.
Example :
192.168.xxx.xxx JYxxxxxxx
And execute this on the Scalability Server :
cserver register -a
Then when DNS server has been updated, added lines in hosts file could be removed.