Two Listeners for port 31538

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Vinodanand
Premium Member
Premium Member
Posts: 112
Joined: Mon Jul 11, 2005 7:54 am

Two Listeners for port 31538

Post by Vinodanand »

Hi ,
We connect to Data Stage through tunnel using port 31538 and F-secure client or directly by specifying the host name.

This was the same way we used to connect with server.After upgrading to parallel we are facing issues where all of a sudden we see two listeners for the same port 31538 as shown below.

Any help on why we are having this issue would be appreciated.

Code: Select all

tcp        0      0  10.128.189.11.31538    10.191.42.187.3084      CLOSE_WAIT
tcp        0    172  127.0.0.1.52511        127.0.0.1.31538         ESTABLISHED
tcp        0      0  10.128.189.11.31538    10.191.47.114.4901      CLOSE_WAIT
tcp      172      0  127.0.0.1.31538        127.0.0.1.52510         ESTABLISHED
tcp        0      0  10.128.189.11.31538    10.191.34.140.3937      CLOSE_WAIT
tcp      172      0  127.0.0.1.31538        127.0.0.1.52511         ESTABLISHED
tcp        0      0  127.0.0.1.31538        127.0.0.1.53391         CLOSE_WAIT
tcp        0      0  127.0.0.1.31538        *.*                     LISTEN
tcp        0      0  10.128.189.11.31538    10.191.42.187.3106      CLOSE_WAIT
tcp      172      0  127.0.0.1.31538        127.0.0.1.52513         ESTABLISHED
tcp        0      0  10.128.189.11.31538    10.191.35.108.1038      CLOSE_WAIT
tcp        0      0  127.0.0.1.52516        127.0.0.1.31538         ESTABLISHED
tcp        0      0  *.31538                *.*                     LISTEN
Thanks,
Vinod
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Has someone specifically started an instance of dsrpcd intended to listen only to localhost (127.0.0.1)? If so, why?

Or it may have something to do with your specific tunnelling protocol - you'd have to ask your support provider about that.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Vinodanand
Premium Member
Premium Member
Posts: 112
Joined: Mon Jul 11, 2005 7:54 am

Post by Vinodanand »

ray.wurlod wrote:Has someone specifically started an instance of dsrpcd intended to listen only to localhost (127.0.0.1)? If so, why?

Or it may have something to do with your specific tunnelling protocol - you'd have to ask your support provider about that.
Thanks ray. I will check that but i am skeptical as the dsrpc can only be started by admin or root .
Vinodanand
Premium Member
Premium Member
Posts: 112
Joined: Mon Jul 11, 2005 7:54 am

Post by Vinodanand »

This issue has been resolved. One of our shell clients F-Secure had remote forwrding set instead of local forwarding which started the second rogue listener process.
Post Reply