1

Assuming that a client has an existing Windows 2008 server with a hardware RAID1 mirror built on an LSI 1068e SAS controller, what is a non-interactive way to monitor the array's status such that an alert could be generated if it entered a degraded state?

Something similar to the Linux mpt-status tool would do the trick, per this related question: Monitor LSI MPT disk status

Update: I noticed that the README file for the Windows version of MSM includes some notes on SNMP services; however, it is not at all specific as to what can be monitored via this service or how the information is presented/organized. Has anyone played around with this?

Skyhawk
  • 14,200
  • 4
  • 53
  • 95

2 Answers2

2

The lightweight utility which you're looking for is cfggen.

It can be downloaded from IBM's site.

If you're not on an IBM server, the utility should be available from the server vendor in a similar manner. Or it's entirely possible the IBM version will work.

To monitor the array via SNMP, the LSI SNMP provider plugin is necessary. Again, get it from your server vendor though it's possible that another version (such as the one here) will work just fine.

MikeyB
  • 39,291
  • 10
  • 105
  • 189
  • Isn't cfggen a Linux tool? Per the 2nd section of the question, I think I understand how I would monitor this device on a Linux server, but the machine in question runs Windows Server 2008 R2. – Skyhawk Aug 02 '11 at 16:20
  • 1
    The link I provided to cfggen does go to the Windows version of the tool :) – MikeyB Aug 02 '11 at 16:23
  • You are too kind, my friend! – Skyhawk Aug 02 '11 at 18:53
-1

check out solarwinds application monitor, its expensive but it might help out. also check into spiceworks, its FREE and will do more than just SNMP.

  • Thanks, but I am not looking for a proprietary solution. I just want to be able to generate an event (e.g. a Nagios alert) in the event of a disk failure. – Skyhawk Jul 29 '11 at 04:21