Changes between Version 5 and Version 6 of Adaptec


Ignore:
Timestamp:
09/23/08 14:29:12 (16 years ago)
Author:
Adam Cécile
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Adaptec

    v5 v6  
    4141Get first controller config and status
    4242{{{
    43 server# arcconf GETCONFIG 1
     43server:~# arcconf GETCONFIG 1
    4444Controllers found: 1
    4545----------------------------------------------------------------------
     
    9696
    9797{{{
    98 server# arcconf GETSTATUS 1
     98server:~# arcconf GETSTATUS 1
    9999Controllers found: 1
    100100   Current operation              : None
     
    102102Command completed successfully.
    103103}}}
     104
     105== 3.2. afacli & aaccli ==
     106
     107Theses tools are deprecated in favour of arcconf (see above).
     108
     109== 3.3. aacraid-status ==
     110
     111aacraid-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]]
     112It 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
     114GRAB-IT NOW FROM OUR REPOSITORY
     115
     116Output example:
     117
     118{{{
     119server:~# aacraid-status
     120-- Controller informations --
     121-- ID | Model | Status
     122c0 | PERC 3/Di | Optimal
     123
     124-- Arrays informations --
     125-- ID | Type | Size | Status | Task | Progress
     126c0u1 | RAID5 | 139G | Optimal
     127
     128-- Disks informations
     129-- ID | Model | Status
     130c0u1d2 | MAXTOR ATLASU320_73_SCA | Online
     131c0u1d1 | MAXTOR ATLASU320_73_SCA | Online
     132c0u1d0 | MAXTOR ATLASU320_73_SCA | Online
     133}}}