Changes between Version 2 and Version 3 of Adaptec


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Adaptec

    v2 v3  
    2323  * 02:01.0 RAID bus controller ![0104]: Adaptec AAC-RAID ![9005:0285] (rev 01)
    2424  * 04:08.1 RAID bus controller ![0104]: Dell !PowerEdge Expandable RAID Controller 3/Di [1028:000a] (rev 01)
     25
     26[[BR]]
     27= 3. Management and reporting tools =
     28
     29'''No opensource tools''' for aacraid cards currently exist.
     30However, Adaptec provides a proprietary utility for x86 and x86_64 linux systems.
     31
     32== 3.1. arcconf ==
     33
     34arcconf is a command line tool to manage and monitor aacraid cards.[[BR]]
     35Latest version is 5.20.17414, available in Adaptec storage manager applications package.
     36
     37''AVAILABLE IN OUR DEBIAN PACKAGES REPOSITORY FOR BOTH I386 AND AMD64 ARCHITECTURES''
     38
     39=== 3.1.1. Quickstart guide for arcconf ===
     40
     41Get first controller config and status
     42{{{
     43server# arcconf GETCONFIG 1
     44Controllers found: 1
     45----------------------------------------------------------------------
     46Controller information
     47----------------------------------------------------------------------
     48   Controller Status                        : Optimal
     49   Channel description                      : SCSI
     50   Controller Model                         : PERC 3/Di
     51[...]
     52   BIOS                                     : 2.8-0 (6089)
     53   Firmware                                 : 2.8-0 (6089)
     54   Driver                                   : 1.1-4 (9999)
     55   Boot Flash                               : 0.0-0 (0)
     56[...]
     57----------------------------------------------------------------------
     58Logical device information
     59----------------------------------------------------------------------
     60Logical device number 1
     61   Logical device name                      : Noname
     62   RAID level                               : 5
     63   Status of logical device                 : Optimal
     64   Size                                     : 139997 MB
     65   Stripe-unit size                         : 64 KB
     66   Write-cache mode                         : Not supported
     67   Partitioned                              : Yes
     68   Protected by Hot-Spare                   : No
     69   Bootable                                 : Yes
     70   Failed stripes                           : No
     71[...]
     72----------------------------------------------------------------------
     73Physical Device information
     74----------------------------------------------------------------------
     75   Channel #0:
     76      Transfer Speed                        : Ultra160
     77      Initiator at SCSI ID 7
     78      Device #0
     79         Device is a Hard drive
     80         State                              : Online
     81         Supported                          : Yes
     82         Transfer Speed                     : Ultra160
     83         Reported Channel,Device            : 0,0
     84         Vendor                             : MAXTOR
     85         Model                              : ATLASU320_73_SCA
     86         Firmware                           : B120
     87         Serial number                      : XXX
     88         Size                               : 70007 MB
     89         Write Cache                        : Unknown
     90         FRU                                : None
     91         S.M.A.R.T.                         : No
     92[...]
     93}}}
     94This command will report all important informations.