5 Jul
2012
5 Jul
'12
6:11 a.m.
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 +?>
4599
Age (days ago)
4599
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dennis Kruyt