How can I calculate the total size of journal receivers? (NETIQKB70314)

  • 7770314
  • 17-May-2007
  • 18-May-2007

Resolution

Goal: How do I calculate the total size of journal receivers?

Goal:  How can I calculate the size of QAUDJRN receivers?

Goal:  How can I calculate the size of PSJRN01 receivers?

Fact: NetIQ Security Solutions for iSeries 8.0

Fix: To calculate the total size of receivers associated with a particular journal, run the following commands:

ADDLIBLE PSAUDIT

CALL DDCL49 (journal  library)

RMVLIBLE PSAUDIT

For example, to calculate the size of receivers for journal QAUDJRN:

ADDLIBLE PSAUDIT

CALL DDCL49 (QAUDJRN QSYS)

RMVLIBLE PSAUDIT

Additional Information

Formerly known as NETIQKB70314