CentOS cannot see logical RAID volume
Clash Royale CLAN TAG#URR8PPP
I am trying to install CentOS on a server with an HP Smart Array E200i storage controller. There are eight 67GiB drives that I joined into a RAID 10 273GiB volume. The pre-OS storage management software doesn't seem to report any problem with this volume.
When booting from CentOS-7-x86_64-NetInstall-1810.iso dd'd to USB, I cannot find the volume. It doesn't show up as a /dev/sd*
device, and I can't find any mention of E200i in dmesg
. Where should I be looking to see why this volume is failing to load? How can it be loaded so that I can run the install?
When I pass the kernel option hpsa_allow_any=1
, I see this in dmesg
:
HP HPSA Driver (v 3.4.20-125-RH1)
hpsa 0000:13:08.0: unrecognized board ID 0x3211103c, ignoring.
hpsa 0000:13:08.0: Board ID not found
Ironically, the newest version of CentOS has a kernel too old for hpsa
to support the E200i; from the hpsa
docs:
Since Linux 4.14, the following Smart Array boards are also
supported:
[...]
Smart Array E200i
CentOS only has Linux 3.10.
centos raid
add a comment |
I am trying to install CentOS on a server with an HP Smart Array E200i storage controller. There are eight 67GiB drives that I joined into a RAID 10 273GiB volume. The pre-OS storage management software doesn't seem to report any problem with this volume.
When booting from CentOS-7-x86_64-NetInstall-1810.iso dd'd to USB, I cannot find the volume. It doesn't show up as a /dev/sd*
device, and I can't find any mention of E200i in dmesg
. Where should I be looking to see why this volume is failing to load? How can it be loaded so that I can run the install?
When I pass the kernel option hpsa_allow_any=1
, I see this in dmesg
:
HP HPSA Driver (v 3.4.20-125-RH1)
hpsa 0000:13:08.0: unrecognized board ID 0x3211103c, ignoring.
hpsa 0000:13:08.0: Board ID not found
Ironically, the newest version of CentOS has a kernel too old for hpsa
to support the E200i; from the hpsa
docs:
Since Linux 4.14, the following Smart Array boards are also
supported:
[...]
Smart Array E200i
CentOS only has Linux 3.10.
centos raid
add a comment |
I am trying to install CentOS on a server with an HP Smart Array E200i storage controller. There are eight 67GiB drives that I joined into a RAID 10 273GiB volume. The pre-OS storage management software doesn't seem to report any problem with this volume.
When booting from CentOS-7-x86_64-NetInstall-1810.iso dd'd to USB, I cannot find the volume. It doesn't show up as a /dev/sd*
device, and I can't find any mention of E200i in dmesg
. Where should I be looking to see why this volume is failing to load? How can it be loaded so that I can run the install?
When I pass the kernel option hpsa_allow_any=1
, I see this in dmesg
:
HP HPSA Driver (v 3.4.20-125-RH1)
hpsa 0000:13:08.0: unrecognized board ID 0x3211103c, ignoring.
hpsa 0000:13:08.0: Board ID not found
Ironically, the newest version of CentOS has a kernel too old for hpsa
to support the E200i; from the hpsa
docs:
Since Linux 4.14, the following Smart Array boards are also
supported:
[...]
Smart Array E200i
CentOS only has Linux 3.10.
centos raid
I am trying to install CentOS on a server with an HP Smart Array E200i storage controller. There are eight 67GiB drives that I joined into a RAID 10 273GiB volume. The pre-OS storage management software doesn't seem to report any problem with this volume.
When booting from CentOS-7-x86_64-NetInstall-1810.iso dd'd to USB, I cannot find the volume. It doesn't show up as a /dev/sd*
device, and I can't find any mention of E200i in dmesg
. Where should I be looking to see why this volume is failing to load? How can it be loaded so that I can run the install?
When I pass the kernel option hpsa_allow_any=1
, I see this in dmesg
:
HP HPSA Driver (v 3.4.20-125-RH1)
hpsa 0000:13:08.0: unrecognized board ID 0x3211103c, ignoring.
hpsa 0000:13:08.0: Board ID not found
Ironically, the newest version of CentOS has a kernel too old for hpsa
to support the E200i; from the hpsa
docs:
Since Linux 4.14, the following Smart Array boards are also
supported:
[...]
Smart Array E200i
CentOS only has Linux 3.10.
centos raid
centos raid
edited Jan 13 at 1:57
Reinderien
asked Jan 13 at 1:12
ReinderienReinderien
13319
13319
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
This antique RAID controller's native Linux driver is cciss, which is not supported in RHEL/CentOS 7 (or later versions!).
Some such controllers can be used with the newer, existing hpsa driver, if the kernel command line option hpsa_allow_any=1
is passed at boot time. Using this option may require the RAID controller be on the latest available firmware from HPE. (Actually finding such firmware could be a real adventure, given the age of the hardware and the many reorganizations of HPE's web site over the years, and HPE's recent moves to restrict some downloads to warranty/service contract holders.)
Oh boy... I can tell this is going to be "fun"
– Reinderien
Jan 13 at 1:30
Running modern OSes on ancient hardware is not what I'd consider "fun"...
– Michael Hampton
Jan 13 at 1:31
"fun" in quotes. translating to headache-inducing hackery.
– Reinderien
Jan 13 at 1:31
Please see edit; the kernel flag didn't work.
– Reinderien
Jan 13 at 1:48
add a comment |
@MichaelHampton had some good hints, but the complete solution is:
- Start the gnome-live CentOS USB image
- Follow instructions at elrepo.org
- yum install kmod-cciss
- modprobe cciss
- Run the anaconda installer
- chroot onto the hard drive
- Do the elrepo.org and cciss steps again
Then it works.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f494186%2fcentos-cannot-see-logical-raid-volume%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This antique RAID controller's native Linux driver is cciss, which is not supported in RHEL/CentOS 7 (or later versions!).
Some such controllers can be used with the newer, existing hpsa driver, if the kernel command line option hpsa_allow_any=1
is passed at boot time. Using this option may require the RAID controller be on the latest available firmware from HPE. (Actually finding such firmware could be a real adventure, given the age of the hardware and the many reorganizations of HPE's web site over the years, and HPE's recent moves to restrict some downloads to warranty/service contract holders.)
Oh boy... I can tell this is going to be "fun"
– Reinderien
Jan 13 at 1:30
Running modern OSes on ancient hardware is not what I'd consider "fun"...
– Michael Hampton
Jan 13 at 1:31
"fun" in quotes. translating to headache-inducing hackery.
– Reinderien
Jan 13 at 1:31
Please see edit; the kernel flag didn't work.
– Reinderien
Jan 13 at 1:48
add a comment |
This antique RAID controller's native Linux driver is cciss, which is not supported in RHEL/CentOS 7 (or later versions!).
Some such controllers can be used with the newer, existing hpsa driver, if the kernel command line option hpsa_allow_any=1
is passed at boot time. Using this option may require the RAID controller be on the latest available firmware from HPE. (Actually finding such firmware could be a real adventure, given the age of the hardware and the many reorganizations of HPE's web site over the years, and HPE's recent moves to restrict some downloads to warranty/service contract holders.)
Oh boy... I can tell this is going to be "fun"
– Reinderien
Jan 13 at 1:30
Running modern OSes on ancient hardware is not what I'd consider "fun"...
– Michael Hampton
Jan 13 at 1:31
"fun" in quotes. translating to headache-inducing hackery.
– Reinderien
Jan 13 at 1:31
Please see edit; the kernel flag didn't work.
– Reinderien
Jan 13 at 1:48
add a comment |
This antique RAID controller's native Linux driver is cciss, which is not supported in RHEL/CentOS 7 (or later versions!).
Some such controllers can be used with the newer, existing hpsa driver, if the kernel command line option hpsa_allow_any=1
is passed at boot time. Using this option may require the RAID controller be on the latest available firmware from HPE. (Actually finding such firmware could be a real adventure, given the age of the hardware and the many reorganizations of HPE's web site over the years, and HPE's recent moves to restrict some downloads to warranty/service contract holders.)
This antique RAID controller's native Linux driver is cciss, which is not supported in RHEL/CentOS 7 (or later versions!).
Some such controllers can be used with the newer, existing hpsa driver, if the kernel command line option hpsa_allow_any=1
is passed at boot time. Using this option may require the RAID controller be on the latest available firmware from HPE. (Actually finding such firmware could be a real adventure, given the age of the hardware and the many reorganizations of HPE's web site over the years, and HPE's recent moves to restrict some downloads to warranty/service contract holders.)
answered Jan 13 at 1:29
Michael HamptonMichael Hampton
5,66411742
5,66411742
Oh boy... I can tell this is going to be "fun"
– Reinderien
Jan 13 at 1:30
Running modern OSes on ancient hardware is not what I'd consider "fun"...
– Michael Hampton
Jan 13 at 1:31
"fun" in quotes. translating to headache-inducing hackery.
– Reinderien
Jan 13 at 1:31
Please see edit; the kernel flag didn't work.
– Reinderien
Jan 13 at 1:48
add a comment |
Oh boy... I can tell this is going to be "fun"
– Reinderien
Jan 13 at 1:30
Running modern OSes on ancient hardware is not what I'd consider "fun"...
– Michael Hampton
Jan 13 at 1:31
"fun" in quotes. translating to headache-inducing hackery.
– Reinderien
Jan 13 at 1:31
Please see edit; the kernel flag didn't work.
– Reinderien
Jan 13 at 1:48
Oh boy... I can tell this is going to be "fun"
– Reinderien
Jan 13 at 1:30
Oh boy... I can tell this is going to be "fun"
– Reinderien
Jan 13 at 1:30
Running modern OSes on ancient hardware is not what I'd consider "fun"...
– Michael Hampton
Jan 13 at 1:31
Running modern OSes on ancient hardware is not what I'd consider "fun"...
– Michael Hampton
Jan 13 at 1:31
"fun" in quotes. translating to headache-inducing hackery.
– Reinderien
Jan 13 at 1:31
"fun" in quotes. translating to headache-inducing hackery.
– Reinderien
Jan 13 at 1:31
Please see edit; the kernel flag didn't work.
– Reinderien
Jan 13 at 1:48
Please see edit; the kernel flag didn't work.
– Reinderien
Jan 13 at 1:48
add a comment |
@MichaelHampton had some good hints, but the complete solution is:
- Start the gnome-live CentOS USB image
- Follow instructions at elrepo.org
- yum install kmod-cciss
- modprobe cciss
- Run the anaconda installer
- chroot onto the hard drive
- Do the elrepo.org and cciss steps again
Then it works.
add a comment |
@MichaelHampton had some good hints, but the complete solution is:
- Start the gnome-live CentOS USB image
- Follow instructions at elrepo.org
- yum install kmod-cciss
- modprobe cciss
- Run the anaconda installer
- chroot onto the hard drive
- Do the elrepo.org and cciss steps again
Then it works.
add a comment |
@MichaelHampton had some good hints, but the complete solution is:
- Start the gnome-live CentOS USB image
- Follow instructions at elrepo.org
- yum install kmod-cciss
- modprobe cciss
- Run the anaconda installer
- chroot onto the hard drive
- Do the elrepo.org and cciss steps again
Then it works.
@MichaelHampton had some good hints, but the complete solution is:
- Start the gnome-live CentOS USB image
- Follow instructions at elrepo.org
- yum install kmod-cciss
- modprobe cciss
- Run the anaconda installer
- chroot onto the hard drive
- Do the elrepo.org and cciss steps again
Then it works.
answered Jan 15 at 2:01
ReinderienReinderien
13319
13319
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f494186%2fcentos-cannot-see-logical-raid-volume%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown