Skip to main content

Emulex info in the Open Source domain....

The Emulex proprietary drivers and included utilities are extremely helpful. (the only oddity is where they are installed /usr/sbin/lpfc - but, whatever...). I happen to be at a shop that uses the OS multipath and Emulex fiber channel drivers. There is a bunch of good information to be found...

# lspci | grep -i emulex
0b:00.0 Fibre Channel: Emulex Corporation Saturn-X: LightPulse Fibre Channel Host Adapter (rev 03)
11:00.0 Fibre Channel: Emulex Corporation Saturn-X: LightPulse Fibre Channel Host Adapter (rev 03)

# cat /sys/class/scsi_host/host[2-3]/fwrev
2.00A3 (U3D2.00A3), sli-3
2.00A3 (U3D2.00A3), sli-3

# cat /sys/class/scsi_host/host[2-3]/lpfc_drvr_version
Emulex LightPulse Fibre Channel SCSI driver 8.2.0.87.1p
Emulex LightPulse Fibre Channel SCSI driver 8.2.0.87.1p

# hbacmd listhbas | grep "Port WWN" | awk '{print $4}' | xargs -n 1 hbacmd HbaAttributes
HBA Attributes for 10:00:00:00:c9:a6:91:35

Host Name : dbslp0066
Manufacturer : Emulex Corporation
Serial Number : VM03980823
Model : LPe12000-E
Model Desc : EMC LPe12000-E 8Gb PCIe Fibre Channel Adapter
Node WWN : 20 00 00 00 c9 a6 91 35
Node Symname : Emulex LPe12000-E FV2.00A3 DV8.2.0.87.1p
HW Version : 31004549
Opt ROM Version: 5.03a10
FW Version : 2.00A3 (U3D2.00A3), sli-3
Vendor Spec ID : 10DF
Number of Ports: 1
Driver Name : lpfc
Device ID : F100
HBA Type : LPe12000-E
Operational FW : SLI-3 Overlay
SLI2 FW : 2.00a3
SLI3 FW : 2.00a3
IEEE Address : 00 00 c9 a6 91 35
Boot Code : Enabled
Boot Version : 5.03a10
Driver Version : 8.2.0.87.1p; HBAAPI(I) v2.3.b, 07-12-10
Kernel Version : 1.10a8
HBA Temperature: Normal
Function Type : FC
Sub Device ID : F100
Sub Vendor ID : 10DF


HBA Attributes for 10:00:00:00:c9:a6:8c:63

Host Name : dbslp0066
Manufacturer : Emulex Corporation
Serial Number : VM03980805
Model : LPe12000-E
Model Desc : EMC LPe12000-E 8Gb PCIe Fibre Channel Adapter
Node WWN : 20 00 00 00 c9 a6 8c 63
Node Symname : Emulex LPe12000-E FV2.00A3 DV8.2.0.87.1p
HW Version : 31004549
Opt ROM Version: 5.03a10
FW Version : 2.00A3 (U3D2.00A3), sli-3
Vendor Spec ID : 10DF
Number of Ports: 1
Driver Name : lpfc
Device ID : F100
HBA Type : LPe12000-E
Operational FW : SLI-3 Overlay
SLI2 FW : 2.00a3
SLI3 FW : 2.00a3
IEEE Address : 00 00 c9 a6 8c 63
Boot Code : Enabled
Boot Version : 5.03a10
Driver Version : 8.2.0.87.1p; HBAAPI(I) v2.3.b, 07-12-10
Kernel Version : 1.10a8
HBA Temperature: Normal
Function Type : FC
Sub Device ID : F100
Sub Vendor ID : 10DF

# ls -1 -d /sys/bus/pci/drivers/lpfc/*/host*
/sys/bus/pci/drivers/lpfc/0000:0b:00.0/host2
/sys/bus/pci/drivers/lpfc/0000:11:00.0/host3

2012-03-07 -- I found the following @
http://kairo.wordpress.com/2010/05/13/identify-qlogic-wwn-on-red-hat-enterprise-linux-5-and-4-rhel/


