After the IBM i Agent configuration parameters have been customized and distributed to the agents, start the EVSBS subsystem from the IBM i Agent with the command:
CALL EVIEW/EVINIT
Use the WRKACTJOB command to verify that the EVSBS subsystem is active.
Optional PARM values are available for the EVINIT command:
Values |
Description |
---|---|
ALL |
Start all jobs in the subsystem that have been configured. This is the default option. |
CLEARQ |
Clear any buffered messages from the Ironstream message queues before starting the subsystem jobs. |
TEST |
Instead of starting the jobs, EVINIT will display the SBMJOB commands that would be used to start the jobs. This may be useful to verify that the jobs are being started with the desired options. |
VERSION |
Display the version of the installed agent software. |
jobname |
Start specific job(s) in the subsystem. If a job has fallen into a Message Wait status, use ENDJOB OPTION(*IMMED) to stop the individual job, then restart it by specifying the specific process name in the PARM when calling EVINIT. Job names are listed in Appendix C. |