UrbanCode Deploy 6.1.3 Define Agent Port
I have an UrbanCode Deploy Linux server 6.1.3, I install an agent in a server production and this server has a firewall, the comunication to the server is through JMS port 7918, but I need to define an specific port in the agent, and this port always be the same:
tcp 0 0 115.120.27.73:33705 115.120.81.39:7918 ESTABLISHED
In the example I need to define the numbers bold. But that port change randomly.
In the agent I try to modify the file /agent-install/conf/agent/installed.properties, adding the next line "-Dcom.urbancode.air.mw.common.Monitor.port=46834 " but it doesn´t work.
Someone has an idea, how I can define this issue?
One answer
I'm not a UCD guy, but a quick look around shows me that there are two processes for the UCD agent - a monitor process and a worker process. You should make sure whether is the monitor process or the worker process which connects to the server. If it's the work process, you may need to change the worker-args.conf (if possible). Note that you are trying to fix a client port, which may not be possible.
Last but not least, UCD questions should be addressed in dW Answers forum.
https://developer.ibm.com/answers/
Last but not least, UCD questions should be addressed in dW Answers forum.
https://developer.ibm.com/answers/