Is there any open source Dell H/w base RAID monitoring tool? Or any tool which monitors the hdd disks failure in RAID or power supply failure on Dell PE servers.

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

I'm assuming you're talking about Linux. If that's the case, please check the Dell OpenManage Wiki at: http://linux.dell.com/wiki/index.php/Repository/hardware

link|improve this answer
feedback

Sure. Dell OpenManage Server Administrator.

link|improve this answer
2  
to clarify, it's not Open Source but it's freely available and works fantastically to monitor everything under the sun on your PE servers. – troyengel Dec 19 '10 at 16:58
feedback

as an administrator of lots of dell hardware, i know how annoying the dell openmanage tools are... (fail randomly sometimes, are extremly bloated, ...)

luckily, for example, dell's "PERC" raid controllers used in poweredge servers are just rebranded lsi megaraid adapters, and you can use lsi's megacli in place of openmanage: (which is still closed source, but at least less annoying, or annoying in different ways ;) )

# omreport storage pdisk controller=0 | grep -i state # dell openmanage
State                     : Online
State                     : Online
# MegaCli -PDList -a0 |grep state    # lsi megacli
Firmware state: Online
Firmware state: Online

(have not verified if this is the correct version, should be the same for all adaptors tho': http://www.lsi.com/storage_home/products_home/internal_raid/megaraid_sas/megaraid_sas_8480e/#Miscellaneous )

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.