Unix process for Datastage

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
vamsi.4a6
Participant
Posts: 334
Joined: Sun Jan 22, 2012 7:06 am
Contact:

Unix process for Datastage

Post by vamsi.4a6 »

In Unix we have various process related to datastage as below.

1. ps -ef |grep dsrpc
2. ps -ef |grep slave
3. ps -ef |grep JobMon
4. ps -ef |grep dscs
5. ps -ef | grep phantom
6. ps -ef | grep osh
7. ps -ef | grep dsapi

Is there any manual or link which will give information about these process(dsrpc,slave,JobMon etc) like when the process will be started,which process are related to DataStage client connections, Job processes etc
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

http://www.dsxchange.com springs to mind! :wink:

Otherwise there's no single link or manual of which I'm aware; you will need to trawl through Information Center and developerWorks articles to gather all of the information you seek.

And, if you're on version 8.7 or later and using the DataStage Operations Console, there are even more processes than appear in your list.
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