C.O.D. Monster Server Build – 40TB

Installing the Software

OpenMediaVault’s installation is extremely easy.  Just download the ISO, burn it, and spin it (not on your finger).  Also, I would also recommend that you have only the drive you are designating as your OS drive powered on.  Wait until after the OS installation is complete and process for enabling the HighPoint Controller is complete before connecting the additional drives.

You must disable your serial port.  Check your motherboard manual for more information.

The rest of the installation is easy as pie. Just use all the defaults and you are good to go. I didn’t capture the entire install process, but here are some screenshots to guide you along.

Build-Better-NAS-(18) Build-Better-NAS-(19) Build-Better-NAS-(20) Build-Better-NAS-(21) Build-Better-NAS-(22)Build-Better-NAS-(23)

Once the software is installed, you are ready to get your HighPoint RocketRAID 2720SGL going. Unfortunately, this card isn’t supported out of the box by OMV, but updating to a kernel with driver support built-in is easy enough. To do this, we need to turn on SSH so that we may update the kernel.

The first thing you have to do is log into your OMV server and enable SSH (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). This will add the additional OpenMediaVault repository, the backport repository, and some 3rd party packages for installation.

The partner package repository will contain packages (no external plugins) offered by third-party developers as a service to OpenMediaVault users. These will be backported/updated packages (e.g. from Debian unstable) to the currently used Debian stable release in OMV. Note, this software is not part of OpenMediaVault and is not tested, use it at your own risk. To add this repository your ‘/etc/apt/sources.list.d/openmediavault.list’ must look like

deb http://backports.debian.org/debian-backports squeeze-backports main non-free
deb http://downloads.sourceforge.net/project/openmediavault/packages fedaykin main

## Uncomment the following line to add software from the proposed repository.
deb http://packages.openmediavault.org/public fedaykin-proposed main
deb http://downloads.sourceforge.net/project/openmediavault/packages fedaykin-proposed main

## This software is not part of OpenMediaVault, but is offered by third-party
## developers as a service to OpenMediaVault users.
deb http://packages.openmediavault.org/public fedaykin partner
deb http://downloads.sourceforge.net/project/openmediavault/packages fedaykin partner

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

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.