Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

check emulex HBA on Pseries.

Status
Not open for further replies.

g1itch

IS-IT--Management
Sep 4, 2002
13
US
does anyone know how to check the status & firmware of an HBA in a pseries server like the p690. thanks
 
Hi,

You would be better to post in the Aix forum for this kind of thing (I think). However, for hardware device management, most of the stuff you should look at is in "smit device"

from a command line ,I'd try something like
"lsdev -Cc adapter" to start with. This should show you what Aix thinks the card is. Sample below:

ssa1 Available 30-70 IBM SSA 160 SerialRAID Adapter (14109100)
sioka0 Available 01-K1-00 Keyboard Adapter
ppa0 Available 01-R1 CHRP IEEE1284 (ECP) Parallel Port Adapter
ent0 Available 20-60 IBM 10/100 Mbps Ethernet PCI Adapter (23100020)


 
You can run the command lsattr -l <Device> -E to find out driver levels and firmware.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top