| | 42 | |
| | 43 | == 3.1. megactl == |
| | 44 | |
| | 45 | Despites megasasctl doesn't seem to work with recent cards, you should really give it a try. |
| | 46 | |
| | 47 | === 3.1.1. Quickstart and output example === |
| | 48 | |
| | 49 | Print current controller status: |
| | 50 | {{{ |
| | 51 | server:~# megasasctl |
| | 52 | a0 PERC 5/i Integrated encl:1 ldrv:1 batt:good |
| | 53 | a0d0 136GiB RAID 1 1x2 optimal |
| | 54 | a0e8s0 136GiB a0d0 online |
| | 55 | a0e8s1 136GiB a0d0 online |
| | 56 | }}} |
| | 57 | |
| | 58 | There are several switches which are interresting: |
| | 59 | * '''-H''': Only print lines which are not ok.[[BR]]If nothing is printer, everything is fine |
| | 60 | * '''-B''': Ignore batttery problems when running -H.[[BR]]In fact megasasctl can't define if your controller has a battery or not.[[BR]]If you don't have one, use this parameter. |