Post Installation Problem

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
parameswar
Premium Member
Premium Member
Posts: 66
Joined: Sun Apr 08, 2007 12:34 pm

Post Installation Problem

Post by parameswar »

Hi !

I installed datastage without any problem as root user. After Installation I tried to connect through designer, But got the bleow error:

"Failed to connect to host: hpus51, Project UV : (The connection was refused or RPC daemon is not running (81016)) "

Then I tried to stop and start server by following commands.

..\DSEngine\bin\uv -admin -stop

I am getting the message of shutting down :
Stopping JobMonApp
JobMonApp has been shut down.
DataStage Engine 7.5.2.1 instance "ade" has been brought down.

after 2 miniutes I started server ..\DSEngine\bin\uv -admin -start

I am getting only below messages :
DataStage Engine 7.5.2.1 instance "ade" has been brought up.
Starting JobMonApp
JobMonApp has been started.


But when I want to know whether Datastage is running or not by the command,
netstat -a | grep -dsrpc
I am not getting anything. May be this is the reason I am unable to connect from Client.

Your inputs regarding the above issue help us a lot.
Thanks in advance.
PARAMESWAR
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Asked and answered quite a number of times here already. Search for a key portion of your message, say "RPC daemon is not running", for discussions regarding how to debug and determine the problem.

Typically, something has the port it needs in use and thus the 'bind bombs'. Problem is, without debugging turned on, it fails silently.

ps. There's more to shutting down and restarting DataStage than waiting 2 minutes between steps. That should be discussed in the topics you'll find as well.
-craig

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