| | 25 | |
| | 26 | [[BR]] |
| | 27 | = 3. Management and reporting tools = |
| | 28 | |
| | 29 | '''No opensource tools''' for aacraid cards currently exist. |
| | 30 | However, Adaptec provides a proprietary utility for x86 and x86_64 linux systems. |
| | 31 | |
| | 32 | == 3.1. arcconf == |
| | 33 | |
| | 34 | arcconf is a command line tool to manage and monitor aacraid cards.[[BR]] |
| | 35 | Latest 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 | |
| | 41 | Get first controller config and status |
| | 42 | {{{ |
| | 43 | server# arcconf GETCONFIG 1 |
| | 44 | Controllers found: 1 |
| | 45 | ---------------------------------------------------------------------- |
| | 46 | Controller 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 | ---------------------------------------------------------------------- |
| | 58 | Logical device information |
| | 59 | ---------------------------------------------------------------------- |
| | 60 | Logical 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 | ---------------------------------------------------------------------- |
| | 73 | Physical 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 | }}} |
| | 94 | This command will report all important informations. |