LoginSignup
6
4

More than 5 years have passed since last update.

MegaCliのインストール

Posted at

MegaCliを使えるようにするまでの簡単な手順

Raidコントローラの確認

$ lspci | grep LSI
02:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS-3 3108 [Invader] (rev 02)

MegaCliをインストールする

# wgetでrpmファイルを取ってくる
$ wget https://ginernet.com/downloads/MegaCli-8.07.14-1.noarch.rpm ```

# rpmパッケージをインストールする
$ rpm -Uhv MegaCli-8.07.14-1.noarch.rpm 

MegaCliコマンドでディスク情報を確認する

# raid・仮想ディスクの状態確認
$ /opt/MegaRAID/MegaCli/MegaCli64 -LDInfo -Lall -Aall

# 物理ディスクの状態確認
$ /opt/MegaRAID/MegaCli/MegaCli64 -PDList -aAll
6
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
4