Table 1. List of Suported Machine Types and Models | |
|
|
7012 | 380, 390, 39H, 397, G30, G40 |
7013 | 580, 58H, 590, 591, 595, 59H, J30, J40, J50 |
7015 | 980, 98B, 98E, 98F, 990, 99E, 99F, 99J, 99K, R20, R21, R24, R30, R40, R50 |
7030 | 3AT, 3BT, 3CT, 397 |
1) List the token ring adapters installed in the system by typing:
lsdev -C | grep 8fa2
The output should look like:
tok0 Available 00-03
Token-Ring High-Performance Adapter (8fa2)
tok1 Available 00-04
Token-Ring High-Performance Adapter (8fa2)
The Auto Token-Ring LANStreamer MC 32 Adapter(s), if present, will be identified as tok0, tok1, ...tok(x).
2) Detach the adapter(s) you want to check using:
ifconfig tr(x) detach
3) In order to read the microcode level information from the adapter, it must be set to "autosense" with:
chdev -l tok(x) -a ring_speed=autosense
4) To refresh and read the VPD, execute the following three commands:
rmdev -l tok(x)
mkdev -l tok(x)
lscfg -l tok(x) -v
Your output should be similar to:
DEVICE LOCATION DESCRIPTION
tok1
00-04
Token-Ring High-Performance Adapter
(8fa2)
Loadable Microcode Level.......WW1AD0
<--- Full Duplex Level (after updating)
Part Number..................................092G8711
<--- Adapter P/N
EC Level.........................................00E43926
Serial Number...............................002567LC
FRU Number.................................060G1593
<--- FRU P/N
Manufacturer................................IBM982
Network Address.........................08005A0CBE27
Displayable Message..................Token-Ring
High-Performance Adapter
(8fa2)
Back to Contents
With the machine powered ON and AIX operational, perform the following steps to install the FLASH code into your adapter.
1) Log in as root
2) Create a directory in /tmp using:
mkdir /tmp/download
3) Change directory to this newly created directory:
cd /tmp/download
4) Download and unpack the files into this directory, being careful
to
follow the RS/6000
microcode download procedure.
5) Change file permissions to allow their execution:
chmod 777 *
6) You are now ready to FLASH the EEPROM in the token ring adapter using the single command:
./load
NOTE: The update utility will automatically "walk the bus" searching all of the adapters installed in the system. It will FLASH them, one by one, until done. Since the utility tests, then flashes the adapter, and tests it again, it is not necessary to verify the adapter microcode level. However, if you would like to do so, follow the instructions in the previous section. The MicroCode level should read WW1AD0.
This concludes the required hardware modification to enable the full duplex function on this adapter. Now you must update your device driver by installing the appropriate APAR for the AIX level you are currently using.
|
|
|
|
|
|
|
|
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In the table above, the Connectivity column specifies the number
of adapters that are allowed in a given MicroChannel bus. The Performance
column is the recommended maximum number of adapters for optimum system
performance in heavy load environments. For machine types 7013 and 7015,
these numbers are shown on a per bus basis because some models have
more than one MicroChannel bus.