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 with SupremeRAID card and have internet access.
- Pre-setup, and download the pre-installer package from Graid's website
#dpkg -l | awk '/^ii/ {print $2, $3}' > pre-setup.txt
#wget <pre-installer package> - Run pre-installer and ensure the pre-installer is running correctly
# bash graid-sr-pre-installer-1.5.0-*-x86_64.run
- Post-setup
# dpkg -l | awk '/^ii/ {print $2, $3}'> post-setup.txt
# sort pre-setup.txt -o pre-setup.txt
# sort post-setup.txt -o post-setup.txt
# comm -13 pre-setup.txt post-setup.txt > required_installed.txt
# cat required_installed.txt | awk '{print $1}' > required_installed.name.txt
# mkdir required_installed/
# cp required_installed.name.txt required_installed/ && cd required_installed/
# while read line; do sudo apt-get download $line; done < required_installed.name.txt
# rm -rf required_installed.name.txt && cd ..
# tar -czvf required_install.tar.gz required_installed/
Copy the "required_install.tar.gz" file to user's offline environment
- At the offline environment, put all the required package like pre-installer, driver, and required_install.tar.gz into the offline environment.
- Installation
#tar -zxvf required_install.tar.gz
#cd required_installed/
#apt install ./*
#bash graid-preinstaller
- After reboot the system, execute the SupremeRAID driver:
#bash graid-sr-installer-1.5.0-*-*-*.run
- 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#
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. ...
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 ...
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 ...
How to enable mail notification with SupremeRAID#
Environment RAID Model: SR1000 or SR1010, SR1001 Host Hardware: Intel, AMD Operating System: Linux / Windows Issue Mail notification Resolution Linux Email Notification Agent deb (opens new window)rpm Windows Mail Notification Agent ...
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 ...