| 3ware 3DM インストール手順 | Since: | 2003.09.06 | |
| Last: | 2003.09.18 | ||
| ■3DMとは |
| 3DMとは3Ware製RAIDコントローラを総合的に管理するツールである。3DMを使用することにより、アレイの構築・メンテナンス等の操作をWebブラウザから行なうことが可能となる。 現在はLinux及びWindows等で動作するバージョンが3Wareより配布されている。 |
| ■環境情報 | |
| OS: | Redhat Linux 9.0 |
| Kernel: | 2.4.21 |
| 3DM Version: | 7.6.3 |
| RAID Controler: | 3ware Escarade7500-4way |
| ■入手先 | |
| 3Ware WebSite: | http://www.3ware.com/support/download.asp |
| ■インストール手順 | |
| ダウンロードしたzipアーカイブを展開し、作業ディレクトリにコピーする。 含まれるファイルは以下の2つ。 |
|
| 3dm-lnx.tgz | 3DMアーカイブ | |
| install.3dm | インストールスクリプト |
| アーカイブに含まれるインストールスクリプトを実行。 |
|
./install.3dm |
| 設定に関する以下の質問が行われる |
| Was RPM used to install the Escalade driver and/or 3dm? (Y/N) [N] | ||
| デバイスドライバ及び3DMのインストールにRPMパッケージを使用するか? [Y/N] | ||
| Please enter the location of the help documentation. [/usr/local/doc/3dm] | ||
| ドキュメントのインストール先を指定 [初期値:/usr/local/doc/3dm] | ||
| Would you like to have email notification enabled? (Y/N) [Y] | ||
| 異常発生時のメール通知機能を使用するか? [Y/N] (インストール後に変更可能) | ||
| Please enter the name of your mail server. [hostname]: | ||
| 警告メール配信に使用するSMTPサーバを指定 | ||
| Please enter the name of the user you want sending email notification. [root]: | ||
| 警告メールの送信元を指定 | ||
| Please enter the name of the user you want receiving email notification. [3ware_admin]: | ||
| 警告メールの送信先を指定 | ||
| Please enter the port number you would like to use for web monitoring. [1080]: | ||
| 3DMにて使用するポートを指定 [初期値:1080] | ||
| Would you like 3DM connection security to limit connections to localhost only? (Y/N) [Y] | ||
| 3DMへのアクセスをローカルマシン以外からも許可するか [Y/N] | ||
| 設定が完了するとインストールが実行され、3DMのサービスが起動する |
|
**** Starting 3dmd using configuration found in /etc/3dmd.conf **** Starting 3ware DiskSwitch daemon: [ OK ] |
| ■動作確認 | |
| 3DMは起動シェルが/etc/rc.d/init.d/3dmとしてインストールされ、rc3.d及びrc5.dにシンボリックリンクが張られる。 このため、起動段階からデーモンとして常駐することとなる。 |
|
| 3DM プロセス確認 | |
|
[root/]# ps ax | grep 3dm 1872 pts/0 S 0:59 3dmd |
|
| 3DM 管理画面へのアクセスURL | |
|
http://[hostname]:1080/ |
|
| 戻る |