# lspci | grep -i fibre
04:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
04:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
05:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
05:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
On  Red Hat Enterprise Linux 5 (5.x) is on /sys/class/fc_host/hostX/port_name
(X is your device 1,2,3,…N)
For get use:
cat /sys/class/fc_host/hostX/port_name
Sample with multiple HBA (Fibre) QLogic
# ls /sys/class/fc_host/
host3  host4  host5  host6
# cat /sys/class/fc_host/host[3-6]/port_name
0x2100001b32936e24
0x2101001b32b36e24
0x2100001b32932821
0x2101001b32b32821
On Red Hat Enterprise Linux 4 (AS/ES) is on /proc/scsi/qla2xxx/1 (1,2,3,..N)
Sample:
# egrep [node|port] /proc/scsi/qlx2xxx/0
scsi-qla0-adapter-node=200000e08b1c19f2;
scsi-qla0-adapter-port=210000e08b1c19f2;

Comments

  1. hari@myserverstatistics]# hbacmd listhbas | grep "Port WWN" | awk '{print $4}' | xargs -n 1 hbacmd
    bash: hbacmd: command not found

    ReplyDelete

Post a Comment

Popular posts from this blog

RHN Satellite Server (spacewalk) repomd.xml not found

"repomd.xml not found" If you add a channel, or if your RHN cache gets corrupted, and one of your guests complains that it cannot find repomd.xml for jb-ews-2-x86_64-server-5-rpm (for example) - you need to rebuild your repodata cache. Normally this is an automated job - which is exemplified by the fact that you have obviously built out your entire Satellite environment and never had to do any of the steps you are about to do. So - some prep work: Open 3 terminals to your Satellite Server and run: # Term 1 cd /var/cache/rhn watch "ls -l | wc -l" # Term 2 pwd cd /var/log/rhn tail -f rhn_taskomatic_daemon.log # Term 3 satellite-sync --channel=jb-ews-2-x86_64-server-5-rpm Once the satellite-sync has completed, you >should< see the count increment by one.  If you are unlucky (like me) you will not. You then need to login to the Satellite WebUI as the satellite admin user. Click on the Admin tab (at the top) Task Schedules (on the left) fin

Install RHEL 7 on old HP DL380 g5

Someone at work had been running RHEL on an HP DL380 G5 and blew it up.  After several attempts at doing an installation that made me conclude the hardware was actually bad... I kept digging for the answer. Attempt install and Anaconda could not find any disks - try a Drivers Disk (dd.img) both cciss and hpsa.   -- once we did that, when the system would reboot it would say it could not find a disk. hmmm. Boot from your installation media and interrupt the startup at grub. Add hpsa.hpsa_allow_any=1 hpsa.hpsa_simple_mode=1 to the line starting with linuxefi press CTRL-X to boot. Once the system restarts after the install, you need to once again interrupt the startup and add the line from above. After the system starts, edit /etc/default/grub and add those 2 parameters to the end of the line starting with GRUB_CMDLINE_LINUX (which likely has quiet at the end of the line currently). then run # cp /boot/grub2/grub.cfg /boot/grub2/grub.cfg.orig # grub2-mkconfig -o /boot/grub2

MOTD with colors! (also applies to shell profiles)

I'm not sure why I had never looked into this before, but this evening I became obsessed with discovering how to present different colored text in the /etc/motd. A person had suggested creating a shell script (rather than using special editing modes in vi, or something) and I agree that is the simplest way of getting this accomplished quickly. This most noteworthy portion of this script is the following: RESET="\033[0m" that puts the users shell back to the original color. I typically like a green text on black background. Also - a great reference for the different colors and font-type (underscore, etc...) https://wiki.archlinux.org/index.php/Color_Bash_Prompt I found this example on the web and I wish I could recall where so that I could provide credit to that person. #!/bin/bash #define the filename to use as output motd="/etc/motd" # Collect useful information about your system # $USER is automatically defined HOSTNAME=`uname -n` KERNEL=`un