The arcconf tool is used for managing the controller on the command-line interface and It use to check the health of Adaptec RAID under Linux server from a shell prompt. In this tutorial, I will show you How do I check the health of Adaptec RAID using arcconf command.
The first, login as root and type these following commands
# wget http://download.adaptec.com/raid/storage_manager/asm_linux_x64_v6_50_18579.tgz # tar -zxf asm_linux_x64_v6_50_18579.tgz # rm -f asm_linux_x64_v6_50_18579.tgz # cd cmdline/ # chmod +x arcconf
If you’ll get this error when you try to run arcconf:
./arcconf: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Type the following command to fix it
# yum -y install compat-libstdc++-33
The second, to view and modify other RAID configuration use arcconf program to view health of RAID. Simply, login as the root and type the following command at a shell prompt
./arcconf GETCONFIG 1
Sample output:
Controllers found: 1 ---------------------------------------------------------------------- Controller information ---------------------------------------------------------------------- Controller Status : Optimal Channel description : SAS/SATA Controller Model : Adaptec 6805 Controller Serial Number : 2B2511FCA4E Physical Slot : 17 Temperature : 66 C/ 150 F (Normal) Installed memory : 512 MB Copyback : Disabled Background consistency check : Disabled Automatic Failover : Enabled Global task priority : High Performance Mode : Default/Dynamic Stayawake period : Disabled Spinup limit internal drives : 0 Spinup limit external drives : 0 Defunct disk drive count : 0 Logical devices/Failed/Degraded : 2/0/0 NCQ status : Enabled Statistics data collection mode : Enabled -------------------------------------------------------- Controller Version Information -------------------------------------------------------- BIOS : 5.2-0 (18668) Firmware : 5.2-0 (18668) Driver : 1.1-7 (28000) Boot Flash : 5.2-0 (18668) -------------------------------------------------------- Controller ZMM Information -------------------------------------------------------- Status : ZMM not installed ---------------------------------------------------------------------- Logical device information ---------------------------------------------------------------------- Logical device number 0 Logical device name : raid1 RAID level : 1 Status of logical device : Optimal Size : 114290 MB Read-cache mode : Enabled Write-cache mode : Enabled (write-back) Write-cache setting : Enabled (write-back) Partitioned : Yes Protected by Hot-Spare : No Bootable : Yes Failed stripes : No Power settings : Disabled -------------------------------------------------------- Logical device segment information -------------------------------------------------------- Segment 0 : Present (Controller:1,Connector:0, Device:0) CVMP23450090120BGN Segment 1 : Present (Controller:1,Connector:0, Device:1) CVMP234101YH120BGN Logical device number 1 Logical device name : raid10 RAID level : 10 Status of logical device : Optimal Size : 3809270 MB Stripe-unit size : 256 KB Read-cache mode : Enabled Write-cache mode : Enabled (write-back) Write-cache setting : Enabled (write-back) Partitioned : Yes Protected by Hot-Spare : No Bootable : No Failed stripes : No Power settings : Disabled -------------------------------------------------------- Logical device segment information -------------------------------------------------------- Group 0, Segment 0 : Present (Controller:1,Connector:0, Device:2) WD-WMAY04356528 Group 0, Segment 1 : Present (Controller:1,Connector:0, Device:3) WD-WMAY04421540 Group 1, Segment 0 : Present (Controller:1,Connector:1, Device:0) WD-WMAY04422111 Group 1, Segment 1 : Present (Controller:1,Connector:1, Device:1) WD-WMAY04353276 ---------------------------------------------------------------------- Physical Device information ---------------------------------------------------------------------- Device #0 Device is a Hard drive State : Online Supported : Yes Transfer Speed : SATA 6.0 Gb/s Reported Channel,Device(T:L) : 0,0(0:0) Reported Location : Connector 0, Device 0 Vendor : INTEL Model : SSDSC2CT120A3 Firmware : 300i Serial number : CVMP23450090120BGN Size : 114473 MB Write Cache : Enabled (write-back) FRU : None S.M.A.R.T. : No S.M.A.R.T. warnings : 0 Power State : Full rpm Supported Power States : Full rpm,Powered off,Reduced rpm NCQ status : Enabled Device #1 Device is a Hard drive State : Online Supported : Yes Transfer Speed : SATA 6.0 Gb/s Reported Channel,Device(T:L) : 0,1(1:0) Reported Location : Connector 0, Device 1 Vendor : INTEL Model : SSDSC2CT120A3 Firmware : 300i Serial number : CVMP234101YH120BGN Size : 114473 MB Write Cache : Enabled (write-back) FRU : None S.M.A.R.T. : No S.M.A.R.T. warnings : 0 Power State : Full rpm Supported Power States : Full rpm,Powered off,Reduced rpm NCQ status : Enabled Device #2 Device is a Hard drive State : Online Supported : Yes Transfer Speed : SATA 3.0 Gb/s Reported Channel,Device(T:L) : 0,2(2:0) Reported Location : Connector 0, Device 2 Vendor : WDC Model : WD2003FYYS-02W0B Firmware : 01.01D02 Serial number : WD-WMAY04356528 Size : 1907729 MB Write Cache : Enabled (write-back) FRU : None S.M.A.R.T. : No S.M.A.R.T. warnings : 0 Power State : Full rpm Supported Power States : Full rpm,Powered off,Reduced rpm NCQ status : Enabled Device #3 Device is a Hard drive State : Online Supported : Yes Transfer Speed : SATA 3.0 Gb/s Reported Channel,Device(T:L) : 0,3(3:0) Reported Location : Connector 0, Device 3 Vendor : WDC Model : WD2003FYYS-02W0B Firmware : 01.01D02 Serial number : WD-WMAY04421540 Size : 1907729 MB Write Cache : Enabled (write-back) FRU : None S.M.A.R.T. : No S.M.A.R.T. warnings : 0 Power State : Full rpm Supported Power States : Full rpm,Powered off,Reduced rpm NCQ status : Enabled Device #4 Device is a Hard drive State : Online Supported : Yes Transfer Speed : SATA 3.0 Gb/s Reported Channel,Device(T:L) : 0,4(4:0) Reported Location : Connector 1, Device 0 Vendor : WDC Model : WD2003FYYS-02W0B Firmware : 01.01D02 Serial number : WD-WMAY04422111 Size : 1907729 MB Write Cache : Enabled (write-back) FRU : None S.M.A.R.T. : No S.M.A.R.T. warnings : 0 Power State : Full rpm Supported Power States : Full rpm,Powered off,Reduced rpm NCQ status : Enabled Device #5 Device is a Hard drive State : Online Supported : Yes Transfer Speed : SATA 3.0 Gb/s Reported Channel,Device(T:L) : 0,5(5:0) Reported Location : Connector 1, Device 1 Vendor : WDC Model : WD2003FYYS-02W0B Firmware : 01.01D02 Serial number : WD-WMAY04353276 Size : 1907729 MB Write Cache : Enabled (write-back) FRU : None S.M.A.R.T. : No S.M.A.R.T. warnings : 0 Power State : Full rpm Supported Power States : Full rpm,Powered off,Reduced rpm NCQ status : Enabled Command completed successfully.
{ 1 comment… read it below or add one }
Thanks for finally talking about >How To Check
The Heath Of Adaptec RAID Using arrconf On CentOS <Loved it!