Host Name : misln01.pen.comm.mot.com
OS Type : Linux - Red Hat Enterprise Linux AS release 4 i686
OS Version : 2.6.9-42.0.10.ELsmp
FO API Version : 2.2.9
SDM API Version : v2.02 beta14
-----------------------------------------------------------------------------
HBA Model QLA2340:
Port 1: WWPN 21-00-00-E0-8B-8F-26-92 SN K20454 FW 3.03.19 Online
HBA Model QLA2340:
Port 0: WWPN 21-00-00-E0-8B-8F-73-97 SN K21811 FW 3.03.19 Online
-----------------------------------------------------------------------------
Total QLogic HBA(s) : 2
I have tried to run powermt config, but still its showing 1 HBA card.
What shld I do to get the other HBA card shown in PP without affecting the I/O.
try these commands, on my system hbas are 1 and 2, on yours they could be 3 and 4. Cd into appropriate directory to see what you have. Reboot will be your last option:
I forgot to mention that this is a 2-node Linux cluster. Each node having 2 HBA's.
My guess is that the HBA which was greyed out was faulty and replaced with a new HBA which is shown under the ~management. Can I click on the Reconnect button to refresh the affected node so that the WWN no get refresh with a new WWN no. I check somewhere in this PowerPath forum that this can be done.
Well if you are not currently seeing devices down this path then "Reconnect" will not have any impact, and may bring the path back online (Registered and Logged in on the array)
After doing reconnect of the HBA, i went to the host and did a powermt config. Somehow the devices on the 2nd HBA is only 2 devices and not 12 as it shld be.
That¿s a good sign, at least the HBA is showing as logging in. You may need to rescan for new devices at the OS level, there are Qlogic rescan scripts available as part of their driver package, personally I think a reboot is the most consistent way of picking up the devices.
dynamox
11 Legend
•
20419 Posts
•
87439 Points
2851
0
Posted July 29th, 2009 04:00
RHEL4 native qla driver:
echo "1" > /sys/class/fc_host/host1/issue_lip
echo "1" > /sys/class/fc_host/host2/issue_lip
echo "- - -" > /sys/class/scsi_host/host1/scan
echo "- - -" > /sys/class/scsi_host/host2/scan
qlogic driver for 2.6 kernel (RHEL4):
echo "scsi-qlascan" > /proc/scsi/qla2xxx/1
echo "scsi-qlascan" > /proc/scsi/qla2xxx/2
echo "- - -" > /sys/class/scsi_host/host1/scan
echo "- - -" > /sys/class/scsi_host/host2/scan