Author Topic: Capturing job log files on AIX  (Read 3039 times)

MMoormann

  • Guest
Capturing job log files on AIX
« on: May 22, 2012, 08:58:32 AM »
We have some distributed batch processes running on AIX.  Job log files are created and we would like to capture these job logs into OnDemand.  I'm sure we can do this with the Generic indexer, but I was wondering if anyone knew whether there was another way to do this?  On the mainframe side there is the ARSYSPIN task, which is used to capture JES Spool Data.  New to the multiplatform side of OnDemand and just wondering if there is something similar for Multiplatform Server.

Thanks.

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2230
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Capturing job log files on AIX
« Reply #1 on: May 22, 2012, 11:24:57 AM »
If your index information is in a reliable (aka fixed/permanent) location inside the output you're loading into CMOD, you could build a series of Applications with their own ACIF index parameters to capture that index info.

There is a huge perk to using the generic indexer though -- you can concatenate an entire day's worth of job logs into a single generic index file, and you would reduce overhead for the loads, and improve compression performance.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

demaya

  • Guest
Re: Capturing job log files on AIX
« Reply #2 on: May 23, 2012, 11:29:43 PM »
There is a huge perk to using the generic indexer though -- you can concatenate an entire day's worth of job logs into a single generic index file, and you would reduce overhead for the loads, and improve compression performance.
+ if you got the information (date, name of the job,...) it would be easier to write an generic indexer file and you can include new reports faster. IMHO ;) Others may think different.

Cheers

MMoormann

  • Guest
Re: Capturing job log files on AIX
« Reply #3 on: May 31, 2012, 01:56:04 PM »
Thank you both for your comments.