var fDesc=new Array(); fDesc[0] = "IBM Dynamic System Analysis (DSA) collects and analyzes system information to aid in diagnosing system problems. DSA collects information about the following aspects of a system:
* System configuration
* Installed applications and hot fixes
* Device drivers and system services
* Network interfaces and settings
* Performance data and running process details
* Hardware inventory, including PCI information
* Vital product data and firmware information
* SCSI device sense data
* ServeRAID configuration
* Application, system, security, ServeRAID, and service processor system event logs
* Additionally, DSA creates a merged log that allows users to easily identify cause-and-effect relationships from different log sources in the system."; 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 = ''; } }