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.
