How do I schedule the DBALOGPRG command to purge the SFE Audit Log? (NETIQKB42391)

  • 7742391
  • 02-Feb-2007
  • 18-May-2007

Resolution

goal
How do I schedule the DBALOGPRG command to purge the SFE Audit Log?

goal
Is there a file, which can be queried, that contains the audit trail of activities completed by Secure File Editor (SFE)?

fact
Secure File Editor (SFE)

fact
VigilEnt Security Agent for PSSecure 7.5

fact
VigilEnt Security Agent for iSeries 7.5

fact
VigilEnt Security Agent for iSeries

fix

To schedule the DBALOGPRG command to purge the SFE Audit Log daily at 11:55 PM:

  1. Access the command entry screen.
  2. Enter the following command:
    ADDJOBSCDE JOB(DBALOGPRG) CMD(PRGDBALOG FMDT(*CURRENT) TODT(*CURRENT))
    FRQ(*WEEKLY) SCDDATE(*NONE) SCDDAY(*MON *TUE *WED *THU *FRI *SAT *SUN)
    SCDTIME(235500) JOBD(PSCOMMON/PSJOBD)
    TEXT('Purge SFE audit log for current day') 


Additional Information

Formerly known as NETIQKB42391