是否有任何linux命令或java代码来查找Mainfrane计算机的MAC地址?我尝试过从OMVS区域执行'ifconfig‘命令,但它不起作用。任何帮助都将不胜感激。提前谢谢。
发布于 2017-03-07 22:21:19
我真的不能说我知道,我有有限的主机技能。
但是,通过一些IBM搜索,我发现了以下内容:
使用DISPLAY、OSAINFO命令检索active IPAQENET和IPAQENET6接口的信息。
2.2.0/com.ibm.zos.v2r2.halu101/dosainfo.htm
请看第236页:
Diagnostic TCP/IP commands Commands used to display TCP/IP and network
information include NETSTAT, PING, and TRACERTE. The following
commands can be issued from an ISPF/TSO session. By omitting the TSO
prefix, the same commands can be entered at a UNIX System Services
prompt. However, the command must be in lower case. The UNIX command
options for Netstat are shown in parentheses.
TSO NETSTAT ROUTE
Displays routing information (-r).
TSO NETSTAT HOME
Displays the home IP addresses for the IP stack (-h).
TSO NETSTAT DEV
Displays the device status for the defined network interfaces (-d).
TSO NETSTAT STATS
Displays performance statistics (-S).
TSO NETSTAT VIPADCFG
Displays dynamic VIPA configuration data (-F).
TSO NETSTAT SOCKETS
Displays sockets based on client name (-s).
TCP/IP connections (-c)
Displays information for all TCP/IP connections (-c).在book.pdf中
https://stackoverflow.com/questions/42659202
复制相似问题