您的位置:首页 > 运维架构 > Linux

HP Proliant DL580 G5安装centos7 x64无法识别阵列卡问题

2015-09-30 09:23 621 查看
1、进入安装光盘,用上下键选择安装centos——Install Centos7(注意不可按Enter键),如图:  2、按Tab键,对安装进行额外配置,在屏幕最下方会显示如下字样:  3、在额外配置的命令行上添加配置: hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1,如图所示:  4、按回车继续安装  经过以上几步,安装程序即可识别出HP服务器的硬盘。参考: http://serverfault.com/questions/611182/centos-7-x64-and-hp-proliant-dl360-g5-scsi-controller-compatibility https://www.centos.org/forums/viewtopic.php?f=49&t=47011 So the HP RAID controller driver from around 2001 to ~2009 was the CCISSdriver. There was atransition to the HPSA driver at some point, moving the Smart Array controller support back into the regular SCSI subsystem versus the dedicated block driver...HP servers from the G1 to G5 era used the CCISS driver. On newer operating systems (EL6 and forward), HP ProLiant G6 and newer systems made use of the HPSA driver.Itturns out that RHEL7 removes the old CCISS module. Your fix in this case, since the Smart Array P400 controller in your G5 server isn't recognized, is to force the HPSA driver to load your older controller. Do this with:
hpsa.hpsa_allow_any=1
As a module parameter...From the man page.hpsa_allow_any=1: This option allows the driver to attempt to operate on any HP Smart Array hardware RAID controller, even if it is not explicitly known to the driver. This allows newer hardware to work with older drivers. Typically this is used to allow installationof operating systems from media that predates the RAID controller, though it may also be used to enable hpsa to drive older controllers that would normally be handled by the cciss(4) driver. These older boards have not been tested and are not supported withhpsa, and cciss(4) should still be used for these.EDITThis is a much more involved process than expected. You need to addthat string to the module load parameters.The official word is that the older controllers are just no longer supported. While you can get it running, it's less-than-ideal. So I'd probably stay away from EL7 for now. There will likely be a workaround, since there's an existing install base of theseservers...⁠kernel component, BZ#1061210 When the hpsa_allow_any option is used, the hpsa driver allows the use of PCI IDs that are not listed in the driver's pci-id table. Thus, cards detected when this option is used, are not supported in Red Hat Enterprise Linux 7.
⁠kernel component, BZ#975791
The following cciss controllers are no longer supported:
◦   Smart Array 5300
◦   Smart Array 5i
◦   Smart Array 532
◦   Smart Array 5312
◦   Smart Array 641
◦   Smart Array 642
◦   Smart Array 6400
◦   Smart Array 6400 EM
◦   Smart Array 6i
◦   Smart Array P600
◦   Smart Array P800
◦   Smart Array P400
◦   Smart Array P400i
◦   Smart Array E200i
◦   Smart Array E200
◦   Smart Array E500
◦   Smart Array P700M

hpsa(4) - Linux man page

Name

hpsa - HP Smart Array SCSI driver

Synopsis

modprobe hpsa [ hpsa_allow_any=1 ][/code]

Description

hpsa is a SCSI driver for HP Smart Array RAID controllers.Optionshpsa_allow_any=1: This option allows the driver to attempt to operate on any HP Smart Array hardware RAID controller, even if it is not explicitly known to the driver. This allows newer hardware to work with older drivers. Typically this is used to allow installation of operating systems from media that predates the RAID controller, though it may also be used to enable hpsa to drive older controllers that would normally be handled by the cciss(4) driver. These older boards have not been tested and are not supported with hpsa, and cciss(4) should still be used for these.Supported hardwareThe hpsa driver supports the following Smart Array boards:
Smart Array P700MSmart Array P212Smart Array P410Smart Array P410iSmart Array P411Smart Array P812Smart Array P712mSmart Array P711mStorageWorks P1210m
Configuration detailsTo configure HP Smart Array controllers, use the HP Array Configuration Utility (either hpacuxe(8) or hpacucli(8)) or the Offline ROM-based Configuration Utility (ORCA) run from the Smart Array's option ROM at boot time.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: