DS Server is running but showing Not Running.

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

rohitagarwal15
Participant
Posts: 102
Joined: Thu Sep 17, 2009 1:23 am

DS Server is running but showing Not Running.

Post 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 ???
Rohit
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post 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.
pandeeswaran
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you have multiple versions of DataStage running on this server?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rohitagarwal15
Participant
Posts: 102
Joined: Thu Sep 17, 2009 1:23 am

Post by rohitagarwal15 »

No we have single version installed on the same server. :(
Rohit
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

Can you post the output of ps -ef|grep dsrpc ?
pandeeswaran
rohitagarwal15
Participant
Posts: 102
Joined: Thu Sep 17, 2009 1:23 am

Post 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/
Rohit
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

Have you tried stopping and restarting?
pandeeswaran
rohitagarwal15
Participant
Posts: 102
Joined: Thu Sep 17, 2009 1:23 am

Post by rohitagarwal15 »

I have done restarting DS Services 3 times and again same issue is coming..
Rohit
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post 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.
pandeeswaran
rohitagarwal15
Participant
Posts: 102
Joined: Thu Sep 17, 2009 1:23 am

Post 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.
Rohit
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post 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
pandeeswaran
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rohitagarwal15
Participant
Posts: 102
Joined: Thu Sep 17, 2009 1:23 am

Post by rohitagarwal15 »

Yes i execute . ./dsenv then only i fired the command ./uv -admin -info
Rohit
Etler21
Participant
Posts: 52
Joined: Mon Mar 08, 2010 5:51 am

Post by Etler21 »

Also check what is the status of your port..i think you will also require port cleanup and then recycle the engine.
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post 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?
pandeeswaran
Post Reply