BookmarkSubscribeRSS Feed
Manny3
Obsidian | Level 7

Hi, 

I am willing to create a Dashboard in which I need to capture the Job running status of Batch Jobs?

 

In our setup we have IBM process Manager to check the flow, but I am not sure if we can read its back end data in a table format.

Please guide..

 

Regards,

Manny.

2 REPLIES 2
jklaverstijn
Rhodochrosite | Level 12

Hi Manny,

 

I have done some work on reading in some of the process manager and lsf status files. These are event based so you would have to do some work to transform a series of events to a current state. The files I found interesting and still comprehensible are $LSFTOP/work/dna_cluster/logdir/lsb.events, $LSFTOP/work/dna_cluster/logdir/lsb.acct and $JSTOP/work/history/history.log. They are all easy prey for a datastep. 

 

IBM has documented them in their knowledge center:
https://www.ibm.com/support/knowledgecenter/en/SSWRJV_10.1.0/lsf_config_ref/lsb.events.5.html

https://www.ibm.com/support/knowledgecenter/en/SSWRJV_10.1.0/lsf_config_ref/lsb.acct.5.html

 

A more ready made approach would be to use the EOM DI Monitor. This is a web application that helps you monitor the SAS batch jobs in LSF. This is an open source development by EOM. Get in touch with Bart Heinsius for details. We use it to great satisfaction.

 

Hope this helps,

-- Jan

Resa
Pyrite | Level 9

Hi @Manny3,

I read in the reply by @jklaverstijn that he mentioned the EOM Job Monitor.

If you would like to read up on this you will find more information on github.

 

To get an impression, there is a video (of an earlier version of the product) on YouTube.

 

Kind regards,

--Resa

 

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 789 views
  • 3 likes
  • 3 in conversation