Changes between Version 11 and Version 12 of LSIMegaRAIDSAS


Ignore:
Timestamp:
09/01/08 15:44:26 (16 years ago)
Author:
Adam Cécile
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LSIMegaRAIDSAS

    v11 v12  
    9090a0e8s1  SEAGATE ST3146854SS     online
    9191}}}
     92
     93== 3.3. megaclisas ==
     94
     95=== 3.3.1. About megaclisas  ===
     96
     97'''megacli''' is a proprietary tool by LSI which can perform both '''reporting and management''' for MegaRAID SAS cards.
     98[[BR]]However it's really hard to use because it's use '''tones of command line parameters''' and there's '''no documentation'''.
     99
     100=== 3.3.2. Quickstart and output example ===
     101
     102Get all adapters status and config:
     103{{{
     104pr57ga:~# megacli -AdpAllInfo -aAll
     105
     106Adapter #0
     107
     108==============================================================================
     109                    Versions
     110                ================
     111Product Name    : PERC 5/i Integrated
     112Serial No       : 12345
     113FW Package Build: 5.2.1-0067
     114
     115                    Mfg. Data
     116                ================
     117Mfg. Date       : 00/00/00
     118Rework Date     : 00/00/00
     119Revision No     : @��A
     120Battery FRU     : N/A
     121
     122                Image Versions In Flash:
     123                ================
     124Boot Block Version : R.2.3.12
     125BIOS Version       : MT28-8
     126MPT Version        : MPTFW-00.10.61.00-IT
     127FW Version         : 1.03.40-0316
     128WebBIOS Version    : 1.03-04
     129Ctrl-R Version     : 1.04-019A
     130[...]
     131}}}
     132
     133
     134