DataStage Engine brought up but don't brought up

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
fmartinsferreira
Participant
Posts: 142
Joined: Wed Mar 24, 2004 10:51 am
Location: Brazil

DataStage Engine brought up but don't brought up

Post by fmartinsferreira »

Hi,

I had to re-start my server!

I think that I used the right way:

1 - Connect with user dsadm
2 - cd /datastage/Ascential/DataStage/DSEngine/bin
3 - ./uv -admin -start
4 - ./dsrpcd

But, when I try to connect from client, I'm getting the follwoing problem:

Code:
Failed to connect to host: dsserver, project: PRD
(User name and/or password incorrect (80011))

I tried user root too, but doesn't work.

I need to use dsadm or root?

Additional informations:

$ ps -ef | grep dsrpc
dsadm 397340 1 0 23:51:33 pts/2 0:00 /datastage/Ascential/DataStage/DSEngine/bin/dsrpcd

$ ps -ef | grep JobMonApp
dsadm 458876 1 0 23:51:38 pts/2 0:00 /datastage/Ascential/DataStage/PXEngine/java/jre/bin/java -classpath /datastage/Ascential/DataStage/PXEngine/java/JobMonApp.jar:/datastage/Ascential/DataStage/PXEngine/java/xerces/xercesImpl.jar:/datastage/Ascential/DataStage/PXEngine/java/xerces/xmlParserAPIs.jar JobMonApp 13400 13401

Regards,

Fernando
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

dsadm 397340 1 0 23:51:33 pts/2 0:00 /datastage/Ascential/DataStage/DSEngine/bin/dsrpcd
Basically dsadm.
Or whatever user been configured to use datastage (which are under dstage group.
Btw, its good title.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is dsrpcd actually running? Use ps -ef | grep dsrpcd | grep -v grep to find out. Ah, yes, you did; I see it at the end of your post. This daemon should be automatically started, as part of starting DataStage; you ought not to have to start it manually. If you do, I believe it's better to be root to do so, even though you've started DataStage as dsadm.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
fmartinsferreira
Participant
Posts: 142
Joined: Wed Mar 24, 2004 10:51 am
Location: Brazil

Post by fmartinsferreira »

ray.wurlod wrote:Is dsrpcd actually running? Use ps -ef | grep dsrpcd | grep -v grep to find out. Ah, yes, you did; I see it at the end of your post. This daemon should be automatically started, as p ...
Yes, dsrpcd is running.

Fernando
drostnu
Participant
Posts: 26
Joined: Tue Jul 18, 2006 4:17 pm

Post by drostnu »

fmartinsferreira wrote:
ray.wurlod wrote:Is dsrpcd actually running? Use ps -ef | grep dsrpcd | grep -v grep to find out. Ah, yes, you did; I see it at the end of your post. This daemon should be automatically started, as p ...
Yes, dsrpcd is running.

Fernando
Hi Fernando, i happen to have the same problem, mins ago, today too.

Please someone give us a hand.

Diego
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Its complaining "User name and/or password incorrect"
If its problem with client, check if you can loging into the UV account from your server.
cd `cat /.dshome`
. ./dsenv
/bin/uv
This should give you the ">" UV prompt.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
fmartinsferreira
Participant
Posts: 142
Joined: Wed Mar 24, 2004 10:51 am
Location: Brazil

Post by fmartinsferreira »

kumar_s wrote:Its complaining "User name and/or password incorrect"
If its problem with client, check if you can loging into the UV account from your server.
cd `cat /.dshome`
. ./dsenv
/bin/uv
This should give you the ">" UV prompt.
I think that there is no problem with my client because I'm able to connect with anothers servers.

Regards,

Fernando
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Did you do a netstat -a|grep dsrpc to see if the listener is there? Can anyone else connect to this instance? If your problem is username/password, did you check to make sure your system booted correctly? If you "had" to restart your server, then it appears this problem could have occurred a long time ago, and only now you see that there's a problem. Are you using a roaming user login system?
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
fmartinsferreira
Participant
Posts: 142
Joined: Wed Mar 24, 2004 10:51 am
Location: Brazil

Post by fmartinsferreira »

kcbland wrote: Did you do a netstat -a|grep dsrpc to see if the listener is there?

yes, and is there.
kcbland wrote: Can anyone else connect to this instance?

No
kcbland wrote: If your problem is username/password, did you check to make sure your system booted correctly?

Second the Unix guy everything was ok.
kcbland wrote: If you "had" to restart your server, then it appears this problem could have occurred a long time ago, and only now you see that there's a problem. Are you using a roaming user login system?
No, I'm not using a roaming user.

Regards,

Fernando
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

I reviewed your first post, any reason the engine didn't start using the /etc/rc2.d/S99ds.rc script at server startup?
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply