Operating System - HP-UX
1833882 Members
1874 Online
110063 Solutions
New Discussion

Troubleshooting Fibre Cards

 
SOLVED
Go to solution
RedBack
Frequent Advisor

Troubleshooting Fibre Cards

Im trying to troubleshoot the HBA's in my rp7400. What is the switch for ioscan to list the devices?
7 REPLIES 7
Pete Randall
Outstanding Contributor

Re: Troubleshooting Fibre Cards

ioscan -fn

HTH,
Pete

Pete
Sajid_1
Honored Contributor

Re: Troubleshooting Fibre Cards

# ioscan -fn

will list all devices.

# ioscan -fnC disk

will list disks. replace disk with any other device type for specific information

# ioscan -fnC tape
learn unix ..
Steve_3
Frequent Advisor

Re: Troubleshooting Fibre Cards

ioscan -funC lan
Jeff Schussele
Honored Contributor
Solution

Re: Troubleshooting Fibre Cards

Hi,

Use
ioscan -fnC fc (fcp) (ext_bus)
fc = fibre channel (HBA)
fcp = FCP Domain
ext_bus = FCP Array Interface

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Bill McNAMARA_1
Honored Contributor

Re: Troubleshooting Fibre Cards

/opt/fcms/bin/fcmsutil /dev/

fc_dev_file is retrieved from
ioscan -fnk
It's either /dev/td<#> or /dev/fcms<#>
depending on your card model.

You can get lots of interesting status using
fcmsutil /dev/fcms1 stats
for example.

Later,
Bill
It works for me (tm)
Nick Wickens
Respected Contributor

Re: Troubleshooting Fibre Cards

Once you find the top path for the HBA I always find that the following command proves usefull to tract everything on that HBA's channel -

ioscan -fnH8/8 (assuming 8/8 is your channel)
Hats ? We don't need no stinkin' hats !!
MANOJ SRIVASTAVA
Honored Contributor

Re: Troubleshooting Fibre Cards

Hi Mark


This can be of help to you :


http://support1.itrc.hp.com/service/cki/docDisplay.do?docId=500000000092174


Manoj Srivastava