Operating System - HP-UX
1825789 Members
2230 Online
109687 Solutions
New Discussion

how-to disable Qlogic HBA on 11.31

 
SOLVED
Go to solution
Francis Flan
Regular Advisor

how-to disable Qlogic HBA on 11.31

Can I do this with fcmsutil or the OA GUI?

I want to see if it fails over to the others.
3 REPLIES 3
Hasan  Atasoy
Honored Contributor
Solution

Re: how-to disable Qlogic HBA on 11.31


hi ;

get card instances by "ioscan -funC fc" ;
fcmsutil /dev/tdxx -f disable

hasan.
Torsten.
Acclaimed Contributor

Re: how-to disable Qlogic HBA on 11.31

Other ways to achive this:

use olrad to power of the slot or disable the port on the switch. Finally you can also pull the cable.

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!   
Francis Flan
Regular Advisor

Re: how-to disable Qlogic HBA on 11.31

thanks guys