dell伺服器在redhat5.2上會出現硬碟無辜掉線的情況
一,dell 2970的伺服器
突然出現系統不能使用,dmesg資訊出現:
sd 0:2:0:0: rejecting I/O to offline device
sd 0:2:0:0: rejecting I/O to offline device
sd 0:2:0:0: rejecting I/O to offline device
sd 0:2:0:0: rejecting I/O to offline device
作業系統:
[root@test ~]# cat /etc/issue
Red Hat Enterprise Linux Server release 5.2 (Tikanga)
Kernel r on an m
[root@test ~]#
透過系統檢視硬碟:
[root@test at]# fdisk -l
Disk /dev/sdb: 218.0 GB, 218020577280 bytes
255 heads, 63 sectors/track, 26506 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
沒有發現sda硬碟的資訊,sda硬碟就是伺服器的系統盤。
二,今天又發現一臺dell 2900的伺服器
作業系統:
[root@tonykorn ~]# cat /etc/issue
Red Hat Enterprise Linux Server release 5.2 (Tikanga)
Kernel r on an m
[root@tonykorn ~]#
出現和上面相同的情況。
三,安裝dell光碟中raid驅動,然後繼續觀察 。
1,取得驅動程式檔案
[root@test ~]# cd /mnt/SERVICE/pexxxx/sas_raid/r169676
[root@test r169676]# ls
megaraid_sas-v00.00.03.16.tgz
[root@test r169676]# cp megaraid_sas-v00.00.03.16.tgz /root
2,檢視module資訊:
[root@test ~]# lsmod
Module Size Used by
joydev 43969 0
mptctl 63817 1
mptbase 111461 1 mptctl
ipmi_devintf 44752 0
ipmi_si 77453 0
ipmi_msghandler 72985 2 ipmi_devintf,ipmi_si
dell_rbu 41569 0
nls_utf8 35137 1
ipv6 420481 38
xfrm_nalgo 43845 1 ipv6
crypto_api 42177 1 xfrm_nalgo
autofs4 57289 2
hidp 83521 2
rfcomm 104809 0
l2cap 89281 10 hidp,rfcomm
bluetooth 118597 5 hidp,rfcomm,l2cap
sunrpc 198025 1
dm_mirror 60617 0
dm_multipath 52945 0
dm_mod 99737 2 dm_mirror,dm_multipath
video 53197 0
sbs 49921 0
backlight 39873 1 video
i2c_ec 38593 1 sbs
i2c_core 56129 1 i2c_ec
button 40545 0
battery 43849 0
asus_acpi 50917 0
acpi_memhotplug 40133 0
ac 38729 0
parport_pc 62313 0
lp 47121 0
parport 73165 2 parport_pc,lp
sr_mod 50789 1
cdrom 68713 1 sr_mod
shpchp 70765 0
pcspkr 36289 0
serio_raw 40517 0
usb_storage 116769 1
sg 69993 0
i5000_edac 42177 0
bnx2 173917 0
edac_mc 60193 1 i5000_edac
ata_piix 54981 1
libata 192345 1 ata_piix
ext3 167249 3
jbd 93873 1 ext3
uhci_hcd 57433 0
ohci_hcd 54493 0
ehci_hcd 65741 0
megaraid_sas 71677 5
sd_mod 56257 6
scsi_mod 188665 7 mptctl,sr_mod,usb_storage,sg,libata,megaraid_sas,sd_mod
[root@test ~]# modinfo megaraid_sas
filename: /lib/modules/2.6.18-92.el5/kernel/drivers/scsi/megaraid/megaraid_sas.ko
description: LSI MegaRAID SAS Driver
author: megaraidlinux@lsi.com
version: 00.00.03.15-RH1
license: GPL
srcversion: 9E19F51B1AACEC3540858D4
alias: pci:v00001028d00000015sv*sd*bc*sc*i*
alias: pci:v00001000d00000413sv*sd*bc*sc*i*
alias: pci:v00001000d00000060sv*sd*bc*sc*i*
alias: pci:v00001000d00000411sv*sd*bc*sc*i*
depends: scsi_mod
vermagic: 2.6.18-92.el5 SMP mod_unload gcc-4.1
parm: poll_mode_io:Complete cmds from IO path, (default=0) (int)
module_sig: 883f35048175a9b6e24e25c96667c371127cc809e35675f4af1859f399f5ca7bab66735ab674bd809f4243f02deb4e7de1f9f980987f13137c6bb2afe0
3,安裝驅動
[root@test ~]# cd /root
[root@test ~]# tar -zxvf megaraid_sas-v00.00.03.16.tgz
dkms-2.0.13-1.noarch.rpm
megaraid_sas-v00.00.03.16-1.noarch.rpm
megaraid_sas-v00.00.03.16-1-rhel40-u5-all.img
megaraid_sas-v00.00.03.16-1-rhel50-all.img
megaraid_sas-v00.00.03.16-1-sles10-ga-all.img
megaraid_sas-v00.00.03.16-1-sles10-sp1-all.img
megaraid_sas-v00.00.03.16-1-sles9-nld9-sp3-all.img
megaraid_sas-v00.00.03.16-src.tgz
megaraid_sas-v00.00.03.16.txt
[root@test ~# rpm -ivh megaraid_sas-v00.00.03.16-1.noarch.rpm
Preparing... ########################################### [100%]
1:megaraid_sas ########################################### [100%]
Loading tarball for module: megaraid_sas / version: v00.00.03.16
Loading /usr/src/megaraid_sas-v00.00.03.16...
Creating /var/lib/dkms/megaraid_sas/v00.00.03.16/source symlink...
DKMS: ldtarball Completed.
Kernel preparation unnecessary for this kernel. Skipping...
applying patch rhel5-ga.patch...patching file megaraid_sas.c
patching file megaraid_sas.h
Building module:
cleaning build area....
make KERNELRELEASE=2.6.18-92.el5 -C /lib/modules/2.6.18-92.el5/build SUBDIRS=/var/lib/dkms/megaraid_sas/v00.00.03.16/build modules....
cleaning build area....
DKMS: build Completed.
Running module version sanity check.
megaraid_sas.ko:
- Original module
- Found /lib/modules/2.6.18-92.el5/kernel/drivers/scsi/megaraid//megaraid_sas.ko
- Storing in /var/lib/dkms/megaraid_sas/original_module/2.6.18-92.el5/x86_64/
- Archiving for uninstallation purposes
- Installation
- Installing to /lib/modules/2.6.18-92.el5/kernel/drivers/scsi/megaraid//
depmod....
Saving old initrd as /boot/initrd-2.6.18-92.el5_old.img
Making new initrd as /boot/initrd-2.6.18-92.el5.img
(If next boot fails, revert to the _old initrd image)
mkinitrd.....
DKMS: install Completed.
[root@test ~# modinfo megaraid_sas
filename: /lib/modules/2.6.18-92.el5/kernel/drivers/scsi/megaraid/megaraid_sas.ko
description: LSI Logic MegaRAID SAS Driver
author: megaraidlinux@lsi.com
version: 00.00.03.16
license: GPL
srcversion: D156E7E4860B73A6C9C58D1
alias: pci:v00001028d00000015sv*sd*bc*sc*i*
alias: pci:v00001000d00000413sv*sd*bc*sc*i*
alias: pci:v00001000d00000060sv*sd*bc*sc*i*
alias: pci:v00001000d00000411sv*sd*bc*sc*i*
depends: scsi_mod
vermagic: 2.6.18-92.el5 SMP mod_unload gcc-4.1
parm: fast_load:megasas: Faster loading of the driver, skips physical devices! (default=0) (int)
parm: max_sectors:Maximum number of sectors per IO command (int)
parm: cmd_per_lun:Maximum number of commands per logical unit (default=128) (int)
[root@test ~#
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/312079/viewspace-1011978/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 伺服器過載會出現什麼情況伺服器
- 面對HP MSA儲存中硬碟掉線的情況,學會這種解決方式至關緊要硬碟
- 伺服器的連線情況?伺服器
- <img>標籤的src=""空字元會出現的情況字元
- 【北亞資料恢復】DELL EqualLogic PS6100伺服器raid5硬碟出現壞道掉線的資料恢復資料恢復伺服器AI硬碟
- phpredis 3.1.6 擴充套件,出現指定 database 無效的情況。PHPRedis套件Database
- 為什麼分散式限流會出現不均衡的情況?分散式
- 爬蟲代理為什麼會出現超時的情況?爬蟲
- 伺服器進水多塊硬碟同時掉線伺服器硬碟
- 出現ESXi系統無法連線FreeNAS的情況?90%以上的人都做錯了!
- 遇到RAID5陣列硬碟出現問題的情況該如何解決?AI陣列硬碟
- 【伺服器資料恢復】農科院某研究所DELL伺服器raid5兩塊硬碟掉線的資料恢復伺服器資料恢復AI硬碟
- 在redhat上安裝dell伺服器診斷工具Redhat伺服器
- 在 Vue 中如何避免在動態繫結 類 出現空 類 的情況?Vue
- PHP 連線 MSSQL:text 欄位總是會被無故截斷有時截斷時還出現亂碼情況...PHPSQL
- 在配置DDOS高防服務後為什麼會出現有些源站IP被封的情況?
- 一個奇怪的dell sc440安裝redhat5.2問題Redhat
- Laravel 使用 phpredis 擴充套件之後,出現指定 database 無效的情況。LaravelPHPRedis套件Database
- dell 伺服器出現 Entering System Services...伺服器
- 伺服器狀態出錯情況有哪些?伺服器
- MySQL遠端訪問時,非常慢,甚至出現連不上的情況MySql
- php倒數計時出現-0的情況PHP
- win10藍芽滑鼠頻繁掉線是什麼情況 解決藍芽老是掉線的具體步驟Win10藍芽
- 【北亞資料恢復】DELL POWEREDGE 2850伺服器RAID5兩塊硬碟掉線後系統癱瘓的資料恢復資料恢復伺服器AI硬碟
- 在不重啟的情況下為 Vmware Linux 客戶機新增新硬碟Linux硬碟
- [小白求教] jmeter 持續加壓的過程中,會突然出現無請求的情況,請問這正常嗎?JMeter
- 銀行伺服器有4塊硬碟掉線資料恢復案例伺服器硬碟資料恢復
- mysql索引不會命中的情況MySql索引
- Dell伺服器匯出日誌伺服器
- 【伺服器資料恢復】掉線硬碟重新上線同步資料被中斷後資料丟失的資料恢復伺服器資料恢復硬碟
- 如何在MAC機器中實現移動裝置WiFI上網(沒有專門的無線路由器的情況)MacWiFi路由器
- java空指標出現的情況:拆箱裝箱Java指標
- unity, monodevelop 不安全的程式碼只會在使用/unsafe編譯的情況下出現UnityMonodev編譯
- 為什麼mysql會經常出現主從同步不一致的情況MySql主從同步
- Mysql 會導致索引失效的情況MySql索引
- 維護無線網路安全五種必須避免的情況(轉)
- StorNext伺服器資料恢復案例;硬碟掉線資料恢復伺服器資料恢復硬碟
- 【知識分享】伺服器狀態出錯情況有哪些伺服器