How to I automatically clear logged TELNET entries in Remote Request Management? (NETIQKB30967)

  • 7730967
  • 02-Feb-2007
  • 08-Sep-2008

Resolution

goal
How to I automatically clear logged TELNET entries in Remote Request Management?

fact
VigilEnt Security Agent for AS/400 5.3/6.3

fact
Remote Request Management (RRM) 6.3

fix

The following instructions are not completely automatic. To fully automate this procedure it is necessary to write a program to determine the date passed to this program.  The process is only valid for PSSecure 6.3. version 6.3 of PSSecure.

  • The program name is 'TS2003R' in library PSCOMMON.
  • It requires one 8 byte parameter for the date to be passed to it.
  • The date should be in the format of 'MMDDCCYY'.
  • The program will delete any entries in the LOG member of the 'TS115TL' file older than the date passed to it.
  • For this program to run, call it from another program that adds 'PSCOMMON' to the library list before it is called and executes an OVRDBF command before the program is run.  The OVRDBF command statement should look like the following:
    • OVRDBF FILE(TS115TL) TOFILE(PSCOMMON/TS115TL) MBR(LOG)


Additional Information

Formerly known as NETIQKB30967