RPC daemon is not running (81016)

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
venkatesh pentela
Participant
Posts: 6
Joined: Tue Nov 07, 2006 3:45 am
Location: United States

RPC daemon is not running (81016)

Post by venkatesh pentela »

Hi,
While trying to login to our DS director/designer/manager I'm getting this error:

Failed to connect to host: 10.13.20.238, project: LTRA_PROJ_ETL_04
(The connection was refused or the RPC daemon is not running (81016))

Please revert with ur valuable comments.
DetLion
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

Welcome Aboard!

Check this link
for a similar issue.

There is a search feature in this forum which you can use to get answers to most of your questions.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Login your Unix box using dsadm; cd to $DSHOME/bin; then issue uv -admin -start.
venkatesh pentela
Participant
Posts: 6
Joined: Tue Nov 07, 2006 3:45 am
Location: United States

rather than restarting my server

Post by venkatesh pentela »

lstsaur wrote:Login your Unix box using dsadm; cd to $DSHOME/bin; then issue uv -admin -start.
Thanks for ur reply.But,I'm searching for a solution,rather than restarting my server.
DetLion
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check whether the dsprcd process (DataStage RPC daemon) is running on the server.

Where it is not, it's usually a result of shutting down DataStage then attempting to restart while processes still have port #31538 bound (which can be determined with the netstat command).

You can start dsrpcd in debug mode to prove that this is the problem. Search the forum for the technique.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
arnabdey
Participant
Posts: 50
Joined: Wed Jan 10, 2007 5:56 am

Hi

Post by arnabdey »

Please try out
netstat -a | grep dsrpc
and check the following entry
tcp4 0 0 *.dsrpc *.* LISTEN
ie whether the dsrpc daemon is listening
Arnab
Post Reply