with Tags:
errpt
X

Version 2 of script to show recent Error Report entries on AIX
This is an update to my previous post on a Script to show recent Error Report (errpt) entries on AIX Anthony and Dan had some good suggestions such as being able to specify the interval to go back in days instead of just minutes, and also having an option to just have the script show error report entries since the last time the script was run. So below is version two of this script. The changes are: You can specify the interval to show error report entries in by either specifying a number by... [More]
Tags:  perl errpt aix script |
Script to show recent Error Report (errpt) entries on AIX
Update 10/24/13: See also Version 2 of script to show recent Error Report entries on AIX Here is a script that will show you recent Error Report (errpt) entries on AIX. As an argument to the script you specify the number of minutes you want to go back, and the script will only show errpt entries that have occurred within that many minutes from now. This can be helpful as a standalone utility, or as part of a monitoring script that would automatically notify... [More]
Tags:  scripting script errpt aix perl |