首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >大型机ZOS机的MAC地址

大型机ZOS机的MAC地址
EN

Stack Overflow用户
提问于 2017-03-07 22:03:28
回答 1查看 935关注 0票数 0

是否有任何linux命令或java代码来查找Mainfrane计算机的MAC地址?我尝试过从OMVS区域执行'ifconfig‘命令,但它不起作用。任何帮助都将不胜感激。提前谢谢。

EN

回答 1

Stack Overflow用户

发布于 2017-03-07 22:21:19

我真的不能说我知道,我有有限的主机技能。

但是,通过一些IBM搜索,我发现了以下内容:

使用DISPLAY、OSAINFO命令检索active IPAQENET和IPAQENET6接口的信息。

2.2.0/com.ibm.zos.v2r2.halu101/dosainfo.htm

请看第236页:

代码语言:javascript
复制
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

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/42659202

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档