Operating System - HP-UX
1748104 Members
4470 Online
108758 Solutions
New Discussion юеВ

Re: How to find out HBA details

 
SOLVED
Go to solution
panks
Regular Advisor

How to find out HBA details

how can I find out how many HBA are there in my system. If I see physically it is showing 4 but when I am checking for the software bundle associated with it using swlist command it is showing for 2 only.
FibrChanl-00 B.11.23.03 PCI FibreChannel;Supptd HW=A6795A,A5158A
FibrChanl-01 B.11.23.03 PCI-X FibreChannel;Supptd HW=A6826A,A9782A,A9784A,AB465A

In short how can I check the total no of HBA and software associated with it.

Thanks
7 REPLIES 7

Re: How to find out HBA details

You can use:

ioscan -funC fc

To show fibre channel HBAs in your system.

Altthough actually that will show you FC ports so any cards with 2 FC ports will have 2 entries

HTH

Duncan

I am an HPE Employee
Accept or Kudo
panks
Regular Advisor

Re: How to find out HBA details

Ok that perfectly answer my que of how to find how many cards, now all the four cards are having only a single port. How can I find out the drriver associated with it.
Hasan  Atasoy
Honored Contributor

Re: How to find out HBA details

hi,


fcmsutil /dev/fcd0 vpd


Hasan
panks
Regular Advisor

Re: How to find out HBA details

fcmsutil is not working giving error
Error: This device file does not belong to TD / FCD.
Hasan  Atasoy
Honored Contributor
Solution

Re: How to find out HBA details

change /dev/fcd0 with apropriate device adres that you fpound with
ioscan -funC fc ( /dev/td0 or similar )


Hasan
panks
Regular Advisor

Re: How to find out HBA details

Thanks a lot it helped me to find both hardware as well as software details.
panks
Regular Advisor

Re: How to find out HBA details

thanks