Skip to main content

What happens when smart supported hard disks are controlled through HP raid controller E200

Thread needs solution

How different should the custom script be or what changes should be made to the custom script, in order to monitor hard disks, using the code which is built for intel raid controllers.

0 Users found this helpful

The script is just a batch (usually .bat) file which informs ADM about disk status with its exit code.
Exit code 0 means "no problems". Exit code 1 means "warning". Any other exit code means "Alert, immediate attention is required" - such as one of the drives failed in RAID array

So the custom script should check the RAID status (most likely using command-line diagnostic tools provided by the RAID manufacturer), read the status, and convert the exit code to 0/1/2 as described above

As HP and Intel have different diagnostic tools, the Intel script would not work

Actually we'll be really grateful to volunteers who could create and share scripts for other controllers