do you have advice to reduce the use of actlog?

You cannot disable any of the server messages from the activity log. You can however disable client messages (ANE*). For example, to disable INFO and WARNING messages (ANE....I and ANE....W), you can issue:
Code:
disable events actlog info,warning nodename=*
More info on what you can enable/disable here: http://www-01.ibm.com/support/knowl...srv.ref.doc/r_cmd_events_disable.html?lang=en

Also, while I might be stating the obvious, if you have repeating error messages, correcting the problem that generates these errors will eliminate those messages.
 
Back
Top