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
How to setup an user in AIX
Viewed 3123 times since Mon, May 28, 2018
Firmware Assisted Dump sysdump
Viewed 1924 times since Mon, Jul 16, 2018
Problem on resizing volume group on AIX 0516-1714, 0516-792, 0516-787, and 0516-404
Viewed 2527 times since Fri, Jul 6, 2018
AIX -- extending Logical Volumes online
Viewed 2655 times since Tue, Mar 12, 2019
How To Mirror Your Root Disk On AIX (a.k.a. rootvg)
Viewed 5247 times since Mon, May 21, 2018
IBM V7000f Performance Test with Vdbench Tool on IBM AIX
Viewed 15905 times since Thu, Jan 23, 2020
AIX Increase paging space logical volume size
Viewed 2823 times since Tue, Jul 17, 2018
AIX, System Admin Configuring dsh DSH
Viewed 3860 times since Fri, Apr 19, 2019
AIX POWERHA/HACMP: Basic commands
Viewed 5248 times since Sat, Jun 2, 2018
AIX: How to identify the program listening in the given port
Viewed 2358 times since Mon, Jun 11, 2018