Wednesday, August 19, 2009

To check HBA FC Information on the System

Incomplete Page Yet to be Completed
Incomplete Page Yet to be Completed
Incomplete Page Yet to be Completed
Incomplete Page Yet to be Completed
Incomplete Page Yet to be Completed

AIX:

This page is a referrence page to get the details of System Adapter (HBA), Fiber-channel Devices configured in the system for me and the people who want to run some stupid commands to check the status of the said devices.

# To get the Machine Model:
> lscfg -vpl sysplanar0 grep -i "Model:"
# To list the FC Adapters
> lsdev -Cc adapter -spci grep fcs
fcs0 Available 05-08 FC Adapter
fcs1 Available 06-08 FC Adapter

# To Check the Current microcode level of FC adapter e.g. for fcs0
> lsmcode -cd fcs0
The current microcode level for fcs0 is 191105.

# To check the Firmware level of the FC e.g. for fcs0
> lscfg -vl fcs0 grep Z9
Device Specific.(Z9)........TS1.91A5

# To check the Driver Name of FC
> lsdev -C -Ftype,name grep -i fcs
df1000fa,fcs0
df1000fa,fcs1

# To check the installed Software
$ lslpp -l grep -i hba
devices.common.IBM.fc.hba-api
5.3.7.0 COMMITTED Common HBA API Library
devices.common.IBM.fc.hba-api
5.3.7.0 COMMITTED Common HBA API Library
$ lslpp -l grep "FC Software"
devices.common.IBM.fc.rte 5.3.7.0 COMMITTED Common IBM FC Software
5.3.0.60 COMMITTED Common IBM FC Software



# To get the WWN of FC: e.g. fcs0
lscfg -vl fcs0 grep Z8

Referrences for AIX man page(s) : lsmcode , lscfg , lsdev , lslpp

HPUX

To check the existing FS Adapter/Driver:
# ioscan -kfnC fc
There is a utility available to get the details for FC HBA under : /opt/fcms/bin/fcmsutils
Referrence for HP man pages : fcmsutil

Incomplete Page Yet to be Completed

No comments:

Post a Comment