If the OP wants to look on the z/OS side, I can think of three methods.

z/OS console command:

D TCPIP,,NETSTAT,DEVLINKS

D TCPIP,,NETSTAT,ROUTE

D TCPIP,,NETSTAT,HOME

z/OS TSO command:

NETSTAT DEVLINKS

NETSTAT ROUTE

NETSTAT HOME

z/OS UNIX command:

netstat -d

netstat -r

netstat -h

The DEVLINKS / -d lists all the active interfaces, kind of like the ifconfig 
command. But lacks the IP address.

The ROUTE / -d lists the routes, similar to the Linux route command.

The HOME / -h lists the IP addresses and interfaces on z/OS.


Can you ping the z/Linux system from z/OS?

-- 
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * 
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to