Page 1 of 1

How to Bring Up the DataStage Server in Unix

Posted: Mon Aug 10, 2009 3:38 am
by pksahu
Hi,
We have re-booted the Unix server. Could anyone please help me how to restart the DataStage 8.0 Service to bring DataStage up?

Regards,
Pksahu

Posted: Mon Aug 10, 2009 3:51 am
by ArndW
This should be part of your boot sequence somewhere. The 3 commands required, if done manually, are:

1. /opt/IBM/IIS/WebSphere/AppServer/bin/startServer.sh server1 -username WasAdministratorUserId -password DoubleSecretProbation
2. /opt/IBM/IIS/InformationServer/ASBNode/bin/NodeAgents.sh start
3. cd $DSHOME
4. bin/uv -admin -start

Re: How to Bring Up the DataStage Server in Unix

Posted: Mon Aug 10, 2009 4:05 am
by pksahu
The DataStage Server is started.

Can you please tell me how to know whether the server is running or not?

Also I was trying to Login the DataStage Client by using the Userid and password. It is showing error that ;

"Failed to authenticate the current user against the selected Domain"

I have given the userid/password what we used to login.

Have you any idea what will be the reason..?

Thanks a lot for all the help .

Regards,
Pksau

Posted: Mon Aug 10, 2009 4:08 am
by priyadarshikunal
search for "Failed to authenticate the current user" and you will get what you want.

Posted: Mon Aug 10, 2009 4:11 am
by ArndW
do a "ps -ef | grep Server1" - do you have a process? (If not, then perhaps you used my sample userid/password for was..)
do a "ps -ef | grep rpcd" - do you have a process? Then, finally, check for "ps -ef | grep ASBNode" - you should have 2 processes.

Posted: Mon Aug 10, 2009 6:14 am
by chulett
What?? You mean 'DoubleSecretProbation' isn't everyone's WAS password? :shock:

Posted: Mon Aug 10, 2009 8:09 am
by ArndW
I am now worried that now that I've published secret information I will be placed on double secret probation...

Posted: Mon Aug 10, 2009 5:12 pm
by ray.wurlod
He was misdirecting you deliberately. The actual password is Agent86.
Sorry about that, Chief!

Posted: Mon Aug 10, 2009 7:56 pm
by narayana_382
Check for following services and processes on the unix server before you login to datastage:

Datastage Engine: ps -ef|grep dsrpc
Websphere: ps -ef|grep server1
ASBNode: ps -ef|grep ASB*

or if you want to check all at once, you can do
ps -ef|grep IBM|pg