× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Joe Pluta wrote:

So, we have to at least assume that we're working with a system where people
are aware of the difference between a beach ball and a biohazard, and that
they take the appropriate precautions.

That being the case, though, here's a question: if someone were to use one
of the program creation APIs, or if they were to change the CPP for a
command, how much of that information is caught in the various audit
journals?

Auditing capabilities are _very_ good on iSeries. It takes some serious research to find ways around it (when ways can be found at all.)

Of course, audit journal receivers can grow at extremely rapid rates too. It can easily become necessary to automate (and to secure the automation!) the review of receivers to catch questionable actions.

A "questionable action" need not be malicious -- it can simply be a mistake. Even mistakes ought to be caught and fixed.

Auditing provides more than pointing out 'who did what' -- it can also be extremely useful at pointing out who _didn't_ do it. A developer working on critical areas should consider how much protection this gives.


If you're REALLY worried about access to your machine (for example, you are
forced to have contractors working on a production machine), can you crank
up the auditing to capture any bizarre behavior?

Auditing should be active at all times, but it can be tuned.

E.g., a contractor profile might be set to audit pretty much everything done by that profile with the CHGUSRAUD command:

 ==>  chgusraud  usrprf( CONTRACTOR ) objaud( *ALL )  +
         audlvl( *CMD *CREATE *DELETE ... *SYSMGT )

Assuming auditing is active and that there are objects that have been set as OBJAUD( *USRPRF ), then it'd be pretty difficult for much to happen without being securely noted in the audit journal. Audit receivers could be deleted, but that action would itself be logged and difficult to conceal.

Even activating job accounting could add to the tracking that might be done. (That might even be overlooked by someone _deliberately_ deleting audit journal receivers.)

There are a variety of options available. Some of the exit points that Rob has mentioned are good potential examples.

And, of course, since you asked...

<vendor plug>

Products are available. Our Authority Broker helps in both temporarily allowing those pesky contractors sufficient authority and auditing their actions, for example. (Not just contractors, but in-house staff who can't do Task A or Task B without more authority.) And Compliance Monitor can help report audit journal entries from a single system or a large network of AS/400s in a consolidated form.

</vendor plug>

Tom Liotta


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.