RECYCLE (EAS)
Syntax
EAS RECYCLE .-,------. V | >>-MODIFY-- --procname--,--RECYCLE-- --TASK--=--(----taskid-+--)-><
IBM-Defined Synonyms
| Command or Operand | Synonym |
|---|---|
| MODIFY | F |
Purpose of Command
The RECYCLE command stops any Event/Automation Service (E/AS) task that is not already stopped, and then recycles the task.
Note: If
an attempt is made to recycle a task that is already stopped, a warning
console message is issued and the recycle attempt proceeds.
Operand Descriptions
- procname
- Specifies the E/AS job name.
- TASK=taskid
- Specifies the E/AS service tasks to be recycled. The taskid can
have the following values:
- ALERTA
- The alert adapter service task
- ALERTC
- The confirmed alert adapter service task
- MESSAGEA
- The message adapter service task
- MESSAGEC
- The confirmed message adapter service task
- EVENTRCV
- The event receiver service task
- TRAPALRT
- The trap to alert conversion task
- ALRTTRAP
- The alert to trap conversion task
- ALL
- All service tasks
Restrictions
You can specify only one TASK operand for each RECYCLE command. If you want to specify more than one service task, separate each taskid with a comma and enclose the taskids string within parentheses.
Example: Recycling a service task
To recycle
the alert adapter service task for the E/AS job named IHSAEVNT, enter:
F IHSAEVNT,RECYCLE,TASK=ALERTA
Response
The
following response is received:
IHS0118I Alert Adapter task has terminated.
IHS0124I Alert Adapter task initialization complete.
Example: Recycling multiple service tasks
To
recycle the alert adapter and message adapter service tasks for the
E/AS job named IHSAEVNT, enter:
F IHSAEVNT,RECYCLE,TASK=(ALERTA,MESSAGEA)
Response
The
following response is received:
IHS0118I Alert Adapter task has terminated.
IHS0118I Message Adapter task has terminated.
IHS0124I Alert Adapter task initialization complete.
IHS0124I Message Adapter task initialization complete.
