list of background processes in DataStage

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
prabu
Participant
Posts: 146
Joined: Fri Oct 22, 2004 9:12 am

list of background processes in DataStage

Post by prabu »

Could someone please point to me the document which lists the datastage background processes [URL or document reference].

i know ps command will give me an overview

thanks,
prabu
Krazykoolrohit
Charter Member
Charter Member
Posts: 560
Joined: Wed Jul 13, 2005 5:36 am
Location: Ohio

Post by Krazykoolrohit »

what do you mean by datastage backgroud processes?

do you mean the processes run by datastage in the datastage server? I dont think there is any documentation available. keep participating in this forum and you will get a fair knowlegde about the DS architechture.

Try and search this site?
mujeebur
Participant
Posts: 46
Joined: Sun Mar 06, 2005 3:02 pm
Location: Philly,USA

Post by mujeebur »

Try this out:

$ps -ef | grep dsrpcd

Will give you the DS engine path and to know whether DS is running or not.

$ps -ef | grep ds

Will give all the clint's login information

$ps -ef | grep phantom

Will give you current running of Jobs.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: list of background processes in DataStage

Post by ray.wurlod »

prabu wrote:Could someone please point to me the document which lists the datastage background processes [URL or document reference].

i know ps command will give me an overview

thanks,
prabu
It is not officially documented anywhere.
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