Hi Radu,

Here is a list of ports I believe are used by clients to talk to Trafodion,
along with the corresponding resource entries:

Default portConfig fileConfig entryRequiredRangeProtocolComment4200
rest-site.xmltrafodion.rest.portY1RESTTrafodion REST server4201rest-site.xml
trafodion.rest.https.portY1HTTPSTrafodion REST server (HTTPS)23400
dcs-site.xmldcs.master.portYnbinaryStart of Trafodion DCS port range (37800
for older versions)24400dcs-site.xmldcs.master.info.portY1HTTPDCS master
web GUI (40010 for older versions)24410dcs-site.xmldcs.server.info.portYn
HTTPStart of range for DCS server web GUIs (40020 for older versions)50030
mapred-site.xmlmapred.job.tracker.http.addressN1HTTPMapReduce job tracker
web GUI50070hdfs-site.xmldfs.http.addressN1HTTPHDFS namenode web GUI50075
hdfs-site.xmldfs.datanode.http.addressN1HTTPHDFS data node web GUI50090
hdfs-site.xmldfs.secondary.http.addressN1HTTPHDFS secondary namenode web GUI
60010hbase-site.xmlhbase.master.info.portN1HTTPHBase master web GUI60030
hbase-site.xmlhbase.regionserver.info.portN1HTTPHBase region server web GUI

There are two port ranges. 23400 is a range, to allow multiple mxosrvr
processes on each node. Allow a range of a few ports, enough to cover all
the servers per node that are listed in the "servers" file in the DCS
configuration directory. 24410 is a range as well, enough to cover the DCS
servers per node, usually 1 or 2. If you use Trafodion 1.1, then the older
port numbers are 37800 and 40010.

On top of that you would need the ports required by your Hadoop distro, see
here
<http://www.cloudera.com/content/cloudera/en/documentation/archives/cloudera-manager-4/v4-5-4/Configuring-Ports-for-Cloudera-Manager-Enterprise-Edition/cmeecp_topic_4.html>
and here
<https://ambari.apache.org/1.2.5/installing-hadoop-using-ambari/content/reference_chap2_7.html>
.

I took this information from a script to sand-box a development install,
including the major ports used. The script's name is
trafodion/core/sqf/sql/scripts/install_local_hadoop.

Hans

On Wed, Aug 26, 2015 at 12:16 AM, Radu Marias <[email protected]> wrote:

> Hi,
>
> I'm trying to install trafodion on a cluster with firewall configured with
> iptables, so I need to set rules for ports that are to be opened.
>
> From the docs I found that dcs port is *37800* and also here
> https://issues.apache.org/jira/browse/TRAFODION-45 it states:
> *dcs master port changed from 37800 to 23400*
> *dcs master webui changed from 40010 to 24400*
>
> So what is the complete list of ports I need config to be opened.
>
> --
> And in the end, it's not the years in your life that count. It's the life
> in your years.
>

Reply via email to