2018年7月 のアーカイブ

Megaraid Storage Manager Linux版インストール

2018年7月11日 水曜日
この記事を読むのにかかる時間の目安: 約 3 分 26 秒

Megaraid Manager Linux GUI版のインストールをしてみました。

現在MegaraidはBROADCOMの製品となっています。

下記サイトより対象となる製品を選択し、プログラムをダウンロードします。

https://jp.broadcom.com/support/download-search

 

ダウンロード後に解凍した、diskディレクトリーの内容は以下の通りになります。

[root@localhost disk]# ls -al
合計 109832
drwxr-xr-x. 2 root root 4096 4月 24 2017 .
drwxr-xr-x. 8 root root 181 6月 14 12:17 ..
-rw-r–r–. 1 root root 225807 4月 24 2017 LSI-AdapterSAS.mib
-rw-r–r–. 1 root root 165032 4月 24 2017 LSI-AdapterSASIR.mib
-rw-r–r–. 1 root root 2464784 9月 20 2016 Lib_Utils2-1.00-08.noarch.rpm
-rw-r–r–. 1 root root 107887692 4月 24 2017 MegaRAID_Storage_Manager-17.05.00-02.noarch.rpm
-rw-r–r–. 1 root root 7158 4月 24 2017 RunRPM.sh
-rw-r–r–. 1 root root 1854 5月 11 2015 RunRPM_vmware.sh
-rw-r–r–. 1 root root 1916 4月 24 2017 deleteOldVersion.sh
-rwxr-xr-x. 1 root root 22472 4月 24 2017 install.csh
-rw-r–r–. 1 root root 27802 12月 23 2015 msm-readme_linux_x64.txt
-rw-r–r–. 1 root root 28092 4月 24 2017 readme.txt
-rw-r–r–. 1 root root 1008809 4月 24 2017 sas_ir_snmp-17.05-0002.x86_64.rpm
-rw-r–r–. 1 root root 587814 4月 24 2017 sas_snmp-17.05-0002.x86_64.rpm
-rw-r–r–. 1 root root 9623 5月 11 2015 vmware_install.sh

次に実行権限を付加します。

[root@localhost disk]# chmod 755 RunRPM.sh

RunRPM.shを実行します

実行に際して、ご使用のLinuxによってglibc,libgcc,Xfree86,unixODBC等のパッケージを

Linuxのインストールディスクから追加する必要がある可能性があります。

[root@localhost disk]# ./RunRPM.sh
./RunRPM.sh: 行 3: ./deleteOldVersion.sh: 許可がありません
準備しています… ################################# [100%]
Installing….
更新中 / インストール中…
1:Lib_Utils2-1.00-08 ################################# [100%]

Installing MegaRAID_Storage_Manager-17.05.00-02
準備しています… ################################# [100%]
Installing….
更新中 / インストール中…
1:MegaRAID_Storage_Manager-17.05.00################################# [100%]
/
/
/
/etc/X11/xinit/xinitrc.d

/opt/mega/8-07-14_MegaCLI/disk
Installing sas_snmp-17.05-0002
準備しています… ################################# [100%]
更新中 / インストール中…
1:sas_snmp-17.05-0002 ################################# [100%]
/etc/snmp/snmpd.conf file not found. Please check the filepath

作業中に以下のエラーが表示されるが、無視しても問題ありません。

———————————————————————————————————–

Exiting …..
警告: %post(sas_snmp-17.05-0002.x86_64) スクリプトの実行に失敗しました。終了ステータス 1
Installing sas_ir_snmp-17.05-0002
準備しています… ################################# [100%]
更新中 / インストール中…
1:sas_ir_snmp-17.05-0002 ################################# [100%]
/etc/snmp/snmpd.conf file not found. Please check the filepath
Exiting …..
警告: %post(sas_ir_snmp-17.05-0002.x86_64) スクリプトの実行に失敗しました。終了ステータス 1


上記でインストールは終了です。

GUI上でアプリケーションを起動可能となります。