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 smtctl The smtctl command controls the enabling and disabling of processor simultaneous multithreading mode.
Viewed 14881 times since Fri, Jan 18, 2019
AIX Different Commands For Paging Space Administration swap file create
Viewed 7255 times since Thu, Aug 1, 2019
AIX, Monitoring, Networking, Red Hat, Security, System Admin↑ Determining type of system remotely
Viewed 2101 times since Fri, Apr 19, 2019
Useful AIX commands
Viewed 9337 times since Sun, Jun 17, 2018
VIO Server Howto
Viewed 9890 times since Mon, Jun 11, 2018
Removing Failed or Missing Paths
Viewed 2623 times since Wed, May 30, 2018
AIX QHA
Viewed 10934 times since Mon, Jun 3, 2019
AIX 6.1: Extend VG 0516-1714 extendvg 0516-1254 extendvg
Viewed 4374 times since Fri, Jul 6, 2018
List AIX File Systems the Easy Way With the lsvgfs Command
Viewed 1888 times since Thu, Sep 20, 2018
Monitor logfiles and command output on AIX using multitail.
Viewed 2170 times since Thu, Feb 21, 2019