Environment
NetIQ Security Solutions for iSeries 8.1 and prior
Remote Request Management (RRM)
Situation
DataQueue NW0007Q is created with a maximum size of 16MB by default. In environments that use collection, this can impact the performance of RRM, and should be increased to MAX2GB.
Resolution
Use the following on the iSeries to recreate the DataQueue with the larger setting:
- ADDLIBLE PSCOMMON
-
ENDSBS ZPSSMON *IMMED
-
DLTDTAQ DTAQ(PSCOMMON/NW0007Q)
-
CRTDTAQ DTAQ(PSCOMMON/NW0007Q) MAXLEN(85) SIZE(*MAX2GB) TEXT('(c) 1995-2013 NetIQ Corp., all rights reserved.') AUT(*ALL)
-
CHGOBJOWN OBJ(PSCOMMON/NW0007Q) OBJTYPE(*DTAQ) NEWOWN(PSOBJOWN)
-
GRTOBJAUT OBJ(PSCOMMON/NW0007Q) OBJTYPE(*DTAQ) AUTL(PSCOMMON)
-
GRTOBJAUT OBJ(PSCOMMON/NW0007Q) OBJTYPE(*DTAQ) USER(*PUBLIC) AUT(*AUTL)
Starting with 8.2, this will be done automatically at install/upgrade.
Cause
Prior to 8.2, the default size when creating the DataQueue, was MAX16MB.