- 論壇徽章:
- 0
|
請(qǐng)教大蝦們:本人的機(jī)器是IBM 3850M2,RHEL5.4 x86-64bit,一定要做到不重啟掃描到DS4700的新劃的LUN.
[root@XenHost-E41F131ECB5C ~]# lspci
18:00.0 Fibre Channel: Emulex Corporation Zephyr-X LightPulse Fibre Channel Host Adapter (rev 02)
06:00.0 Fibre Channel: Emulex Corporation Zephyr-X LightPulse Fibre Channel Host Adapter (rev 02)
#系統(tǒng)已經(jīng)給Emulex HBA安裝了驅(qū)動(dòng)程序,并已經(jīng)識(shí)別卡的型號(hào)
[root@XenHost-E41F131ECB5C All_HBA]# sh lun_scan.sh -s -d #使用emulex掃描工具掃描
Missing sg3_utils - unable to detect removed target LUNs
Scanning lpfc HBA instance with scsi host number : 4
Missing sg3_utils - unable to detect removed target LUNs #提示sg3_utils沒裝
Scanning lpfc HBA instance with scsi host number : 3
[root@XenHost-E41F131ECB5C ~]# rpm -qa|grep sg3
#經(jīng)檢查sg3_utils的確沒裝
[root@XenHost-E41F131ECB5C ~]# rpm -ivh sg3_utils-libs-1.25-4.el5.i386.rpm
error: sg3_utils-libs-1.25-4.el5.i386.rpm: rpmReadSignature failed: sigh blob(32 : BAD, read returned 134
error: sg3_utils-libs-1.25-4.el5.i386.rpm cannot be installed
#安裝為什么失?
換了其他的x86-64Bit的sg3_utils也不行。
[root@XenHost-E41F131ECB5C vm]# echo "- - -" > /sys/class/scsi_host/host3/scan
[root@XenHost-E41F131ECB5C vm]# echo "- - -" > /sys/class/scsi_host/host4/scan
[root@XenHost-E41F131ECB5C vm]# fdisk -l
Disk /dev/sda: 298.9 GB, 298999349248 bytes
255 heads, 63 sectors/track, 36351 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 65 522081 83 Linux
/dev/sda2 66 1370 10482412+ 83 Linux
/dev/sda3 1371 1631 2096482+ 82 Linux swap / Solaris
/dev/sda4 1632 36351 278888400 83 Linux
也沒有效果!
有哪位大蝦做過,能救小弟一把? |
|