var fDesc=new Array(); fDesc[0] = "ConsoleOne™ is a Java-based administration tool that you can use to flexibly manage Novell® and third-party products on a variety of platforms. ConsoleOne runs on SUSE Linux Enterprise, NetWare, Red Hat Linux, Solaris and Windows. It provides a single point of administration for your network resources, including Novell eDirectory™ objects, schema, partitions, replicas, and NetWare servers.

In ConsoleOne, traditional object management features have been enhanced so that you can modify multiple objects of any class in a single operation. Countless hours will be saved as you edit the properties of multiple files, folders, and volumes simultaneously. With ConsoleOne you can also quickly browse large eDirectory trees, even those with containers holding thousands of objects. In a recent test, ConsoleOne took only two seconds to expand eDirectory containers that held 50,000 objects.

Generating object reports, an option not available in other Novell management utilities, is simple with ConsoleOne. You can run reports on eDirectory objects, users, groups, and security. You can also use ConsoleOne to create filtered eDirectory replicas and configure role-based administration."; 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 = ''; } }