Updating NetView/390 datasets - ironstream_for_servicenow_event_mgmt - 7.4

Ironstream for ServiceNow® Event Management for IBM Z Installation

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream for ServiceNow® Event Management
Version
7.4
Language
English
Content type
Installation
Product name
lronstream for ServiceNow® Event Management for IBM Z
Title
Ironstream for ServiceNow® Event Management for IBM Z Installation
Copyright
2022
First publish date
2007
Last updated
2023-09-04
Published on
2023-09-04T17:10:40.523800

Next, update the NetView/390 datasets and the initial command list.

Note: If you use the CNMSTYLE member of DSIPARM for your customization of NetView, use the “Updating CNMSTYLE” section, and skip the “Updating DSIDMN” and “Updating the Initial Command List” sections.

Updating CNMSTYLE

Update the CNMSTYLE member of DSIPARM as follows:

  1. In the section defining autotasks, add this line:

    AUTOTASK.EVOAUTO1.Console = *NONE*

  2. In the section defining optional tasks, add these lines:

    TASK.NTIPPI.MOD=NTIPPI

    TASK.NTIPPI.PRI=8
    TASK.NTIPPI.INIT=Y
  3. 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:

  1. 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

  2. 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

AUTH MSGRECVR=NO,CTL=GLOBAL
END

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.