Starting An As/400 Adapter After An Ipl; Adding An Autostart Job To Qsyswrk; Changing The As/400 Startup Program - IBM Enterprise Console Manual

Ibm enterprise console adapters guide
Table of Contents

Advertisement

Starting an AS/400 Adapter after an IPL

Two methods can be used to automatically start an AS/400 message adapter after
an IPL:
v Adding an autostart job to a job queue
v Modifying the AS/400 start-up program to call the STRTECADP command

Adding an Autostart Job to QSYSWRK

1. Create a CL program that invokes the STRTECADP command, for example:
2. Create a job description that calls the previous program and use QSYSNOMAX
3. Add an auto-start job entry in QSYSWRK using the previous job description:

Changing the AS/400 Startup Program

The system value QSTRUPPGM (start-up program) contains the name of the
program to execute after IPL. This program can be modified to add the starting of
adapters.
1. Retrieve the code in the start-up program:
2. Modify the source:
52
IBM Tivoli Enterprise Console: Adapters Guide
a. Edit a source file member to add CL statements:
b. Enter the following in the source file member. You can have a STRTECADP
command for each adapter you would like to start:
Note: Ensure that TCP/IP service is started on the AS/400 system before
starting a message adapter.
c. Create the program using the previous source member:
as the Job Queue:
This program runs at the start of QSYSWRK subsystem and ends quickly after
doing the STRTECADP command.

Advertisement

Table of Contents
loading

Table of Contents