1833451 Members
2926 Online
110052 Solutions
New Discussion

Fiber channel driver

 
SOLVED
Go to solution
Chris Fadrowski
Super Advisor

Fiber channel driver

I am looking for a way to find out all the specifics of my HBA's for a new SAN install.

Is there a command that will show me the driver, firmware etc.. for my HBA's?
4 REPLIES 4
Torsten.
Acclaimed Contributor
Solution

Re: Fiber channel driver

do

man fcmsutil

example:

# fcmsutil /dev/fcd0
# fcmsutil /dev/fcd0 vpd

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!   
SUDHAKAR_18
Trusted Contributor

Re: Fiber channel driver

Hello Chris,

#ioscan -fn |grep -i fc
find number of fc cards and fc device id,s(ex: fcd0, fcd1 etc)
#fcmsutil /dev/fcd0
It will show hba details

Make sure that for proper driver .
U will get in fiber channel 0,1,2. this will avail in application software media /dvd.

regards,
SHR
Chris Fadrowski
Super Advisor

Re: Fiber channel driver

okay, that's what i was doing before but i get this

root@hostname:/>ioscan -fn | grep -i fc
fc 0 0/3/1/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Ad
apter
fcp 3 0/3/1/0.97 fcp CLAIMED INTERFACE FCP Domain
ext_bus 9 0/3/1/0.97.9.19.0 fcparray CLAIMED INTERFACE FCP Array Interface
ext_bus 10 0/3/1/0.97.9.255.1 fcpdev CLAIMED INTERFACE FCP Device Interface
fc 1 0/3/2/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Ad
apter
fcp 2 0/3/2/0.97 fcp CLAIMED INTERFACE FCP Domain
ext_bus 7 0/3/2/0.97.8.19.0 fcparray CLAIMED INTERFACE FCP Array Interface
ext_bus 8 0/3/2/0.97.8.255.1 fcpdev CLAIMED INTERFACE FCP Device Interface


root@hostname:/>fcmsutil /dev/fc0
Error: This device file does not belong to TD / FCD.
root@hostname:/>fcmsutil /dev/fcd0
Error: This device file does not belong to TD / FCD.
Chris Fadrowski
Super Advisor

Re: Fiber channel driver

sorry, should have been using "td1" and not fc... it worked now.. thank you.. assigning points now!!