Hi,
Here a small patch for a Dell M1000 Blade Chassis so that the Dell logo shows up for it’s DRAC interface.
Wget link http://kruyt.org/m1000-drac.patch
Index: drac.inc.php
===================================================================
--- drac.inc.php (revision 3314)
+++ drac.inc.php (working copy)
@@ -3,6 +3,7 @@
if (!$os)
{
if (strstr($sysDescr, "Dell Out-of-band SNMP Agent for Remote Access Controller")) { $os = "drac"; }
+ if (strstr($sysDescr, "This system component provides a complete set of remote management functions for modular servers")) { $os = "drac"; }
}
-?>
\ No newline at end of file
+?>