Reputation: 25
I am new to Mainframe concepts and haven't used any IBM Z-series machines before. But now I need to get db2 logs from the Z/OS platform.
I previously collected logs from IBM AS400 using JT400.jar.(will execute remote command and read the output using java). But for Z/OS, I could not find such things from documentations.
So I need to know the possibilities for the following cases.
Even if there are any other possibilities, please mention below. It would be really helpful. Based on the possibilities only I could consider buying a Z/OS mainframe.
Thanks in advance.
Upvotes: 0
Views: 1635
Reputation: 89
If you want to find the log for DB2 go on SDSF type the command below:
da;pre *mstr
Upvotes: 1
Reputation: 11
There are SDSF API(Access through Java) available on the z/OS unix shell. that can help to read the logs(DB2 Master log, System log etc).
Upvotes: 1
Reputation: 3761
In general there are commercial offerings to offload log and metric data from z/OS. Ones that come to mind are:
IBM Common Data Provider
Syncsort IronStream
BMC CorreLog
You could likely pull something of your own together but a better definition of which logs you want to consume would be useful. There are many on z/OS.
Upvotes: 0