AIX check the HBA status

The P5/6/7 hardware loaded with AIX. How to check the FC HBA status?

This command lists all devices available in AIX system.

#lsdev

Among all devices, look for FC HBA adapter by using below command.

#lsdev –Cc adapter |grep fcs*

If the HBA’s listed with the status “available” then the device is ready for use. If case your HBA device not listed, run the below command and retry.

#cfgmgr

Identify WWPN of HBA

To check the properties of HBA device “fcs0”

#lscfg –vpl fcs0

The parameter named “Network Address” is the WWPN of FC HBA adapter. You need to share WWPN with storage personal for zoning and LUN allocation.

Advanced attributes of HBA

To see advanced attributes or properties of FC HBA adapter use these commands.

#lsattr –El fcs0
#lsattr –El fscsi0
 

FSCSI – This is a virtual device. This means “SCSI” protocol over the FC. For each HBA adapter equivalent FSCSI device created automatically. Above command list the properties of FSCSI device.

HBA connection status

To check the HBA adapter connection status use this command.

#lsattr –El fscsi0 |grep attach
attach       switch       How this adapter is CONNECTED         False

The above output says HBA connected to switch.

#lsattr –El fscsi0 |grep attach
attach       none       How this adapter is CONNECTED         False

The above output confirms HBA link is down.

Attachments
There are no attachments for this article.
Related Articles RSS Feed
AIX, Storage, System Admin↑ Identifying a Disk Bottleneck Using filemon
Viewed 10190 times since Fri, Apr 19, 2019
Backup and Restore With AIX
Viewed 4874 times since Sat, May 19, 2018
How To Mirror VG and Root VG
Viewed 3593 times since Mon, May 21, 2018
AIX, System Admin↑ The chrctcp command
Viewed 3267 times since Fri, Apr 19, 2019
Many Choices for AIX File Integrity
Viewed 2893 times since Wed, May 30, 2018
AIX NFS Version 4 configuration over Kerberos inter-realm setup
Viewed 4364 times since Wed, Jun 27, 2018
Removing Failed or Missing Paths
Viewed 3101 times since Wed, May 30, 2018
Software management in AIX
Viewed 7080 times since Mon, Jun 25, 2018
How to know witch process is running in a particular port on AIX using KDB
Viewed 13012 times since Thu, Nov 29, 2018
AIX: Script to check if all paths are consistent and available
Viewed 3524 times since Tue, Jun 12, 2018