前言
一般來說 xServer 用於 RAID 0/1 的 RAID Card 稱為 MegaRAID (雖然 RAID Card 名稱還是叫 ServerRAID) 而具有 RAID 5/6/10 功能的稱為 ServerRAID,安裝下列工具之後便可以在圖形模式 (X-Win) 下很方便的查看目前 RAID 及 HDD 狀態。IBM ServeRAID software matrix
MegaRAID Storage Manager (MSM)
- MegaRAID Storage Management (MSM) Application v8.17-20 for Microsoft Windows Server 2003/2008 - IBM BladeCenter and System x
- MegaRAID Storage Management (MSM) Application v8.17-20 for Linux - IBM BladeCenter and System x
實作環境
- RHEL 5.6 (64 bit)
- IBM x3550 M3
- IBM ServerRAID M1015 SAS Controller (RAID Card)
- IBM MegaRAID Storage Management (MSM_linux_installer-8.17-20.tar.gz)
安裝及設定
步驟 1. 安裝 compat-libstdc++-33
在安裝以前必須先確定系統是否有安裝 compat-libstdc++-33,若沒有的話就使用 yum 安裝吧 (yum -y install compat-libstdc++-33)。# rpm -qa compat-libstdc*
compat-libstdc++-296-2.96-138
compat-libstdc++-33-3.2.3-61
compat-libstdc++-33-3.2.3-61
步驟 2. 下載 MSM_linux_installer-8.17-20.tar.gz 後解壓縮及安裝
從 MegaRAID Storage Management (MSM) Application v8.17-20 for Microsoft Windows Server 2003/2008 - IBM BladeCenter and System x 下載 MSM_linux_installer-8.17-20.tar.gz。 (必須要註冊一個 IBM 帳號才可進行登入及下載的動作),接著解壓縮 MSM_linux_installer-8.17-20.tar.gz 後會建立 disk 資料夾裡面放著相關執行檔案,執行安裝 MegaRAID Storage Management Shell Script。# tar zxvf MSM_linux_installer-8.17-20.tar.gz
# cd disk
# ./install.sh
The provisions of Sections 2, 3, 4, 7, 8 and 9 shall survive any termination of this Agreement.
Press Y to accept the License Agreement :Y //鍵入 Y 表示同意版權宣告
(1) Complete //自行選擇您適合的安裝類型
(2) Client Components Only
(3) StandAlone
(4) Local
步驟 3. 啟動 MegaRAID Storage Manager
只要執行 /usr/local/MegaRAID Storage Manager/startupui.sh 即可啟動 MegaRAID Storage Manager 記得要使用 Full Access 權限必須要使用 root 帳號、密碼登入才行哦。若您想要硬碟損壞時能發出告警,可以切換到 Tools \ Configure Alerts 即可設定告警。