CentOS cannot see logical RAID volume

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












0















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.










share|improve this question




























    0















    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.










    share|improve this question


























      0












      0








      0








      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 13 at 1:57







      Reinderien

















      asked Jan 13 at 1:12









      ReinderienReinderien

      13319




      13319




















          2 Answers
          2






          active

          oldest

          votes


















          1














          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.)






          share|improve this answer























          • 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


















          0














          @MichaelHampton had some good hints, but the complete solution is:



          1. Start the gnome-live CentOS USB image

          2. Follow instructions at elrepo.org

          3. yum install kmod-cciss

          4. modprobe cciss

          5. Run the anaconda installer

          6. chroot onto the hard drive

          7. Do the elrepo.org and cciss steps again

          Then it works.






          share|improve this answer






















            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
            );



            );













            draft saved

            draft discarded


















            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









            1














            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.)






            share|improve this answer























            • 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















            1














            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.)






            share|improve this answer























            • 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













            1












            1








            1







            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.)






            share|improve this answer













            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.)







            share|improve this answer












            share|improve this answer



            share|improve this answer










            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

















            • 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













            0














            @MichaelHampton had some good hints, but the complete solution is:



            1. Start the gnome-live CentOS USB image

            2. Follow instructions at elrepo.org

            3. yum install kmod-cciss

            4. modprobe cciss

            5. Run the anaconda installer

            6. chroot onto the hard drive

            7. Do the elrepo.org and cciss steps again

            Then it works.






            share|improve this answer



























              0














              @MichaelHampton had some good hints, but the complete solution is:



              1. Start the gnome-live CentOS USB image

              2. Follow instructions at elrepo.org

              3. yum install kmod-cciss

              4. modprobe cciss

              5. Run the anaconda installer

              6. chroot onto the hard drive

              7. Do the elrepo.org and cciss steps again

              Then it works.






              share|improve this answer

























                0












                0








                0







                @MichaelHampton had some good hints, but the complete solution is:



                1. Start the gnome-live CentOS USB image

                2. Follow instructions at elrepo.org

                3. yum install kmod-cciss

                4. modprobe cciss

                5. Run the anaconda installer

                6. chroot onto the hard drive

                7. Do the elrepo.org and cciss steps again

                Then it works.






                share|improve this answer













                @MichaelHampton had some good hints, but the complete solution is:



                1. Start the gnome-live CentOS USB image

                2. Follow instructions at elrepo.org

                3. yum install kmod-cciss

                4. modprobe cciss

                5. Run the anaconda installer

                6. chroot onto the hard drive

                7. Do the elrepo.org and cciss steps again

                Then it works.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 15 at 2:01









                ReinderienReinderien

                13319




                13319



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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






                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay