Operating System - Linux
1752795 Members
6929 Online
108789 Solutions
New Discussion юеВ

Re: Blade sever Fiber cards

 
SOLVED
Go to solution
Yaboto
Super Advisor

Blade sever Fiber cards


I finish installing a blade server with linux Red Hat version 5. How would I proceed now to identify the fiber channel cards. What command to use ?
8 REPLIES 8
Sameer_Nirmal
Honored Contributor
Solution

Re: Blade sever Fiber cards

# lspci
# cat /etc/sysconfig/hwconf
Jimmy Vance
HPE Pro

Re: Blade sever Fiber cards

If you install the Linux Fibre Channel Enablement Kit for RHEL 5.3/5.4 you will have access to tools like "hp_rescan" which will show you information on your Emulex or QLogic HBA's

http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=US&swItem=co-69719-2

The description for this link says QLogic, but the same file works for both QLogic and Emulex
No support by private messages. Please ask the forum! 
Yaboto
Super Advisor

Re: Blade sever Fiber cards

I used the lspci command and there is no Fiber Channel card found, but the command report a lot of unknown devices.
I am using BL 460c G6, where can I get the drivers to download ?
Does it come with an embedded or prebuilt Fiber Channel card ?

Best Regards,
Jimmy Vance
HPE Pro

Re: Blade sever Fiber cards

What update version of RHEL5 are you running?

Which HBS mezzanine card do you have installed?

No support by private messages. Please ask the forum! 
Yaboto
Super Advisor

Re: Blade sever Fiber cards

I installed the PSP and the FC HBAs were successfully discovered. I included them in the same zone as the EVA Storage and presented a LUN to the server.
Here is what follows:

[root@localhost scsi]# hp_rescan -a
Rescanning /sys/class/scsi_host/host1
Rescanning /sys/class/scsi_host/host2

How should I proceed ?

Regards,
Jimmy Vance
HPE Pro

Re: Blade sever Fiber cards

It's showing that it found and forced a rescan on 2 devices

Now you should be able to run fdisk or setup multipathing to access the LUNs you presented to the host
No support by private messages. Please ask the forum! 
Yaboto
Super Advisor

Re: Blade sever Fiber cards


Thanks.
What should I do next to discover the EVA or the LUN that is presented to it.

Regards,
Yaboto
Super Advisor

Re: Blade sever Fiber cards

Thanks !