You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
# additional installer kernel options as no cciss in there and allow simple and any on hpsa
hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1
Our situation is a little different from the second link though as we use the elrepo kernel that does have the cciss driver in so we have to ask it to keep out of the way so we can continue with the hspa (supported) driver ie:-
# added to the installed (elrepo) kernel to keep cciss out and allow hpsa simple and any
cciss.cciss_allow_hpsa=1 hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1
Not convinced this was achieved in the forum thread though as I suspect from the names (not scsi standard) that the install grub alterations were skipped and the install reverted to elrepo cciss driver anyway. Which seems risky, as installing with one and running with another.
The first link involves adding the actual cciss driver which if added to iso install kernel would mean greater coverage, ie the P400i and E200i but at the cost of including an unsupported kernel module when the majority of Smart Array controllers are now standard scsi under hpsa driver.
http://vessokolev.blogspot.hu/2015/03/how-to-install-centos-7-on-hp-proliant.html
http://jordanappleson.co.uk/linux/2014/09/18/centos-7-and-hp-raid-drivers/
The text was updated successfully, but these errors were encountered: