The Micetro Update Agent is listening by default on port 4603/TCP.
Although the port 4603/TCP is reserved for the Update Agent in the IANA
database, there might be a different software already running on that port.
The TCP port for the updater service can be changed. It must be changed on the
mmupdate service and also on Micetro Central
(mmcentral). All remote servers must listen on the same TCP port
for update messages from Micetro Central. It is not possible to run the Update Agent on
different ports for different servers.
- Stop both services, the Micetro Central service and the remote Update Agent.
- On the machine running the Update Agent, append the following line to the Update
Agent's
preferences.cfgfile (create the file if it does not exist):<Arguments value="-p 12345" />Where
12345is the TCP port number the Update Agent should use. - Start the Update Agent and check that the process in listening on the new port
(using
netstat-naorlsof -i). - On the machine running Micetro Central, append the following line to the Micetro
Central
preferences.cfgfile (create the file if it does not exist):<UpdateAgentPortNumber value="12345" />Where
12345is the TCP port number the Update Agent is using on the remote system(s). - Start Micetro Central.