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
Configuring an AIX client with multiple Kerberos realms
Viewed 9302 times since Mon, Jun 25, 2018
AIX Password expiry /etc/passwd
Viewed 19351 times since Wed, Jul 3, 2019
AIX Encrypted File System
Viewed 6086 times since Tue, Jul 17, 2018
Topics: AIX, System Admin↑ Export and import PuTTY sessions
Viewed 3200 times since Fri, Apr 19, 2019
Changing ’defined’ or ’missing’ hard disk states to ’Available’ in IBM Smart Analytics System for AIX environment
Viewed 2543 times since Thu, Sep 20, 2018
Installation of the Virtual I/O Server directly from the HMC
Viewed 21442 times since Tue, Jun 4, 2019
AIX TCP connection status
Viewed 17219 times since Mon, Jul 29, 2019
AIX Reviewing AIX Error and Boot Logs
Viewed 3179 times since Wed, Mar 20, 2019
bootlist multiple boot logical volume found
Viewed 2856 times since Tue, Apr 16, 2019
Topics: PowerHA / HACMP, Storage Adding a new volume group to an active PowerHA resource group
Viewed 2795 times since Mon, Jun 3, 2019