var fDesc=new Array(); fDesc[0] = "Hitachi Storage Navigator Modular 2 software enables essential functions for the management and optimization of individual Hitachi AMS 2000 storage systems. Features:
- Sets security levels for SAN ports and virtual ports
- Inter-system path mapping
- RAID-level configurations
- LUN creation and expansion
- Online volume migrations
- Configuring and managing Hitachi replication products
- Online microcode updates and other system maintenance functions
- Simple Network Management Protocol (SNMP) integration with enterprise management systems."; 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 = ''; } }