I have a Dell PowerEdge R415 and R515 and wondering how I can be alerted remotely when a hard drive fails in either server? Both are running RAID, so I need to be notified, so I can swap out the drive. Both servers only have the basic Baseboard Management Controller. Is this possible with a third party tool/software?
Dell OpenManage software will do this for you. I would imagine it shipped with your server, otherwise you can download it from the Dell website
If you have a DRAC card in the server that can send out alerts and it doesn't matter what OS is installed in the server. The cards are only a couple hundred bucks or so if you don't already have them and the give you a LOT of remote functionally like web based KVM, remote power up/down, etc.
The Dell OpenManage software can send out alerts to the console and broadcast messages to the network. I'd much prefer email since I monitor multiple clients so another option in the OpenManage software is to run an application. There is a simple emailer program called bmail that I use and I setup a batch file to run.
So I setup a folder on the C: drive called bmail and copy the bmail.exe to this folder. Then created a batch file called email.cmd with the following code:
In the OpenManage Server Administrator, go to Alert Management and click on the system event you want to be emailed for. Check "Excecute application" and in the "absolute path to the application" put the following:
That's it.
I use Dell Openmanage Server Administrator Managed Node with Nagios and the check_openmanage plugin (http://folk.uio.no/trondham/software/check_openmanage.html). And then checking it all via SMTP.