error while stoping the data stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ramesh_c
Participant
Posts: 27
Joined: Thu Dec 14, 2006 3:37 am
Location: delhi

error while stoping the data stage

Post by ramesh_c »

hi all,

when i am trying to stop he data stage the fallowing error is coming.we installed data stage in solaris machine.

$ uv -admin -stop

Unable to remove the following shared memory segment(s) during shutdown:

m 2 0xadee7521 --rw-rw-rw- root root 519 536

m 0 0xadec7521 --rw-rw-rw- root root 518 536

Stopping JobMonApp

JobMonApp has not been started from: /export/home0/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.

thanks,
ramesh.
rprasanna28
Participant
Posts: 10
Joined: Fri May 12, 2006 12:31 am

Datastage Engine Stop and Start

Post by rprasanna28 »

Login as Root

Step 1: cd /dsetlsoft/datastage/Ascential/DataStage/DSEngine/

Step2:
ps -ef|grep dsrpcd

Monitor shoould show 2 Enteries

root 1277968 1 0 18:06:35 pts/2 0:00 /dsetlsoft/datastage/Ascential/DataStage/DSEngine/bin/dsrpcd
root 1364202 921618 0 18:06:45 pts/2 0:00 grep dsrpcd

Step3:
./bin/uv -admin -stop

Monitor should show the following activities
Stopping JobMonApp
JobMonApp has been shut down.
DataStage Engine 7.5.2.1 instance "ade" has been brought down.


Step4:
ps -ef|grep dsrpcd (Should show only 1 entry)
root 1474614 921618 0 18:02:55 pts/2 0:00 grep dsrpcd

Step5:
./bin/uv -admin -start (Will show 2 entries)
Starting JobMonApp
JobMonApp has been started.

Step6:
ps -ef|grep dsrpcd

Monitor will again show 2 Enteries

root 1277968 1 0 18:06:35 pts/2 0:00 /dsetlsoft/datastage/Ascential/DataStage/DSEngine/bin/dsrpcd
root 1364202 921618 0 18:06:45 pts/2 0:00 grep dsrpcd
Post Reply