Release Notes
file:///T|/htdocs/SOFTWARE/smdrac3/idrac/idrac11mono/en/readme/readme.txt[10/26/2012 1:35:04 PM]
* Uploading images from multiple management systems to the virtual
flash at the same time has to be avoided in order to prevent image
corruption.
* The name of the firmware image file for iDRAC6 is firmimg.d6
* If the network cable to iDRAC6 is disconnected and then connected
again, iDRAC6 will not negotiate a new IP address until the current
lease expires.
* Remote Racadm and VMCLI utilities are not supported with IPv6
in this release.
* If iDRAC6 firmware update is interrupted for any reason, a wait of
up to 30 minutes may be required before another firmware update
operation is again allowed.
* The Diagnostic tab on the GUI page is not operational if iDRAC6
Enterprise card is not installed.
* Enabling Virtual Flash from iDRAC6 Configuration Utility will not
take effect if the SD card is not formatted. Format the SD card
from iDRAC6 GUI or using "racadm vmkey reset" command before
enabling it.
* In SM-CLP start or stop on the target /system1/ sp1/adsvc1 displays
an error “*-* yyerror: syntax error, unexpected ZTOK_PARAMVALUE,
expecting XTOK_VALUE or XTOK_VALUEARRAY or XTOK_VALUEREFERENCE”
and hangs the telnet/ssh session. It recovers only when the session
times out or is restarted. This target is not supported with
iDRAC6 firmware version 1.10.
* You must close an open POST boot capture log video before you play
another one. You cannot play two logs simultaneously.
* The status for System Board Riser1 Pres and System Board Riser2
Pres sensors is reported incorrectly as unknown instead of good
on R710 and R610 servers.
* VMDeploy script, and vmdeploy.sh, does not work correctly on all
supported Linux versions. To fix the issue, modify the following
lines in vmdeply.sh using a Linux editor like vi:
- Line 198: Replace
if [ "`grep \"RAW RSP (0 bytes)\" ipmitool_log`"
!= "RAW RSP (0 bytes)" ]
with
grep "RAW RSP (0 bytes)" ipmitool_log
if [ "$?" != 0 ]
- Line 230: Replace
if [ "`grep \"not supported\" ipmitool_log`" != "not supported" ]