EVINIT Command Optional PARM Values - Ironstream_Hub - 1.3.1

Ironstream Hub Installation

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream Hub
Version
1.3.1
Language
English
ContentType
Installation
Product name
Ironstream Hub
Title
Ironstream Hub Installation
Topic type
Installation
First publish date
2022

The EVINIT command has optional PARM values that can be used to take certain actions:

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 the Administration Guide, or use the EVIEW/EVSTATUS PARM('JOBS') OUTPUT(*) command to display jobs that are not running but that are specified as ‘should be running’ in the configuration options.

Examples:

To clear the agent’s internal data queues before starting the EVSBS agent subsystem:

CALL EVIEW/EVINIT PARM(CLEARQ)

To start only the EVSHSTPROC, EVSTCPPROC, and EVTCTLPROC jobs:

CALL EVIEW/EVINIT PARM('EVSHSTPROC EVSTCPPROC EVTCTLPROC')

(Specify individual job names only when the EVSBS subsystem is already running.)