Sponsored Content
Operating Systems Linux Red Hat Separate HDD test using RAID controller Post 302945612 by Dbugy on Monday 1st of June 2015 03:31:46 AM
Old 06-01-2015
First of thanks for the fast replies!
I should probably clarify what I am doing an how I know I have a problem:
I take different machines with the same configuration, same type RAID card connecting 8 HDDs of the same type. The machines are supposedly identical. I run a "dd" command and I have a standard benchmark that I know I am supposed to hit. If any particular is slower then the benchmark I need to find the problem, and my first thought is that one of the HDDs has a problem (i.e. bad sectors). The problem is that currently I have no way to test each HDD individually (what I end up doing right now is taking out each HDD by its own, connecting it to another PC with Ubuntu and running "SMART Disk Test" on it), then connecting them all back to the machine with RAID and logically reconstruct the RAID again).
I was wondering if there was a way within Red Hat to do something similar to the Ubuntu "SMART Disk Check" that preferably can also do it without disassembling the RAID logically.

I am using RAID 6 on 8 HDDs.
When using "lspci -v" command I get for my RAID controller card:
Code:
RAID bus controller: Adaptec AAC-RAID (rev 09)
Subsystem: Adaptec Unknown device 02b6
Flags: bus master, fast devsel, latency 0, IRQ 23
Memory at f7800000 (64-bit, non-prefetchable) [size=2M]
Expansion ROM at f7780000 [disabled] [size=512K]
Capabilities: [98] Power Management version 2
Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable-
Capabilities: [d0] Express Endpoint, MSI 00
Capabilities: [90] Vital Product Data <?>
Capabilities: [100] Advanced Error Reporting <?>
Kernel driver in use: aacraid
Kernel modules: aacraid

anchele I am not sure what you mean by how the RAID is configured, if there is anything else you need me to tell you I would be glad to, but as I am new to this I might need some explanations on how to acquire the information.

Last edited by Corona688; 06-01-2015 at 01:10 PM..
 

10 More Discussions You Might Find Interesting

1. SCO

ultra 320 scsi raid controller driver for sco 5.0.6

I am facing a problem to install sco 5.0.6 in Dell Power Edge SC1420 which raid controller is ultra 320 scsi raid controller . how/from where to download the ultra 320 scsi raid controller driver for sco 5.0.6. Plz help with any idea karzon (1 Reply)
Discussion started by: karzon
1 Replies

2. SCO

driver needed for hp smartarry p200i sas raid controller

