Ubuntu Server deployment confronts a roadblock in terms of hardware management of redundant arrays of independent disks (RAID). Adaptec, a leading RAID card vendor, does not provide a Debian-based version of its popular Storage Manager software, even though the Linux kernel includes the driver for many of its RAID cards by default. As a result, IT administrators running Ubuntu Server don't have a vendor-supported method for RAID controller management.
Here we discuss how to download the RPM-based Adaptec Storage Manager for x64 Linux and convert it to a Debian-based tool. In this tip, we assume the following:
The first section of this article describes the steps involved with downloading and installing the software from Adaptec on a Debian-based Linux server, while the second section describes how to launch the software from a remote client and create alerts.
Installing ASM
The following steps should work on newer versions of 64-bit Ubuntu, as well as with other types of Adaptec cards.
That's it. The ASM software is up and running!
Managing ASM
The ASM software runs on the server but must be managed on the client. To do this, simply open a terminal and type:
ssh -Y FQDN_OF_SERVER_WITH_ASM_ON_IT
This creates an SSH connection to forward trusted X11 connections on the server which the ASM software is installed. Once the connection is established, type the following to launch the storage manager:
sudo /usr/StorMan/StorMan.sh
A splash screen will appear:
[IMAGE]
Then, the program's main window will display:
[IMAGE]
The window presents a list of the servers it recognizes (currently only one server should be listed -- the server the software i
To continue reading for free, register below or login
To read more you must become a member of SearchEnterpriseLinux.com
');
// -->

s running on.) Double-clicking on the server name will bring up a login prompt:
[IMAGE]
Enter the root username and password for the server (it is encrypted over SSH) in order to manage the hardware RAID. Once logged in, the display will change to this:
[IMAGE]
ASM lets an IT administrator explore all aspects of the configured RAID and the drives used in the configuration. As a proactive DR measure, notifications about the RAID can be created if one of its drives enters a degraded state. Click on the "Configure" button in the menu bar and a drop-down list will appear that includes the name of the currently connected server. Click the name of the server and then click on the menu item labelled 'E-mail Notifications'. This will bring up a new window that resembles the following:
[IMAGE]
Click on the 'Add e-mail recipient' button to make a new window appear:
[IMAGE]
Enter the name, e-mail address and level of notifications that the recipient should receive. Click 'Add' to complete the process.
There are many other tools inside ASM to discover, just click and learn. I hope this article has helped readers learn how to install the Adaptec Storage Manager software, once meant only for rpm systems, onto their favorite Debian-based servers.
About the author: Andrew Kutz is a Microsoft Certified Solutions Developer (MCSD) and a SANS/GIAC Certified Windows Security Administrator (GCWN). An avid fan of .NET, open source, Terminal Services and coding, Andrew's current focus is on virtualization. Andrew graduated from the University of Texas at Austin with a B.A. in Ancient History and Classical Civilization and currently lives in Austin, Texas with his wife Mandy and their two dogs.