Release Notes
file:///T|/htdocs/SOFTWARE/smdrac3/idrac/idrac12mono/en/readme/readme.txt[10/26/2012 1:33:29 PM]
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" ]
with
grep "not supported" ipmitool_log
if [ "$?" != 0 ]
*On SLES 64 bit operating systems, if you try to attach an ISO file
through Virtual Media Command Line Interface (VMCLI), an error
message is displayed "Unable to connect to the server".
1. Get the installed libssl.so version by executing the following
command:
#ldd /usr/bin/openssl
Output:
...
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8
...
2. Create new symbolic link by executing the following command:
#ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.0.9.7
NOTE: Specify the path /usr/lib/libssl.so.0.9.8 in the command as
displayed in step 1.
3. Execute the VMCLI command.
4. Once you complete the execution, remove the symbolic link by
executing the following command:
#rm /usr/lib/libssl.so.0.9.7
* Two Factor Authentication(TFA) and Single Sign On(SSO) features
are not supported on Firefox browser.
* The Smart Card based Two Factor Authentication (TFA) and the
Single Sign-On (SSO) features are not supported if the Active
Directory is configured for Extended Schema.
* Operating system information may not be displayed in the iDRAC6
GUI “System Summary” page if Dell OpenManage Server Administrator
is not installed.