Posted on Tuesday, 16th February 2010 by Balazs
Problem
In order to manage the 3ware raid controller under Linux, an embedded web server needs to be installed. 3ware provides a download-able tarball on their site, however, the installation on Lenny is problematic. The following steps explain how to get the install and the configuration done.
Solution
- Edit
/etc/apt/sources.listand add the following lines:
# 3Ware
deb http://jonas.genannt.name/debian lenny restricted
# wget -O - http://jonas.genannt.name/debian/jonas_genannt.pub | apt-key add -# apt-get update# apt-cache search 3ware# aptitude install 3ware-3dm2-binary 3ware-cli-binary# cd /etc/3dm2# cp 3dm2.conf 3dm2.conf-dist- Edit
3dm2.confset :
RemoteAccess 1
# /etc/init.d/3dm2 restart- Browse to
https://yourhost:888/ - Select
3DM 2 Settingsand change the default password3wareto something secure. If you lock yourself out, you can copy the original config file back in place as it has the default password.
References
- 3ware raid controller with debian linux
- 3ware Debian repository
- Install 3Ware 3DM2 Tools on Debian 4.0
Tags: 3ware, Debian, Lenny, RAID
Posted in Linux | Comments (Comments)