Page 1 of 1

Dell RAID Configuration Details

Posted: Tue Mar 01, 2016 1:19 pm
by CloudOps
Hello All,

is there any plugin or script which will Pull information about RAID? We want to get information about RAID on windows and Linux server are configured like RAID 1, RAID 5.

Can anyone guide me to configure?

Thanks,

Re: Dell RAID Configuration Details

Posted: Tue Mar 01, 2016 3:39 pm
by rkennedy
Have you taken a look at our exchange to see if any of the plugins there will work for you?
https://exchange.nagios.org/index.php?o ... ell%20raid

I do see quite a few of them, but varying based on controllers.

Re: Dell RAID Configuration Details

Posted: Wed Mar 02, 2016 5:58 am
by CloudOps
rkennedy wrote:Have you taken a look at our exchange to see if any of the plugins there will work for you?
https://exchange.nagios.org/index.php?o ... ell%20raid

I do see quite a few of them, but varying based on controllers.
I have checked it, but none of them showing information about RAID, only output i am getting is RAID : OK. I need to get details on which RAID server is configured.


Thanks,

Re: Dell RAID Configuration Details

Posted: Wed Mar 02, 2016 4:36 pm
by rkennedy
Are these machines using hardware raid or software raid?

Re: Dell RAID Configuration Details

Posted: Thu Mar 03, 2016 8:59 am
by CloudOps
rkennedy wrote:Are these machines using hardware raid or software raid?

All machines are using Hardware RAID

Re: Dell RAID Configuration Details

Posted: Thu Mar 03, 2016 12:33 pm
by rkennedy
Got it, this is a bit more tricky as it'll only appear as one disk to your system.

Can you provide an output from the CLI, that states what raid one of the machines is running? This will vary based on different types of raid cards as each one has different utilities. Once you provide the output I should be able to script something out for you.

For example an Adaptec RAID Card will output something similar to this (http://www.cyberciti.biz/faq/linux-chec ... sk-health/) -

Code: Select all

----------------------------------------------------------------------
Logical device information
----------------------------------------------------------------------
Logical device number 0
   Logical device name                      : RAID10-A
   Block Size of member drives              : 512 Bytes
   RAID level                               : 10

Re: Dell RAID Configuration Details

Posted: Thu Mar 03, 2016 12:51 pm
by CloudOps
rkennedy wrote:Got it, this is a bit more tricky as it'll only appear as one disk to your system.

Can you provide an output from the CLI, that states what raid one of the machines is running? This will vary based on different types of raid cards as each one has different utilities. Once you provide the output I should be able to script something out for you.

For example an Adaptec RAID Card will output something similar to this (http://www.cyberciti.biz/faq/linux-chec ... sk-health/) -

Code: Select all

----------------------------------------------------------------------
Logical device information
----------------------------------------------------------------------
Logical device number 0
   Logical device name                      : RAID10-A
   Block Size of member drives              : 512 Bytes
   RAID level                               : 10
Hi Kennedy,

We are using windows servers, we have installed Dell OSMA, And configured check_openmanage, which will give output like this :

[root@VM-NAGIOSXI-TEST libexec]# ./check_openmanage -H 172.26.2.12 -C DELL
OK - System: 'PowerEdge R420', 8 GB ram (2 dimms), 1 logical drives, 2 physical drives

My requirement is like If we check the health of server, it should give information of RAID on dashboard, so that we can identify which server is configured on which RAID.

Re: Dell RAID Configuration Details

Posted: Thu Mar 03, 2016 5:09 pm
by bwallace
Thanks for that info, to get the info you're looking for is probably going to require a custom plugin. What type of RAID cards are in place? Maybe there are plugins available for such, like the example posted earlier for the Adaptec cards?

Re: Dell RAID Configuration Details

Posted: Sun Mar 13, 2016 5:18 pm
by CloudOps
bwallace wrote:Thanks for that info, to get the info you're looking for is probably going to require a custom plugin. What type of RAID cards are in place? Maybe there are plugins available for such, like the example posted earlier for the Adaptec cards?
Hi bwallance,

sorry for the late reply. We are using Dell PowerEdge RAID Controller (PERC). Almost all servers are Windows, only 2-3 are linux. Let me know if you need more information.

Thanks,

Re: Dell RAID Configuration Details

Posted: Mon Mar 14, 2016 3:22 pm
by rkennedy
Can you provide an output from the CLI, that states what raid one of the machines is running? This will vary based on different types of raid cards as each one has different utilities. Once you provide the output I should be able to script something out for you.
I can't find an option with Dells openmanage to show the raid level as Adaptec would. Are you able to show the raid level using Powershell at all? I can't do much if openmanage doesn't support showing the raid level.