1. How do you restore History logs and audit journals from tape full system backup (e.g. rstobj qsys/qhst* and rstobj qsys/quadjrn)?
2. Can this be stored in a temporary library without effects on the system?
3. How do you read the logs (history and audjrn)?
Thanks!
Software/Hardware used:
ASKED:
April 8, 2010 11:17 PM
UPDATED:
April 12, 2010 4:48 PM
Need to search logs on a specific date for access and changes on a specific library
I wouldn’t expect the QHST* files to have anything useful that is directly related to accessing or changing any common objects. They might be helpful in guiding review of what user profiles were associated with which jobs during a time span.
Your QAUDJRN receivers should be the authoritative source, assuming object access/change auditing is enabled. For database data changes, the database journals would be more specific.
For any journal, the DSPJRN command provides review of journal entries. Parameters provided to the command would vary depending on whether it was an audit or a database journal and on what particular kinds of activities would be sought.
Tom
Thank you Tom. This is very helpful.