Which NetIQ subsystems should I add to the iSeries startup program (QSTRUP)? (NETIQKB46686)

  • 7746686
  • 02-Feb-2007
  • 22-Oct-2007

Environment

Fact:  System Access Analysis (SAA)

Fact:  NetIQ Security Solutions for iSeries

Fact:  NetIQ Security Solutions for iSeries 8.0

Fact:  System Auditing and Reporting (SAR) 

Fact:  Data Auditing and Reporting (DAR)

Fact:  Remote Request Management (RRM)

Fact:  Inactive Session Monitor (ISM)

Fact:  VigilEnt Security Agent for iSeries PSDetect

Situation

Goal: Which NetIQ subsystems should I add to the iSeries startup program (QSTRUP)?

Goal: How do I get NetIQ subsystems to start automatically after an IPL?

Resolution

Fix:

NetIQ subsystems start automatically after you IPL your iSeries system if you add the associated command to the startup program.

To start NetIQ subsystems after an IPL:

  1. Determine the startup program used in the startup command.
    1. On the command line, type DSPSYSVAL SYSVAL(QSTRUPPGM) and press Enter.
    2. Retrieve the source of the program in the displayed system value using the RTVCLSRC command. For example, on the command line, type RTVCLSRC PGM(QSYS/QSTRUP) SRCFILE(YOURLIB/YOURFILE)) and press Enter.
  2. Add the command for the subsystem you want to start after an IPL to the startup program source using your source editing tool. See the list of NetIQ subsystems and their associated commands below.

      For the SQL/QRY Monitor add the following:

      /* NETIQ SQL/QRY Monitor */

      PSAUDIT/PSASQLMON ACTION(*START)

  MONMSG MSGID(CPF0000)

 For the Data Auditing and Reporting Monitor add the following:

/* NETIQ Data Auditing and Reporting Monitor */

STRSBS  PSAUDIT/ZDDSBS 

 

MONMSG MSGID(CPF0000)

For System Access Analysis add the following:

 

/* NETIQ System Access Analysis */

 

STRSBS  PSAUDIT/ZALOG 

 

MONMSG MSGID(CPF0000)

 

For Remote Request Management (RRM) add the following:

 

/* NETIQ Remote Request Management */

 

PSCOMMON/PSRRMCMON ACTION(*START)

 

MONMSG MSGID(CPF0000)

 

For the Inactive Session Monitor add the following:

 

/* NETIQ Inactive Session Monitor */

 

STRSBS PSSECURE/ZASBS

 

MONMSG MSGID(CPF0000)

 

For the PSDetect Alert Monitors add the following:

 

/* PSDETECT Alert Monitors */

 

STRSBS  PSDETECT/ZPSD 

 

MONMSG MSGID(CPF0000)

 

For the NetIQ Enterprise Communication Agent (iSeries agent) add the following:

  /* NETIQ iSeries Agent */

  STRSBS PSCOMMON/ZPSE

  MONMSG MSGID(CPF0000)

     3.  Compile the startup program.  

Additional Information

Formerly known as NETIQKB46686