root - installation of Datastage server

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
Prashantoncyber
Participant
Posts: 108
Joined: Wed Jul 28, 2004 7:15 am

root - installation of Datastage server

Post by Prashantoncyber »

Hi all,
After root - installation of Datastage server on Unix -H80 machine , while trying to connect got this error
Failed to connect to host: 10.176.34.40, project: UV
(User name and/or password incorrect (80011))

checked telnet and ping is fine.

while running this commond got this msg
$ bin/uv -admin -stop
/.dshome or DSHOME environment variable is invalid or missing
$ bin/uv -admin -start
/.dshome or DSHOME environment variable is invalid or missing

then ckecked dsenv file which is having below entry
reran dsenv file
DSHOME=/wds/dsadm/Ascential/DataStage/DSEngine; export DSHOME

but when i ran
export DSHOME=/wds/dsadm/Ascential/DataStage/DSEngine
at common prompt , able to stop and start server followed by again failed connection to host issue.

I am wondering what is wrong and and how to set it right.
Searched results could not be worked out.

Pls advice.

thanks
Prashantoncyber
Participant
Posts: 108
Joined: Wed Jul 28, 2004 7:15 am

Post by Prashantoncyber »

After getting unix server re-booted,
while connecting to Datastage Aministrator got this error this time

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

ran below commands
$ ps -ef | grep dsrpc
dsadm 250040 282832 0 15:43:02 pts/0 0:00 grep dsrpc

$ netstat -a | grep dsrpc

returned no result

$ cd `cat /.dshome`
cat: 0652-050 Cannot open /.dshome.
Any suggetion how to resolve?

thanks
Prashantoncyber
Participant
Posts: 108
Joined: Wed Jul 28, 2004 7:15 am

Post by Prashantoncyber »

After all the failed errort........I went for re-installation to resolve this.
thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In your ps command it was clear that dsrpcd was not running. You needed to determine why, either by starting it in debug mode, or checking with netstat for processes bound to its port. Search the forum for details. Reinstallation was probably unnecessary.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply