Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CMS RTA feed ports

Status
Not open for further replies.

LambMan

Technical User
Mar 17, 2005
97
GB
Does anybody know which tcp ports need to be opened up on firewalls for CMS RTA feeds?

Is there a way to specify which ports are used on the CMS for these feeds or are they always on the same port range?

Cheers.
 
Different feeds use different ports, and it looks like it is configurable.

To confirm go to /export/home/pserv and check for any rta directories, for instance rta_iex.

In the rta folder do a 'cat startrta | grep wtmout'. This should tell you which host is using which port on that particular feed.

Ian.
 
On some versions that command will not give an output. In the startrta script, the port will be defined like

$home/rta_iex1 iex 6996 acd1

(In this case 6996)
 
There are default ports that are used, however from what I have read they can be customized on the CMS side.

Remember that CMS is the client and your RTA box/app is the server. So it's the CMS client that is selecting the ports to talk on, not the RTA.

If you have a spare linux box on the same subnet, you can simply fire up tcpdump -s0 -X not port ssh and dst [your rta box ip]

This will show you everthing that is talking to that box and their associated ports.

Your could also do: tcpdump -s0 -X not port ssh and dst [your rta box] and src [your cms ip]

Good luck.

==Zow
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top