var fDesc=new Array(); fDesc[0] = "This application clustering solution provides high application availability for the most important applications in your data center. If it detects a fault, it takes action, recovering applications automatically. If your whole site goes down, it restarts those applications at another data center, so even during a disaster, your IT services keep running.
Key Features:
* Automates database and application failover within a data center or to multiple remote data centers.
* Supports heterogeneous physical and virtual operating system platforms with out-of-the-box solutions for all major database, application, and storage vendors.
* Provides comprehensive disaster recovery testing while applications remain on-line.
* Allows administrators to monitor, manage and report on multiple Veritas clusters on different platforms from a single web-based console."; 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 = ''; } }