Offline install SupremeRAID driver#

Offline install SupremeRAID driver#


Environment

RAID Model: SR1000 or SR1010, SR1001
Host Hardware: Intel, AMD
Operating System: Linux RPM base(Alamlinux, CentOS, RHEL, Oracle Linux)

Issue

When users need to install the SupremRAID driver but cannot connect to the external network.

Resolution

  1. Prepare the corresponding DKMS and ISO file(OS image).
    Ensure you have downloaded the DKMS package and an ISO image file compatible with your RAID model and the version of your Linux operating system.

    Note: The DKMS package could be found on this website: https://pkgs.org/download/dkms


    Note: the OS image file DO NOT download "Minimal", which version would not including package inside.

  2. Create a new mounting point directory:
    # mkdir -p /mnt/dvd
  3. Mount the ISO image file to the newly created directory:
    # mount -o loop <iso_path> /mnt/dvd
    Note: Replace <iso_path> with the path to your ISO file.

  4. Execute the SupremeRAID pre-installer:
    #
    bash graid-sr-pre-installer-1.5.0-*-x86_64.run --local-iso-mnt=/mnt/dvd/ --dkms=<dkms_path>

    Note1: Please use the pre-installer version later 101(graid-sr-pre-installer-1.5.0-101-x86_64.run)
    Note2:
    Replace <dkms_path> with the path to your DKMS package.
    By following these steps, you can successfully setup the SupremeRAID driver needed environment without an external network connection. Note that the system may require a restart after the pre-installer finish the install to ensure those setting are correctly loaded.


  5. After reboot the system, execute the SupremeRAID driver: #bash graid-sr-installer-1.5.0-*-*-*.run


  6. Active the service by apply the license key # sudo graidctl apply license [license key] Note: Replace [license key] with the card's license key.

    • Related Articles

    • Offline install SupremeRAID driver(Ubuntu)#

      Environment RAID Model: SR1000 or SR1010, SR1001 Host Hardware: Intel, AMD Operating System: Linux Deb base(Ubuntu) Issue When users need to install the SupremRAID driver but cannot connect to the external network. Resolution Prepare an environment ...
    • Installation Guide for SupremeRAID driver

      Environment RAID Model: SR1000 or SR1010 etc Host Hardware: AMD/Intel/Supermicro model etc Operating System: Linux etc Issue Beginning using SupremeRAID Resolution Linux Step 1: Downloading the Required Scripts ...
    • Enabling Secure Boot with SupremeRAID™ on Ubuntu

      Environment RAID Model: SR1000 or SR1010 etc Host Hardware: AMD/Intel/Supermicro model etc Operating System: Linux Ubuntu etc Issue Setting up Secure Boot with SupremeRAID™ requires proper key enrollment for loading both the SupremeRAID and NVIDIA ...
    • How to Configure QEMU with SupremeRAID RAID as a Datastore for Virtual Machines #

      Environment RAID Model: All Supreme RAID model Host Hardware: AMD/Intel Operating System: Linux RHEL QEMU Description Virtualization has become an essential tool for modern computing, enabling multiple virtual machines (VMs) to operate on a single ...
    • License not expired but when you apply fail show [Apply license failed : License expired]#

      Environment RAID Model: All Supreme RAID model Host Hardware: AMD/Intel Operating System: Linux SupremeRAID driver: 1.3.x or later Description If you check the license product expiry date not expired, but when you apply license still failed and show ...