Linux – How to check if server really has RAID 10 enabled

centos6linuxraidraid10

I have a dedicated server with 4 hdd and RAID 10, with Cent OS 6.4

How can I check if RAID is really enabled. I'm in doubt because on another server with RAID 10 enabled, I can see in /dev sg0 sg1 sg2 sg3 sg4, and with the command smartctl -d scsi –all /dev/sga1 for example, I can get info about the disks.

In this new server, I don't have this.

Is there any other way to check if it really have RAID enabled?

Best Answer

You will need to determine your RAID controller. This could be any number of hardware RAID cards or software RAID.

Once the RAID controller is identified, you can then download and install the appropriate RAID utilities to check RAID status.

I have found many hosting providers do not actually monitor RAID status. So it is good to check yourself and configure alerts if possible.

Either ask the company what RAID controller is in use or you can use a tool like lspci or lshw (available in the EPEL) to list hardware.

I often use lshw to confirm the hardware I've ordered form a IaaS provider is indeed what it is supposed to be.

lshw man page: http://linux.die.net/man/1/lshw