Page 1 of 1

DataStage Engine brought up but don't brought up

Posted: Thu Mar 01, 2007 11:32 pm
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

Posted: Fri Mar 02, 2007 2:29 am
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.

Posted: Fri Mar 02, 2007 4:52 am
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.

Posted: Fri Mar 02, 2007 8:32 am
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

Posted: Fri Mar 02, 2007 10:38 am
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

Posted: Fri Mar 02, 2007 8:22 pm
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.

Posted: Mon Mar 05, 2007 9:15 am
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

Posted: Mon Mar 05, 2007 9:39 am
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?

Posted: Mon Mar 05, 2007 1:17 pm
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

Posted: Mon Mar 05, 2007 1:30 pm
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?