| | 33 | == 3.1 megactl == |
| | 34 | |
| | 35 | === 3.1.1. Quickstart and output example === |
| | 36 | |
| | 37 | Print current controller status: |
| | 38 | {{{ |
| | 39 | server:~# megactl |
| | 40 | a0 PERC 4/Di chan:2 ldrv:1 batt:good |
| | 41 | a0d0 273GiB RAID 5 1x3 optimal |
| | 42 | a0c0t0 136GiB a0d0 online |
| | 43 | a0c0t1 136GiB a0d0 online |
| | 44 | a0c0t2 136GiB a0d0 online |
| | 45 | }}} |
| | 46 | |
| | 47 | There are several switches which are interresting: |
| | 48 | * '''-H''': Only print lines which are not ok.[[BR]]If nothing is printer, everything is fine |
| | 49 | * '''-B''': Ignore batttery problems when running -H.[[BR]]In fact megactl can define if your controller has a battery or not.[[BR]]If you don't have one, use this parameter. |
| | 50 | |