If you configure a NetView Netlog data stream for gathering NetView for z/OS®
message data, you must also configure the NetView message
provider to monitor and forward NetView for z/OS messages to the Log Forwarder. The NetView message provider is defined in the REXX module HBONETV in the
SHBOCLST data set.
About this task
The NetView message provider must be associated with a
NetView autotask and can be run as a long-running command
to get NetView for z/OS messages. The NetView autotask to which you
associate the NetView message provider must have the
following permissions:
- Permission to access and edit the configuration directory for the NetView message provider.
- Permission to issue CZR messages by using the PIPE and
CNMECZFS commands
- Permission to use the LISTVAR and PPI commands
Procedure
To prepare the NetView message provider for
use, complete the following steps:
-
Ensure that the HBONETV module is placed in the DSICLD data set that is defined in the NetView procedure. Also, ensure that the NetView autotask has access to the HBONETV module.
-
In the CNMSTYLE member, specify the following information by using common variables:
Table 1. Information specification
| Information to specify |
How to specify |
Example entry in CNMSTYLE member |
| Indication of whether to start the NetView message
provider in cold or warm start mode |
Specify either of the following values for the COMMON.HBONETV.START
variable:
- C for cold start mode
- W for warm start mode, which is the default mode
|
COMMON.HBONETV.START = W |
| Configuration directory for the NetView message
provider |
For the configuration directory, specify a partitioned data set (PDS) where the Log Forwarder
can store some information to keep track of its progress in reading log data. Specify the data
set as the value of the COMMON.HBONETV.CONFIG.DIR variable.
The default
value is USER.CLIST.
|
COMMON.HBONETV.CONFIG.DIR = USER.CLIST |
| Indication of whether to send the messages to the receiver with domain name or not |
Specify either of the following values for the
COMMON.HBONETV.SENDER.USDOMAIN variable:
- F to send the data to receiver
HBONETVW
- T to send the data to receiver
HBO<Domain
Name>, which is the default option
This variable should work with the Domain Name variable when you configure the NetView data stream. For more information, see NetView Netlog data stream.
|
COMMON.HBONETV.SENDER.USEDOMAIN = F |