var fDesc=new Array(); fDesc[0] = "vDisk Informer is an easy-to-use application that demonstrates which virtual disks have potentially wasted space on them and which virtual disks are misaligned causing a performance impact.

How to use:

- Click on the "Build VMware tree" button and input details about your VMware server (vCenter or ESX/i).

- Choose Scan Options to configure waste thresholds, Start offsets and Domain user used for WMI query.

- Choose a VM container (All, Datacenter, Cluster , Host or VM) in the tree from where you want the report to start building.

- Choose whether you want to scan for wasted vdisk space or misaligned vdisks, click the relevant button.

- Choose whether to save your reports in CSV format."; 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 = ''; } }