How can I create a secured output queue? (NETIQKB70320)

  • 7770320
  • 21-May-2007
  • 21-May-2007

Resolution

Goal: How can I create a secured output queue?

Goal: How can I create and outque that noone can see the reports in it?

Fact: NetIQ Security Solutions for iSeries 8.0

Fact: PSAudit

Fact: System Auditing and Reporting (SAR)

Fix: To create a secure output queue for security reports, login as QSECOFR or as a user having *ALLOBJ special authorities and run the following commands:

CRTOUTQ OUTQ(QGPL/AUDIT) TEXT('NetIQ/PentaSafe reports') DSPDTA(*OWNER) OPRCTL(*NO) AUTCHK(*OWNER) AUT(*EXCLUDE)

CHGOBJOWN QGPL/AUDIT *OUTQ NEWOWN(QSECOFR)

GRTOBJAUT OBJ(QGPL/AUDIT) OBJTYPE(*OUTQ) AUTL(PSCOMMON)

Now change the default outque for security reports in PSAudit. From PSMENU, use options 1, 1, 7, 1 and change OUTQ to AUDIT.

You can also refer to IBM document at http://www-912.ibm.com/s_dir/slkbase.NSF/0/d2b6760b1d73677386256a3c0047c607?OpenDocument.

Additional Information

Formerly known as NETIQKB70320