In our production environment we have a mix of [12][789]50s and use two
solutions to monitor RAID. The first one uses an old percsnmp package I found
on Dell's website that provides SNMP OIDs that we then check with our monitors.
The other method uses MegaCLI like this:
NUMDISKSONLINE=`/opt/MegaRAID/MegaCli/MegaCli -PDList -aALL |grep Online |wc
-l`
if [ $NUMDISKSONLINE -lt 2 ]
then
addmsg "I have one or more degraded disks in my RAID array" MSG
addexit 2 RET
fi
I prefer percsnmpd, but I use the MegaCLI on our [12]950s because the PERCs are
not compatible with percsnmpd for some reason.
-Jack Roehrig
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Thomas Beinicke
Sent: Sunday, September 06, 2009 1:17 PM
To: [email protected]
Subject: Re: Alternative way to monitor RAID
On Sunday 06 September 2009 18:11:24 you wrote:
> Hi,
>
> Is there a way to monitor RAID Arrays from Dell PE servers without
> having to install Dell OpenManage ?
Yes there is.
If you're using Nagios there are a few plugins which use the "megacli" package
which comes directly from LSI.
Of course you could just install that and write your own scripts utilizing
megacli but there are so many great plugins out there it would be a waste of
your time.
> I'm facing the following issue :
> https://subtrac.sara.nl/oss/omsa_2_deb/ticket/28
>
> Thanks for your help.
>
_______________________________________________
Linux-PowerEdge mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq
_______________________________________________
Linux-PowerEdge mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq