Operating System - HP-UX
1752782 Members
6773 Online
108789 Solutions
New Discussion юеВ

How do I identify the driver being used for my HBA

 
SOLVED
Go to solution
Ken Englander
Regular Advisor

How do I identify the driver being used for my HBA

I am running HP-UX 11i v2. I need to determine if I am using the Tachyon driver because of the Warning on patch PHKL_36745.

How do I do that?

Thanks!
7 REPLIES 7
Jaime Bolanos Rojas.
Honored Contributor

Re: How do I identify the driver being used for my HBA

Hi Ken,

You could use something like this:

fcmsutil /dev/td0

Regards,

Jaime.
Work hard when the need comes out.
Ken Englander
Regular Advisor

Re: How do I identify the driver being used for my HBA

When I do that exactly I get "Error: Could not open device file.: No such file or directory". Does that mean if I was using it I would have lines with "td" in them in the output from ioscan -f? Generally I am used to seeing fc/fcd for our HBAs.
Jaime Bolanos Rojas.
Honored Contributor
Solution

Re: How do I identify the driver being used for my HBA

Hi Ken,

Sorry, please run this command to see what you have:

ioscan -fnC fc

And the substitude accordingly.

Regards,

Jaime.
Work hard when the need comes out.
Ken Englander
Regular Advisor

Re: How do I identify the driver being used for my HBA

I guess it should be obvious, but am I right in guessing the driver name will identify itself as ...Tachyon... in the "Driver Version" item output from fcmsutil?
Torsten.
Acclaimed Contributor

Re: How do I identify the driver being used for my HBA

If you don't show the output, who should tell?

See what I get:

# fcmsutil /dev/fcd0 vpd
V I T A L P R O D U C T D A T A
--------- ------------- -------

Product Description : HP PCI-X 2.0 4Gb Fibre Channel HBA

Part number : AB378-60101
...


# fcmsutil /dev/fcd0
...
Driver Version = @(#) libfcd.a HP Fibre Channel ISP 23xx & 24xx Driver B.11.23.08.02
/ux/core/isu/FCD/kern/src/common/wsio/fcd_init.c:Sep 24 2007,00:39:23


So driver version is printed above.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
R.K. #
Honored Contributor

Re: How do I identify the driver being used for my HBA

Hi Ken,

>Error: Could not open device file..
Hope you have tried "insf -eC fc"

R.K.
Don't fix what ain't broke
Ken Englander
Regular Advisor

Re: How do I identify the driver being used for my HBA

R.K.# - The problem was that I used "/dev/td0" in my fcmsutil command as specified by Jaime and that is not present on my system. Thanks for the input.

Jaime and Torsten - thanks - that is what I needed.