Enabling the z/OS Communications Server network management interface
You must configure every z/OS® system where the monitoring agent is running to enable the z/OS Communication Server network management interface for FTP, TN3270, SNA, IPSec, and zERT.
z/OS Communication Server provides a set of network management interface (NMI) APIs that allow network management applications to programmatically obtain data in real time. To enable these interfaces to collect specific data types, you must update your TCP/IP profile and your VTAM® start list.
Enabling FTP and TN3270 monitoring for SMFService
NETMONitor SMFService
MONITORGROUP MONGRP1
AVERAGE
BUCKETS
ENDMONITORGROUP
MONITORMAP MONGRP1 Client_Identifier
where
Client_Identifier is one of the client identifier types supported by
z/OS Communications Server. For more information about
supported client identifiers, see the Client identifier types and definitionstopic in the IBM® z/OS Communications Server: IP Configuration Reference .
No data in FTP and TN3270 workspacestopic in the IBM Tivoli® IBM® Z OMEGAMON® AI for Networks: Troubleshooting Guide.
IPGROUP IPALL 0.0.0.0:0.0.0.0 ENDIPGROUP
MONITORGROUP MONGRP1
AVERAGE
BUCKETS
ENDMONITORGROUP
MONITORMAP MONGRP1 IPALL
Enabling SNA monitoring for SNAMGMT
SNAMGMT=YES
MODIFY
command:
F <vtam_procname>,VTAMOPTS,SNAMGMT=YES
IST097I MODIFY ACCEPTED
IST223I MODIFY COMMAND COMPLETED
IST1925I SOCKET OPENED BY SNAMGMT SERVER SUBTASK
The MODIFY
statement is in effect until you either restart VTAM or issue another MODIFY command to change
this setting.Enabling IPSec monitoring for IPSEC
IPSec is enabled in the TCP profile data set. If your organization is using IP Security, then ensure that this update to the TCP/IP profile data set is already complete.
On each z/OS system where you monitor IP filters and IPSec tunnels, start the IKE daemon and Policy Agent daemon. The NMI for IP filters and IPSec tunnels is available for monitoring agents without updating the TCP/IP profile.
Enabling zERT Summary monitoring for ZERTSummary
NETMONitor ZERTSUMmary
Enabling zERT Policy monitoring for ZERTDetail
NETMONitor ZERTSERVICEBYPOLICY
Related information for NETMONITOR tasks
- See the IBM z/OS Communications Server: IP Configuration Reference for more information about the NETMONITOR statement.
- When the TCP/IP profile is modified, you must stop and start TCP/IP for the changes to take
effect. Note: You can also use the
VARY TCPIP,,OBEYFILE
command to dynamically enable NETMONITOR changes until TCP/IP restarts. See the IBM z/OS Communications Server: IP System Administrator's Commands for information on how to use this command.