0

Is there a way to show specific job's log message events using their event ID's?

For example, you can:

./dsjob -lognewest Project Job

And it will give you the latest Event ID - for example:

Newest id = 3270

You can limit the extracted Event ID's messages with:

./dsjob -logsum -max 30 Project Job

How can I show only the messages of Event ID's between N and N ID?

If not - is there a way to check how many times one job run on a specific date?

Xtigyro
  • 391
  • 2
  • 5
  • 13
  • No - as far as I know - but you could do some post-processing using grep etc. – MichaelTiefenbacher Aug 11 '17 at 11:16
  • @MichaelTiefenbacher: Thanks, Michael! I've updated my question - if not - is there a way to check how many times one job run on a specific date? – Xtigyro Aug 11 '17 at 11:36
  • This is a easy thing using an alternative interface. I suggest you check out DSODB this is a data model in a DB that allows to get lots of operational meta data (SQL). – MichaelTiefenbacher Aug 11 '17 at 11:47
  • @MichaelTiefenbacher: Thanks, Michael - an exemplary SQL query would be appreciated. – Xtigyro Aug 11 '17 at 15:06
  • Check out the documentation here https://www.ibm.com/support/knowledgecenter/en/SSZJPZ_11.5.0/com.ibm.swg.im.iis.ds.monitor.doc/topics/queryodb.html – MichaelTiefenbacher Aug 11 '17 at 16:34
  • @MichaelTiefenbacher Thanks! I know this - regrettably, we still use ver. 8.5 which does not support such queries - in this useful way, I mean. – Xtigyro Aug 11 '17 at 19:07

0 Answers0