|
On Oct 16, 2024, at 6:10 PM, Patrik Schindler <poc@xxxxxxxxxx> wrote:
Hello Evan,
Am 16.10.2024 um 20:31 schrieb Evan Harris <auctionitis@xxxxxxxxx>:
To be fair, the data and events from the IBM i are more complex than a SAN is likely to be IMO.
This has nothing to do with SAN vs. IBM i, or complexity of events and messages. It's just a different approach to essentially the same thing: Generate a log about more or less relevant things happening on a given system.
Syslog historically is a simple mechanism mostly found on UNIX like systems to log arbitrary text sent from any application program either locally to a text file, or to a remote server for further processing. The syslog mechanism just adds a time stamp and optionally the program name, and process ID. Syslog knows facilities and a severity level for easier diversion of categories to separate log files. See https://en.wikipedia.org/wiki/Syslog for further details.
IBM i logging uses central databases to hold predefined texts and optionally can fill variables. There's more to it but I believe that this is well-known in this group. Funnily, Windows NT and onwards uses a similar approach with the Event Logger.
Having to only code the errmsgid and pass some relevant details is much easier than to come up with consistent logging message appearance over many points in the code where log messages are generated. This is an issue especially in background applications with no interactive interface.
IBM has AFAIR just not yet managed to implement code to optionally send (preparsed) QHST entries to a syslog server. Maybe this could be implemented fairly easy with an exit program being called whenever a QHST entry is added? Sending text within a UDP packet is not that hard. Adding comfortable configuration screens is probably the majority of work.
:wq! PoC
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.