| 104 | |
| 105 | == 3.2. afacli & aaccli == |
| 106 | |
| 107 | Theses tools are deprecated in favour of arcconf (see above). |
| 108 | |
| 109 | == 3.3. aacraid-status == |
| 110 | |
| 111 | aacraid-status is a package I wrote by myself. It includes a python wrapper around arcconf command and an initscript which daemonize the launch of the wrapper.[[BR]] |
| 112 | It also handles failure detection and report it by mail and syslog. It also handle unexpected output changes and reminders until the status is fine again. |
| 113 | |
| 114 | GRAB-IT NOW FROM OUR REPOSITORY |
| 115 | |
| 116 | Output example: |
| 117 | |
| 118 | {{{ |
| 119 | server:~# aacraid-status |
| 120 | -- Controller informations -- |
| 121 | -- ID | Model | Status |
| 122 | c0 | PERC 3/Di | Optimal |
| 123 | |
| 124 | -- Arrays informations -- |
| 125 | -- ID | Type | Size | Status | Task | Progress |
| 126 | c0u1 | RAID5 | 139G | Optimal |
| 127 | |
| 128 | -- Disks informations |
| 129 | -- ID | Model | Status |
| 130 | c0u1d2 | MAXTOR ATLASU320_73_SCA | Online |
| 131 | c0u1d1 | MAXTOR ATLASU320_73_SCA | Online |
| 132 | c0u1d0 | MAXTOR ATLASU320_73_SCA | Online |
| 133 | }}} |