60 Display TCP/IP Connections - ironstream_for_servicenow_discovery_1 - 7.5

Ironstream for ServiceNow® Discovery for IBM Z® Administration

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream for ServiceNow® Discovery
Version
7.5
Language
English
Product name
Ironstream for ServiceNow® Discovery for IBM Z®
Title
Ironstream for ServiceNow® Discovery for IBM Z® Administration
First publish date
2007
Last updated
2024-11-18
Published on
2024-11-18T05:02:12.928000
Description Displays "netstat" type information from a mainframe TCP/IP stack.
Parameters

[stack|*][|protocol[,protocol]...][|stat][,stat]...][|verbosity]

where:

stack An 8-character TCP/IP jobname, or "*" for first active stack (default=*)
protocol TCP|UDP|ALL Display TCP only, UDP only, or both (default=ALL)
stat CONN|LISTEN|ALL Display connected or listening ports, or both (default=ALL)
verbosity SHORT|LONG The LONG output requires slightly more processing time to gather the additional information (default=SHORT)
Output

One line for each active port, in the format (depending on the verbosity requested):

SHORT Output:

Protocol | IP Family | Local Address | Local Port | Remote

Address | Remote Port | Bytes Received | Bytes Sent | State

LONG Output:

Protocol | IP Family | Local Address | Local Port | Remote Address | Remote Port | Bytes Received | Bytes Sent | State |Connection Time (seconds) | Idle Time (seconds) | Owning Jobname

Sample Command

ev390hostcmd 46 "60|TCPIP.s390.mysite.com"

ev390hostcmd 46 "60|*|ALL|ALL|LONG.s390.mysite.com"

Sample Output

TCP|IPV4|192.168.0.210 | 6106|192.168.0.174 |64940| 0|5404|ESTABLISH |203|3|EV390V70
TCP|IPV4|192.168.0.210 | 6107|192.168.0.174 |64939| 367|15|ESTABLISH |206|0|EV390V70
TCP|IPV6|::ffff:192.168.0.210| 23|::ffff:192.168.1.128|52017|4949| 159675|ESTABLISH|11866| 160|TN3270
UDP|IPV4|192.168.0.222 |12000|0.0.0.0 | 0| 0|0|UDP|1370650|1370650|VTAM
UDP|IPV4|192.168.0.222 |12004|0.0.0.0 | 0| 0|0|UDP|1370650|1370650|VTAM
TCP|IPV6|:: | 23|:: | 0| 0|0|LISTEN|1371721|2091|TN3270
TCP|IPV6|:: | 21|:: | 0| 0|0|LISTEN|1371713|736247| FTPD1
UDP|IPV4|0.0.0.0 | 111|0.0.0.0 | 0| 0|0|UDP|1370642|1370642|PORTMAP
EOF