Next, update the NetView/390 datasets and the initial command list.
Updating CNMSTYLE
Update the CNMSTYLE member of DSIPARM as follows:
- In the section defining autotasks, add this line:
AUTOTASK.EVOAUTO1.Console = *NONE*
- In the section defining optional tasks, add these lines:
TASK.NTIPPI.MOD=NTIPPI
TASK.NTIPPI.PRI=8
TASK.NTIPPI.INIT=Y
- If the DSIEX06 or DSIEX11 exits were assembled in section 'Assembling and linking netView/390 exits' above and are expected to be used, then change the LOADEXIT parameter for the exit(s) from "No" to "Yes".
Updating DSIDMN
Update DSIDMN as follows:
- Define the Ironstream Mainframe Collector optional task.
Add the following definition to a DSIDMN member of your NetView/390 DSIPARM dataset:
TASK MOD=NTIPPI,TSKID=NTIPPI,PRI=8,INT=Y
- Verify that the two NetView/390 tasks, CNMCALRT and CNMCSSIR, are defined:
Define CNMCALRT with INIT=Y.
Define CNMCSSIR with INIT=N. Start CNMCSSIR in the command list CNME1035 during NetView/390 initialization.
These tasks provide command and message forwarding services for VP390.
Updating DSICMD or CNMCMD
Define a command model for the NTIMQS
load module. If you are running a NetView prior to V5R2, add this definition line to the DSICMD
member of your NetView/390 DSIPARM
dataset:
NTIMQS CMDMDL MOD=NTIMQS,RES=N
If you are running NetView V5R2 or later, add the following lines to the CNMCMD member of the NetView/390 DSIPARM
dataset:
CMDDEF.NTIMQS.MOD=NTIMQS
CMDDEF.NTIMQS.RES=N
Updating DSIOPF
Define an additional NetView/390 autotask by adding the following definition to the DSIOPF member of your NetView/390 DSIPARM
dataset:
EVOAUTO1 OPERATOR PASSWORD=PASSWORD
PROFILEN EVOPROF
Although you may change the operator ID (EVOAUTO1
) to conform to your site requirements, it must match the EVOCMD_OPERATOR
configuration parameter on the MID server. For details about Ironstream configuration parameters on the MID server, see the Administration Guide.
You may also change the PROFILEN
name (EVOPROF)
to conform to your site requirements. The profile is defined in DSIPRF
.
Updating DSIPRF
Define a profile for the operator ID by adding a member named EVOPROF
to your NetView/390 DSIPRF
dataset.
Make sure EVOPROF
contains these three lines:
EVOPROF PROFILE
Although you may change the member name to conform to your site requirements, it must match the PROFILEN
statement coded in DSIOPF
.
Updating the Initial Command List
To ensure that the autotask defined in DSIOPF is started each time NetView/390 is brought up, add the following line to your initial command list:
AUTOTASK OPID=EVOAUTO10
The initial command list is identified by the NCCFIC line in DSIDMN.