Page 1 of 3

DS Server is running but showing Not Running.

Posted: Fri Jun 24, 2011 11:13 pm
by rohitagarwal15
when i type ps -ef|grep dsrpc it shows dsrpc daemon as running but when i go to Datastage engine path and type command ./uv -admin -info it shows DSEngine status as Not Running..
can anyone help me on this ???

Posted: Sun Jun 26, 2011 5:26 am
by pandeesh
Are you sure that it's already running?

if yes, then run " uv -admin -start "

If the engine is already running, then it won't start and it will tell it's already running.

Posted: Sun Jun 26, 2011 2:51 pm
by ray.wurlod
Do you have multiple versions of DataStage running on this server?

Posted: Sun Jun 26, 2011 11:16 pm
by rohitagarwal15
No we have single version installed on the same server. :(

Posted: Sun Jun 26, 2011 11:47 pm
by pandeesh
Can you post the output of ps -ef|grep dsrpc ?

Posted: Mon Jun 27, 2011 12:16 am
by rohitagarwal15
bash-2.04$ ps -ef|grep dsrpc
root 225502 1 0 Jun 24 - 0:00 /datafs6/DS8.1/IBM/InformationServer/Server/DSEngine/bin/dsrpcd
dsadm 1404954 602384 0 11:58:22 pts/0 0:00 grep dsrpc


bash-2.04$ ./uv -admin -info

ipcs: 0515-001 No valid name list found in /unix.
ipcs: 0515-001 No valid name list found in /unix.

Details for DataStage Engine release 8.1.0.0 instance "ade"
===============================================================================
Install history : Installed by root (admin:dsadm) on: Tue Jul 06 18:55:55 GMT+
Instance tag : ade
Engine status : Not running
Engine location : /datafs6/DS8.1/IBM/InformationServer/Server/DSEngine
Binary location : /datafs6/DS8.1/IBM/InformationServer/Server/DSEngine/bin
Impersonation : Unknown
Administrator : dsadm
Autostart mode : enabled
Autostart link(s) : /etc/ds.rc
Startup script : /datafs6/DS8.1/IBM/InformationServer/Server/DSEngine/sample/

Posted: Mon Jun 27, 2011 1:04 am
by pandeesh
Have you tried stopping and restarting?

Posted: Mon Jun 27, 2011 1:14 am
by rohitagarwal15
I have done restarting DS Services 3 times and again same issue is coming..

Posted: Mon Jun 27, 2011 1:20 am
by pandeesh
rohitagarwal15 wrote:I have done restarting DS Services 3 times and again same issue is coming..
few weeks back, we faced an issue like this .But in that case , it throwed RPC daeman not running error. After that we stopped the entire unix server and started .After that it worked.

If it's possible, you can try with restarting unix server.

Posted: Mon Jun 27, 2011 1:33 am
by rohitagarwal15
But i did'nt understand why this type of issue is coming as it is not giving any error in executing the jobs and in opening the clients also.
Even i have restarted whole DS services including WAS, ASBnodes, ASBAgent and DS but still this thing is coming.

Posted: Mon Jun 27, 2011 1:39 am
by pandeesh
rohitagarwal15 wrote:But i did'nt understand why this type of issue is coming as it is not giving any error in executing the jobs and in opening the clients also.
Even i have restarted whole DS services including WAS, ASBnodes, ASBAgent and DS but still this thing is coming.
Better open a ticket with your support provider :o

Posted: Mon Jun 27, 2011 2:39 am
by ray.wurlod
So what you're saying is that the uv -admin -info command was giving the wrong result when DataStage Engine is running? Did you source the dsenv script before running the command?

Posted: Mon Jun 27, 2011 3:17 am
by rohitagarwal15
Yes i execute . ./dsenv then only i fired the command ./uv -admin -info

Posted: Mon Jun 27, 2011 8:47 pm
by Etler21
Also check what is the status of your port..i think you will also require port cleanup and then recycle the engine.

Posted: Mon Jun 27, 2011 8:58 pm
by pandeesh
Etler21 wrote:Also check what is the status of your port..i think you will also require port cleanup and then recycle the engine.
how to check the status of port?

Are you telling about port 31538?