Resolution
How do I schedule a 'Baseline Analysis' to run in Batch?
fact
VigilEnt Security Agent for iSeries 5.4/7.0
fact
VigilEnt Security Agent for AS/400 5.3/6.3
fix
Below is an example of how to schedule a batch job to create a Baseline Collection. Be sure to customize it for the type of information to be collected (System Information, DLO, All?) as it would be done from the Baseline F6 "Create Baseline Collection" submittal window.
The Create Baseline Collection (BLCRTCLT) command can be scheduled using the following command:
ADDJOBSCDE JOB(BL.COLLECT) CMD(PSAUDIT/BLCRTCLT SYSINF(Y) DLOINF(Y) USRINF(Y) FILTER(*DFT) SYSNAME(*DFT) JOBQ(*DFT) HOLD(*NO) CLTNAME('Scheduled Collection')) FRQ(*WEEKLY) SCDDATE(*NONE) SCDDAY(*SUN) SCDTIME(190000) RCYACN(*SBMHLD) JOBD(PSAUDIT/BLJOBD) JOBQ(*JOBD) TEXT('Run Baseline Collection')
NOTE: Values for the BLCRTCLT command parameters may be customized as appropriate.