Dell PowerEdge 1950 + Ubuntu 6.10 Edgy RAID Monitoring
I finally setup a good RAID monitor on my machine; I’ll be able to sleep better at night now. I thought I should share what I did.
- Install omreport for general hardware reporting. Find comprehensive instructions here
- Test omreport by running omreport storage controller controller=0
- You’re mostly interested in the controller, virtual (RAID) disk, and physical disks
- Make sure you have a mail client setup like sendmail
- Setup a cron job by creating a file in /etc/cron.daily that contains one line: omreport storage controller controller=0 | mutt -s “RAID Monitoring Notification” youremail@domain.com
- Make the file executable with sudo chmod a+x <file>
- Start receiving a daily email with the omreport output
Here’s some information about my machine:
- PERC5/i SATA RAID1 controller
- 2 x 250GB SATA drives
- 2 x Xeon processors
- Ubuntu 6.10 (Edgy)
I’m pretty happy with this monitor, because it’s simple and quick. Now all I need to do is figure out how to monitor my redundant power supplies. Shoot me a comment with questions. I hope this helps!
1 Comment so far
Leave a reply
[...] took the Google crawler all of 15 minutes to index my last post about PowerEdge Ubuntu RAID monitoring. That is utterly ridiculous. It boggles my mind that they can so quickly index, compute [...]