Regarding uv -admin -stop

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

Moderators: chulett, rschirm, roy

Post Reply
arun_kumar
Participant
Posts: 58
Joined: Thu Feb 15, 2007 3:42 pm

Regarding uv -admin -stop

Post by arun_kumar »

Hi all,

I am getting this bellow problem.Please Educate me regarding this issue.


$ uv -admin -stop
Unable to remove the following shared memory segment(s) during shutdown:
m 38797314 0xadec7521 --rw-rw-rw- root system 512014 643084
m 277872651 0xadee7521 --rw-rw-rw- root system 430192 643084
Stopping JobMonApp
JobMonApp has not been started from: /home/dsadm/Ascential/DataStage/PXEngine
2 error(s) encountered during shutdown procedure.
DataStage Engine 7.5.2.1 instance "ade" may be in an inconsistent state.


Thanx in advance.
Arunkumar..
JoshGeorge
Participant
Posts: 612
Joined: Thu May 03, 2007 4:59 am
Location: Melbourne

Post by JoshGeorge »

Got to do with the ID you used. Pls. do an exact search on 'shared memory segment'.
Joshy George
<a href="http://www.linkedin.com/in/joshygeorge1" ><img src="http://www.linkedin.com/img/webpromo/bt ... _80x15.gif" width="80" height="15" border="0"></a>
arun_kumar
Participant
Posts: 58
Joined: Thu Feb 15, 2007 3:42 pm

Regarding uv -admin -stop

Post by arun_kumar »

JoshGeorge wrote:Got to do with the ID you used. Pls. do an exact search on 'shared memory segment'.

Hi all,


1)Actually i tried to reslove locks,How to find which processid is having lock.
2)For that i had used clear statatics,cleanup resources.in that i logout all.
releseALL
After that i am not able to see my jobs in repositary both oldjobs,Newly created jobs

After that i had stoped my dsengine.

uv -admin -stop

Right now i am getting this problem.

Please educate me regarding this issue.

Thanx in advance.
Arunkumar..
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

UNIX

Post by ray.wurlod »

This is not about locks; it is about shared memory.

An ipcs -m command will show the shared memory segments in use; any with a key beginning 0xade are DataStage shared memory segments. It will also show that the permissions on them are tight (rw-------) so that you must shut down DataStage using the same login ID that was used to start DataStage (and is therefore the owner of those shared memory segments).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply