XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    MegaCLI and StorCLI lastest version for 8.3 LTS

    Scheduled Pinned Locked Moved Hardware
    5 Posts 3 Posters 36 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J Offline
      jangar
      last edited by

      Hi,

      we have MegaRAID 9560-8i Raid Controller, what is best or latest MegaCLI and StorCLI release?

      On XCP-NG 8.3 package avago-megaraid-sas.x86_64, 07.713.01.00+rc1-3.xcpng8.3 is installed

      D ForzaF 2 Replies Last reply Reply Quote 0
      • D Offline
        DustinB @jangar
        last edited by

        @jangar This doesn't make a lot of technical sense.

        You should keep your software/firmware up to date as these are updated to address different issues.

        Pinning your firmware to a specific version doesn't make sense.... because that version may have major issues with it that are fixed in a later update...

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          jangar @DustinB
          last edited by

          @DustinB said in MegaCLI and StorCLI lastest version for 8.3 LTS:

          @jangar This doesn't make a lot of technical sense.

          You should keep your software/firmware up to date as these are updated to address different issues.

          Pinning your firmware to a specific version doesn't make sense.... because that version may have major issues with it that are fixed in a later update...

          avago-megaraid-sas is driver for megaraid controller installed on XCP-NG, instead MegaCli and StorCli are management utility not available in XCP repository and need for them to monitor or manage Raid controller

          We have another old server with XCP-NG 8.2 and MegaRAID SAS 9361-8i Controller and all work fine with MegaCli 8.07.14 and StorCli 007.2705 versions, but now i have new server with XCP-NG 8.3 and MegaRAID 9560-8i and pheraps there is any StorCli or MegaCli version compliant. Have you some idea?

          1 Reply Last reply Reply Quote 0
          • ForzaF Offline
            Forza @jangar
            last edited by

            @jangar don't they have a statically linked version of storcli that can be downloaded?

            J 1 Reply Last reply Reply Quote 0
            • J Offline
              jangar @Forza
              last edited by jangar

              @Forza said in MegaCLI and StorCLI lastest version for 8.3 LTS:

              @jangar don't they have a statically linked version of storcli that can be downloaded?

              latest version is for min RHEL 8x

              i have older version

              https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zip

              and

              https://docs.broadcom.com/docs-and-downloads/007.2705.0000.0000_storcli_rel.zip

              i've installed them and seem work, but i'm not sure other command thank check raid status work tomorrow.

              wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zip
              unzip 8-07-14_MegaCLI.zip
              rpm -ivh Linux/MegaCli-8.07.14-1.noarch.rpm
              alternatives --install '/usr/bin/MegaCli64' 'MegaCli64' '/opt/MegaRAID/MegaCli/MegaCli64' 1
              alternatives --install '/usr/bin/MegaCli' 'MegaCli' '/opt/MegaRAID/MegaCli/MegaCli64' 1
              alternatives --install '/usr/bin/megacli' 'megacli' '/opt/MegaRAID/MegaCli/MegaCli64' 1
              
              wget https://docs.broadcom.com/docs-and-downloads/007.2705.0000.0000_storcli_rel.zip
              unzip 007.2705.0000.0000_storcli_rel.zip
              cd storcli_rel
              unzip Unified_storcli_all_os.zip
              rpm -ivh Unified_storcli_all_os/Linux/storcli-007.2705.0000.0000-1.noarch.rpm
              alternatives --install '/usr/bin/StorCli64' 'StorCli64' '/opt/MegaRAID/storcli/storcli64' 1
              alternatives --install '/usr/bin/StorCli' 'StorCli' '/opt/MegaRAID/storcli/storcli64' 1
              alternatives --install '/usr/bin/storcli' 'storcli' '/opt/MegaRAID/storcli/storcli64' 1
              
              1 Reply Last reply Reply Quote 0
              • First post
                Last post