HighPoint RocketRAID 2720GSL & OpenMediaVault

When building a NAS, lately my OS of choice has been OpenMediaVault.  Unfortunately, OMV doesn’t ship with native support for one of the most inexpensive SAS controllers, the HighPoint RocketRAID 2720GSL.  To gain support for the controller, you have to backport your Kernel.  The process will take only a few minutes and is easy enough for a novice to do.

Backporting is the action of taking a certain software modification (patch) and applying it to an older version of the software than it was initially created for. It forms part of the maintenance step in a software development process.

First, you have log into your OMV server and make sure SSH is enabled (with root login).  Open up a web browser and point it to the IP address your OMV grabbed (you can see in the screenshot above).  In my case, it was 192.168.1.27 (the first available IP address).  The default username is admin and the default password is OpenMediaVault.

Build-Better-NAS-(17)

  1. Click on SSH in the left menu panel
  2. Check the box for Enable
  3. Ensure the box for Permit root login is checked
  4. Click OK

Build-Better-NAS-(15) Build-Better-NAS-(16)

Next, grab your favorite SSH utility and SSH into your OMV Server.

Log in as root and use the password you set during the installation

Build-Better-NAS-(24)

You need to add the source for the new kernel

nano /etc/apt/sources.list

add the following to the end of the file (move your mouse to the end of the file, copy the line below then right click in the putty window to paste it)

deb http://backports.debian.org/debian-backports squeeze-backports main non-free

Build-Better-NAS-(25)

Press CTRL-X to exit, confirm when prompted by hitting Y and save by hitting Enter

Update with APT

apt-get update

See what kernel is available

apt-cache search linux-image-3

Build-Better-NAS-(26)

Install the kernel (taken from the information above – change the line below should yours reflect something different)

apt-get -t squeeze-backports install linux-image-3.2.0-0.bpo.4-amd64 firmware-linux-free firmware-linux-nonfree

Build-Better-NAS-(27)

Press Y when prompted to continue

If you are prompted that Required firmware files may be missing, press OK – be patient, this may take a bit to finish

Build-Better-NAS-(28)

Reboot to finish the update by typing

reboot

Enjoy!

About Joe D

I have always had a passion for everything computing. In early 2000, I decided to take my passion to the web. Thus, C.O.D. was born. Through the years we have made many great friends at C.O.D. and hope to continue our journey for years to come.

Check Also

Windows Storage Server 2012 R2 Essentials Overview

Just when I thought I had it all figured out, Microsoft drops another one on my lap. I had already covered what I thought was Windows Storage Server 2012 R2 and its functions and flavors when I learned about Essentials. Essentials is still built for a NAS device, but it adds some fantastic functionality to the platform. Some of these include Active Directory Services, Computer Backups, and IIS.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.