recently we have purchased hp proliant ml350 g5 server and configured raid 5 with hp smartarray p200i sas controller.but i could not found any sas raid controller hp smartarry p200i driver for sco unix 5.0.7 :(.i searched on hp support site,but no use.any one can help. (3 Replies)
Discussion started by: prakrithi
3 Replies

3. Solaris

RAID controller needed for SVM?

hi this may be a very stupid question, but im quite new to Solaris (gonna buid my first system, Solaris 10 on x86 system, connected to other windows systems in a home network) i wanna put a RAID 5 system in there to back up my other systems at home; iv read that its really so easy with SVM to... (4 Replies)
Discussion started by: Landser
4 Replies

4. Red Hat

linux server with raid controller card

I am planning on building a fedora box with raid controller (database server). Is anybody done that ? also what kind of software do you need to backup and recover data. (1 Reply)
Discussion started by: amir07
1 Replies

5. Hardware

Problem with External Raid Controller.

Hi, We have a Sunfire 4150 with On-Board Internal Raid Controller connected to 4 X 146 GB SAS disks. This also has an External Raid Controller (Storagetek Eight-Port, External HBA Model SG-XPCIESAS-R-EXT-Z) connected to a JBOD array ( Storagetek XTA2530 ) which has 5 X 300 GB Hard disk. ... (1 Reply)
Discussion started by: ranjansukumar
1 Replies

6. AIX

SCSI PCI - X RAID Controller card RAID 5 AIX Disks disappeared

Hello, I have a scsi pci x raid controller card on which I had created a disk array of 3 disks when I type lspv ; I used to see 3 physical disks ( two local disks and one raid 5 disk ) suddenly the raid 5 disk array disappeared ; so the hardware engineer thought the problem was with SCSI... (0 Replies)
Discussion started by: filosophizer
0 Replies

7. AIX

Internal PCI X RAID Controller issue ?

Hello folks, Could someone tell me why I unable to create pdisks for a RAID Array # lscfg | grep scsi + sisscsia0 U787A.001.DPM0707-P1 PCI-X Dual Channel Ultra320 SCSI Adapter + scsi0 U787A.001.DPM0707-P1-T10 PCI-X Dual Channel Ultra320 SCSI Adapter... (12 Replies)
Discussion started by: filosophizer
12 Replies

8. Red Hat

RAID Configuration for IBM Serveraid-7k SCSI RAID Controller

Hello, I want to delete a RAID configuration an old server has. Since i haven't the chance to work with the specific raid controller in the past can you please help me how to perform the configuraiton? I downloaded IBM ServeRAID Support CD but i wasn't able to configure the video card so i... (0 Replies)
Discussion started by: @dagio
0 Replies

9. Shell Programming and Scripting

Controller is not going into IF test

Hi All, I am searching for some files (*.sem and *.chk and *.temp) in morethan one directories. if i found .sem and .chk files(base name should be same) i am deleting these 2 files because i need to delete .chk files if i found respective .sem file i am also deleting other .sem files only... (6 Replies)
Discussion started by: VasuKukkapalli
6 Replies

10. SCO

SCO OS 6 Driver for LSIL SAS1064E Raid Controller

Hi all, A client has an SCO OpenServer Server 6.0, that is running on an HP ProLiant Box and they lost the root password. Its equipped with a Doal-Core Intel Pentium Processor. They don't have any media or emergency disk anymore. I tried to boot with the CD Rom, then "Tools", then exit to... (7 Replies)
Discussion started by: thm2222
7 Replies
AAC(4)							   BSD Kernel Interfaces Manual 						    AAC(4)

NAME
aac -- Adaptec AdvancedRAID Controller driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device pci device aac device aacp To compile in debugging code: options AAC_DEBUG=N Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): aac_load="YES" DESCRIPTION
The aac driver provides support for the Adaptec AAC family of SCSI Ultra2, Ultra160, and Ultra320, SATA and SAS RAID controllers. Access to RAID containers is available via the /dev/aacd? device nodes. The aacp device enables the SCSI pass-thru interface and allows devices connected to the card such as CD-ROMs to be available via the CAM scsi(4) subsystem. Note that not all cards allow this interface to be enabled. The /dev/aac? device nodes provide access to the management interface of the controller. One node exists per installed card. The aliases /dev/afa? and /dev/hpn? exist for compatibility with the Dell and HP versions of management tools, respectively. If the kernel is compiled with the COMPAT_LINUX option, or the aac_linux.ko and linux.ko modules are loaded, the Linux-compatible ioctl(2) interface for the management device will be enabled and will allow Linux-based management applications to control the card. HARDWARE
Controllers supported by the aac driver include: o Adaptec AAC-364 o Adaptec RAID 2045 o Adaptec RAID 2405 o Adaptec RAID 2445 o Adaptec RAID 2805 o Adaptec RAID 3085 o Adaptec RAID 31205 o Adaptec RAID 31605 o Adaptec RAID 5085 o Adaptec RAID 51205 o Adaptec RAID 51245 o Adaptec RAID 51605 o Adaptec RAID 51645 o Adaptec RAID 52445 o Adaptec RAID 5405 o Adaptec RAID 5445 o Adaptec RAID 5805 o Adaptec SAS RAID 3405 o Adaptec SAS RAID 3805 o Adaptec SAS RAID 4000SAS o Adaptec SAS RAID 4005SAS o Adaptec SAS RAID 4800SAS o Adaptec SAS RAID 4805SAS o Adaptec SATA RAID 2020SA ZCR o Adaptec SATA RAID 2025SA ZCR o Adaptec SATA RAID 2026ZCR o Adaptec SATA RAID 2410SA o Adaptec SATA RAID 2420SA o Adaptec SATA RAID 2610SA o Adaptec SATA RAID 2620SA o Adaptec SATA RAID 2810SA o Adaptec SATA RAID 2820SA o Adaptec SATA RAID 21610SA o Adaptec SCSI RAID 2020ZCR o Adaptec SCSI RAID 2025ZCR o Adaptec SCSI RAID 2120S o Adaptec SCSI RAID 2130S o Adaptec SCSI RAID 2130SLP o Adaptec SCSI RAID 2230SLP o Adaptec SCSI RAID 2200S o Adaptec SCSI RAID 2240S o Adaptec SCSI RAID 3230S o Adaptec SCSI RAID 3240S o Adaptec SCSI RAID 5400S o Dell CERC SATA RAID 2 o Dell PERC 2/Si o Dell PERC 2/QC o Dell PERC 3/Si o Dell PERC 3/Di o Dell PERC 320/DC o HP ML110 G2 (Adaptec SATA RAID 2610SA) o HP NetRAID 4M o IBM ServeRAID 8i o IBM ServeRAID 8k o IBM ServeRAID 8s o ICP RAID ICP5045BL o ICP RAID ICP5085BL o ICP RAID ICP5085SL o ICP RAID ICP5125BR o ICP RAID ICP5125SL o ICP RAID ICP5165BR o ICP RAID ICP5165SL o ICP RAID ICP5445SL o ICP RAID ICP5805BL o ICP RAID ICP5805SL o ICP ICP5085BR SAS RAID o ICP ICP9085LI SAS RAID o ICP ICP9047MA SATA RAID o ICP ICP9067MA SATA RAID o ICP ICP9087MA SATA RAID o ICP ICP9014RO SCSI RAID o ICP ICP9024RO SCSI RAID o Legend S220 o Legend S230 o Sun STK RAID REM o Sun STK RAID EM o SG-XPCIESAS-R-IN o SG-XPCIESAS-R-EX o AOC-USAS-S4i o AOC-USAS-S8i o AOC-USAS-S4iR o AOC-USAS-S8iR o AOC-USAS-S8i-LP o AOC-USAS-S8iR-LP FILES
/dev/aac? aac management interface /dev/aacd? disk/container interface DIAGNOSTICS
Compiling with AAC_DEBUG set to a number between 0 and 3 will enable increasingly verbose debug messages. The adapter can send status and alert messages asynchronously to the driver. These messages are printed on the system console, and are also queued for retrieval by a management application. SEE ALSO
kld(4), linux(4), scsi(4), kldload(8) HISTORY
The aac driver first appeared in FreeBSD 4.3. AUTHORS
Mike Smith <msmith@FreeBSD.org> Scott Long <scottl@FreeBSD.org> BUGS
This driver is not compatible with Dell controllers that have version 1.x firmware. The firmware version is the same as the kernel version printed in the BIOS POST and driver attach messages. The controller is not actually paused on suspend/resume. BSD
July 10, 2009 BSD
All times are GMT -4. The time now is 09:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy