The cu type 3172 is a defined
The device designation in this example, eth0, may appear strange to experienced UNIX users, who will want to write something like /dev/eth0. However, eth0 worked on our ThinkPad/EFS; furthermore, Linux does not appear to define names like /dev/eth0 or /dev/net0.
An additional parameter may be required for a LAN definition. A “real” 3172 unit may have up to four adapters. These are numbered
R10A3088: cu 3172
options ‘adapternumber=1’ interface local(1) device(00) 3172 eth0 device(01) 3172 OFFLINE
end R10A3088
This emulates the “real” 3172 adapter number 1. This is not related to the actual LAN adapter number in your ThinkPad. The actual Netfinity LAN adapter that is used is specified by the device parameter.
You can share a LAN adapter between Linux and OS/390 TCP/IPs. In order to do this, you need to specify the IP address to be used by OS/390, as a parameter in the resource definition. (You should specify the same address in your OS/390 TCP/IP parameters.) For example,
R10A3088: cu 3172
options ‘ipaddress=9.12.17.211’ interface local(1) device(00) 3172 eth0 device(01) 3172 OFFLINE
end R10A3088
Using this example, the single Ethernet adapter in our ThinkPad/EFS machine appears as IP address 9.12.17.210 (defined when we installed Linux) and 9.12.17.211 (when we start
Cloned devices
The
5The same situation exists with a P/390 or MP3000 emulated I/O LAN adapter. It is known as the MPTS number in these cases.
80S/390 PID: ThinkPad Enabled for S/390