Dell RAID Configuration Details
Dell RAID Configuration Details
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,
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
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.
https://exchange.nagios.org/index.php?o ... ell%20raid
I do see quite a few of them, but varying based on controllers.
Former Nagios Employee
Re: Dell RAID Configuration Details
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.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.
Thanks,
Re: Dell RAID Configuration Details
Are these machines using hardware raid or software raid?
Former Nagios Employee
Re: Dell RAID Configuration Details
rkennedy wrote:Are these machines using hardware raid or software raid?
All machines are using Hardware RAID
Re: Dell RAID Configuration Details
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/) -
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
Former Nagios Employee
Re: Dell RAID Configuration Details
Hi Kennedy,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
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
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?
Be sure to check out the Knowledgebase for helpful articles and solutions!
Re: Dell RAID Configuration Details
Hi bwallance,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?
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
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.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.
Former Nagios Employee