| 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 | |
| 102 | Get all adapters status and config: |
| 103 | {{{ |
| 104 | pr57ga:~# megacli -AdpAllInfo -aAll |
| 105 | |
| 106 | Adapter #0 |
| 107 | |
| 108 | ============================================================================== |
| 109 | Versions |
| 110 | ================ |
| 111 | Product Name : PERC 5/i Integrated |
| 112 | Serial No : 12345 |
| 113 | FW Package Build: 5.2.1-0067 |
| 114 | |
| 115 | Mfg. Data |
| 116 | ================ |
| 117 | Mfg. Date : 00/00/00 |
| 118 | Rework Date : 00/00/00 |
| 119 | Revision No : @��A |
| 120 | Battery FRU : N/A |
| 121 | |
| 122 | Image Versions In Flash: |
| 123 | ================ |
| 124 | Boot Block Version : R.2.3.12 |
| 125 | BIOS Version : MT28-8 |
| 126 | MPT Version : MPTFW-00.10.61.00-IT |
| 127 | FW Version : 1.03.40-0316 |
| 128 | WebBIOS Version : 1.03-04 |
| 129 | Ctrl-R Version : 1.04-019A |
| 130 | [...] |
| 131 | }}} |
| 132 | |
| 133 | |
| 134 | |