Getting error connection refused or rpc daemon not running

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
akash_nitj
Participant
Posts: 27
Joined: Fri Aug 13, 2004 3:36 am
Location: INDIA

Getting error connection refused or rpc daemon not running

Post by akash_nitj »

HI Techies
I am getting the errror The connection was refused or RPC daemon not running. What can be the cause of problem.


Regads
Akash
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The obvious ones.

The DataStage RPC daemon listens on port number 31538 for connection requests from DataStage clients. If this daemon (dsprcd) is not running, there is no way you will be able to connect.

Use

Code: Select all

ps -ef | grep dsrpcd | grep -v grep
to find out.

If dsrpcd is running on the server, then connection refused usually has something to do with network security. For example, the dsrpcservices file might not allow your client machine to connect to DataStage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

If you find out it is not running, and bouncing your server doesn't magically fix it, check this thread for one of several examples on how to start it up in debug mode. This will help identify the problem. Not necessarily the solution, but at least the problem. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply