Viewing Jobs Outside of Datastage

Archive of postings to DataStageUsers@Oliver.com. This forum intended only as a reference and cannot be posted to.

Moderators: chulett, rschirm

Locked
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Viewing Jobs Outside of Datastage

Post by admin »

Is there any way we can determine if there are any jobs running in Datastage without having the application installed on our PCs? In other words, are there commands which can be done from a regular telnet login to see what Datastage jobs are running, without having to access the Director?
Thanks -



Lindi Reichel
Information Resources and Technology (IRT)
Penn State Milton S. Hershey Medical Center
Academic Support Bldg - A310
P.O. Box 855 Hershey, PA 17033-2903
phone: (717 )531-1568
pager: (717) 213-7417
fax: (717) 531-6785
email: lreichel@psu.edu
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

in your executable directory for datastage server there is a program called dsjob which you can use to interrogate your projects, jobs etc. from the unix command line. There are a whole list of things you can do which are fully documented in the Server Job Developers Guide (Section 15-58 onwards)

Ian

-----Original Message-----
From: Kasia Lewicka [mailto:katarzyna.lewicka@cgey.com]
Sent: Friday, October 19, 2001 15:23
To: datastage-users@oliver.com
Subject: Re: Viewing Jobs Outside of Datastage


ps -ef | grep DSD

Kasia

At 13:46 19/10/2001, you wrote:
>Is there any way we can determine if there are any jobs running in
>Datastage without having the application installed on our PCs? In other
>words, are there commands which can be done from a regular telnet login to
>see what Datastage jobs are running, without having to access the Director?
>Thanks -
>
>
>
>Lindi Reichel
>Information Resources and Technology (IRT)
>Penn State Milton S. Hershey Medical Center
>Academic Support Bldg - A310
>P.O. Box 855 Hershey, PA 17033-2903
>phone: (717 )531-1568
>pager: (717) 213-7417
>fax: (717) 531-6785
>email: lreichel@psu.edu


This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended addressee, you must
not disclose, copy or take any action in reliance of this transmission.

Although this message and its contents have been scanned for viruses and no
viruses were detected, no responsibility whatsoever is accepted by the
Company, or any of its offices or companies for any loss or damage
arising in any way from receipt or use thereof.

If you have received this email in error please delete this message and notify the Polk System Administrator at postmaster@polkglobal.com.
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

ps -ef | grep DSD

Kasia

At 13:46 19/10/2001, you wrote:
>Is there any way we can determine if there are any jobs running in
>Datastage without having the application installed on our PCs? In other
>words, are there commands which can be done from a regular telnet login to
>see what Datastage jobs are running, without having to access the Director?
>Thanks -
>
>
>
>Lindi Reichel
>Information Resources and Technology (IRT)
>Penn State Milton S. Hershey Medical Center
>Academic Support Bldg - A310
>P.O. Box 855 Hershey, PA 17033-2903
>phone: (717 )531-1568
>pager: (717) 213-7417
>fax: (717) 531-6785
>email: lreichel@psu.edu
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

In the DataStage Engine (UniVerse) environment, in the server engine (UV) account, you can, as administrator (superuser) use the command PORT.STATUS. Any process executing DSD.RUN is a DataStage job. Any process executing DSD.StageRun is an active stage, probably a Transformer stage.

In the project account, still in the DataStage Engine environment, you have the DS.TOOLS menu available. Some of the options there include being able to list the processes involved in a job.


-----Original Message-----
From: Lindi Reichel [mailto:lreichel@psu.edu]
Sent: Friday, 19 October 2001 22:46
To: <
Subject: Viewing Jobs Outside of Datastage


Is there any way we can determine if there are any jobs running in Datastage without having the application installed on our PCs? In other words, are there commands which can be done from a regular telnet login to see what Datastage jobs are running, without having to access the Director? Thanks -



Lindi Reichel
Information Resources and Technology (IRT)
Penn State Milton S. Hershey Medical Center
Academic Support Bldg - A310
P.O. Box 855 Hershey, PA 17033-2903
phone: (717 )531-1568
pager: (717) 213-7417
fax: (717) 531-6785
email: lreichel@psu.edu
Locked