var fDesc=new Array(); fDesc[0] = "IBM Rack/Storage Enclosure.

Problems Fixed

- 16 Gig Thumbrive subdirectories showing garbage
- OBWI: Appliance rebooted when attempting to add a User
- Appliance reboots when accessing mapped VM thumbdrive on Solaris10 target
- Error message is displayed when accessing FW Client's Help page on Suse and Solaris
- Generic Add Appliance Wizard is missing property strings
- Selection of servers still allowed when Device Type is "Other"
- Disconnecting Flash drive causes KVM to freeze/crash in Oscar
- VM: Some USB Keys get a read error. " A read error has occurred. The mapped drive will be unmapped."
- The appliance factory default sets the IP configuration setting to “None”.
- VM: Vista : The target servers failed to boot from a bootable virtual media USB flash drive.
- After un-mapping and un-mounting the USB device from the client, the virtual media Removable devices line does not get removed from the Redhat 5 virtual
- FW Client during installation does not allow user to "Delete existing database".
- Help page does not display in HTTP/HTPS port dialog window."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }