Upgrading and Repairing Networks (5th Edition)
Besides the new name , the eDirectory comes with a few features not found in Novell Directory Services (NDS). Some of these are listed here:
TLS/SSL
These protocols are placed between the Application layer and the TCP/IP layer in the protocol stack. Applications (such as HTTP) are sent through TCP/IP sessions encrypted using TLS or SSL. These two protocols use a public/private (asymmetric encryption) key technique to set up an initial connection, and then create a single key (symmetric encryption) that is used for the data transfers that follow. TLS/SSL can use many types of symmetric encryption, which is negotiated during the setup phase. SSL can also be found in your typical browser/Web server environment, where it is used to create secure connections for exchanging sensitive data, such as credit-card numbers . iMonitor
This utility complements, and can work with, the NetWare Remote Manager used for NetWare 5.x networks. You can use a browser from a remote location in your network to examine statistical and diagnostic information about eDirectory replicas, partitions, and servers. iMonitor can replace traditional tools used to gather information about directory services, such as DSBrowse, DSTrace, and DSDiag. Additionally, some of the features of DSRepair can be found in iMonitor.
Some of the information you can view using iMonitor include the following:
iMonitor can perform other functions in addition to those covered in the preceding list. For example, you can run several reports that come with iMonitor or create customized reports . You can use the Schema page to examine class and attribute definitions in the schema. You can also search for specific objects based on the schema definitions. The Simple Network Management Protocol (SNMP)
For many years SNMP has been an industry standard used to monitor network devices. Items that are monitored are stored in a Management Information Base, usually referred to as an MIB. As new hardware is developed, it is necessary to create a new MIB that contains information about what can be monitored .
You can learn more about SNMP in Chapter 53, "Network Testing and Analysis Tools."
The MIB for the eDirectory contains four types of managed objects. The Cache Database Statistics Table is used to monitor statistical information about entries cached on each eDirectory server. The Config Database Statistics Table collects similar information about entries on the server, not cached entries. The Protocol Statistics Table is used to monitor access and operations for the eDirectory server, as well as errors. The eDirectory MIB contains 119 traps, which are beyond the scope of this chapter. You can find a description of each trap in the eDirectory documentation. Extensible Match
This version of the eDirectory supports partial functionality of an extensible match. Basically, an extensible match is the capability of using a filter to search an LDAP directory by using matching rules and the values that are to be searched for, including which attributes are to be searched. At this time eDirectory (version 8.7) supports only matching for the Distinguished Name (DN) of an object.
Because this version of the eDirectory does not support user -specified matching rules, only an exact match is performed. Backup and Restore
Previous versions of NDS used TSA for making backups of the directory database. You can still use this utility with the eDirectory. However, a new tool has been created that you might find more beneficial if your network is accessed around the clock: the eDirectory Backup eMTool. Backup eMTool is a component of the eMBox set of tools, so you will need to install the eMBox service on the server that you want to back up using Backup eMTool. There are several differences between TSA and Backup eMTool. The older TSA is used to back up an entire directory tree. Backup eMTool is used to back up that portion of the directory stored on a server. Thus, if you have only a small LAN that uses a single server to hold the entire directory tree, using TSA might be a good solution for the time being. Yet, as the directory continues to be enhanced, you may find that changing to the new backup tool is a good idea at this time. This new backup utility can be used on all operating-system platforms that can host the eDirectory, and it has several new features:
If you choose to use a batch file to perform the backup, don't forget to check the log file produced to make sure that the backup was successful. Before using the new backup utility, you should upgrade all servers holding replicas to at least version 8.5 of the eDirectory, or later if possible. For remote backups, install the eMBox client on the server. You can also use iManager with this backup utility, but a cold backup, among other features, is not supported using iManager.
Although Backup eMTool is faster than TSA, TSA can write backups directly to tape. Because Backup eMTool simply creates a backup on the file system of the server, you could lose the data should the server encounter an unrecoverable hardware problem, such as a disk failure. Because of this, you should always schedule a backup to tape immediately following the backup created by Backup eMTool. The main benefits you get from using Backup eMTool are that you can back up just a partition, and not the entire tree, and you can perform a hot backup. The tape backup can be scheduled to run on a server that has additional hardware capacity so that the tape backup does not degrade the server's main goal of providing directory services for users on the network. |