Unable to Connect

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
kumar_j
Participant
Posts: 45
Joined: Mon Nov 28, 2005 2:43 am

Unable to Connect

Post by kumar_j »

hi all,
. I stoped the Datastage services in bin directory by using
uv -admin -stop, after 30 min i started the services . When i try to connect to the server i am getting the error like "Connection is refused or the RPC daemn is not running "

can any one tel what can be the reason


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

Post by ray.wurlod »

Possibly that the RPC daemon did not start. Did you check? Did you use netstat to determine whether there were still connections active, which will prevent the RPC daemon (dsrpcd) from starting?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
guoyf
Participant
Posts: 4
Joined: Wed Jun 21, 2006 2:23 am

Post by guoyf »

try this command

# netstat -a | grep dsrpc

if u see following that means the dsrpc working well.

tcp4 0 0 *.dsrpc *.* LISTEN

I guess still had connection when u shutdown DS.
Post Reply