Port to be opened on Linux server to connect to DataStage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
yaminids
Premium Member
Premium Member
Posts: 387
Joined: Mon Oct 18, 2004 1:04 pm

Port to be opened on Linux server to connect to DataStage

Post by yaminids »

Hello friends,

Recently our team built a new Linux server with DataStage 7.5.x on it. We are planning to use clients installed on Windows servers to connect to the new server.
The problem is we don't know the port to be opened on the Linux server so as to initiate a client connection. The connection times out even when the server is up and running. I can connect to the server via Putty

Any help would be highly appreciated
Thanks a bunch in advance
Yamini
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Why not just check '/etc/services'? The default port for DataStage is 31538 but I'd suggest you verify there.
-craig

"You can never have too many knives" -- Logan Nine Fingers
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You also need to verify the connection daemon is up and running:

Code: Select all

ps -ef |grep dsrpcd |grep -v grep
Should return one line.
-craig

"You can never have too many knives" -- Logan Nine Fingers
yaminids
Premium Member
Premium Member
Posts: 387
Joined: Mon Oct 18, 2004 1:04 pm

Post by yaminids »

Thanks Craig
I was able to connect to the server after the network team opened the port and firewall
Post Reply