11.2.2 Performing a Basic Append OperationThe following procedure merges the source directory /.:/eng into the empty target directory /.:/rnd/eng (that is, appends the /.:/eng directory under the /.:/rnd directory). Step 3 of the procedure deletes the merged /.:/eng directory from its original location and replaces it with a soft link to redirect lookups of /.:/eng to the /.:/rnd directory.
11.3 Using the Failures FileUse the merge file command's failures to file argument to save a copy of directory and name information that cannot be merged. A failures file, like an interim file, is a printable ASCII file that can contain the following information:
You can use this information as an index of the names that cannot be
merged or, when appropriate, you can merge the failures file itself on
a subsequent merge operation.
If the full name of a source directory, object entry, or soft link is identical to a full name of a target directory, object entry, or soft link, the merge file command does not merge the duplicate source name. Duplicate names are not merged, to avoid overwriting and destroying the identical names in the target directory. The failures to file argument is especially useful in merge file commands that specify directories in which you know or suspect that duplicate names exist. During execution, the merge file command displays any duplicate names on your screen and copies them to the failures file. If duplicate names exist, you need to decide which name you want to preserve: the name in the source subtree or the name in the target subtree. You can perform any of the following operations to eliminate a conflict:
11.3.2 Handling Unreachable Name FailuresSometimes, the clearinghouse that stores the master replica of a directory you are trying to merge will be disabled or will be unreachable when you enter the merge file command. When this happens, CDS is unable to create the directory and the entries it contains at the new target location.
When unable to merge a name for this reason, the merge file
command copies the name and its associated attributes to the failures
file and displays an error message specifying the name that could not
be created. By maintaining a log of these messages, you can identify
failures that were caused by name conflicts as opposed to failures that
were caused because a name was unreachable and could not be created.
Although not always appropriate, you may sometimes be able to use the merge subtree command to merge or append directories. The merge subtree command combines step 1 (dump subtree) and step 2 (merge file) of a merge operation into a single command. You can use the merge subtree command when you are sure that the following two conditions are satisfied:
If a duplicate name is detected, or if any affected clearinghouse cannot be reached while the merge subtree command is in progress, the affected entries are not merged. Unlike the merge file command, no failures file is created. Errors are reported only to your screen. If the merge operation is incomplete, you can delete the partially merged information at the target location. Then reenter the command after you delete any duplicate names and are certain that connectivity to the affected clearinghouses can be maintained.
Example
The following merge subtree command (which produces the same result as steps 1 and 2 in Section 11.2.1) merges the /.:/eng directory with the /.:/rnd directory. This example assumes that no duplicate names exist and the master replicas of all affected directories are reachable.
11.5 Merging CDS Directories into a Foreign CellYou can also use the dump subtree and merge file commands to merge CDS directories into the namespace of a foreign cell. In general, the procedure you follow is the same as the procedure you use to merge directories or subtrees within the same namespace. There are, however, some additional considerations to keep in mind. Before you try to merge directories or subtrees into the namespace of a foreign cell, be aware of the following prerequisites and restrictions:
To Merge Data into a Foreign Cell
To merge CDS data into the namespace of a foreign cell, follow these steps:
11.6 Backing Up Namespace InformationBecause updates and skulks of directories can occur asynchronously, and because of the distributed nature of a namespace itself, you cannot always depend on traditional backup methods to preserve CDS data. The following sections describe the proper use of the following three backup mechanisms:
11.6.1 Using Replication to Back Up Namespace InformationDirectory replication is always the most reliable way to back up the information in your namespace. When you create a new replica of a directory, you are not only distributing the information but also creating an up-to-date, real-time backup of the information. If a replica in one clearinghouse becomes unavailable, users can look up the information they need in another replica of the directory in some other clearinghouse. The more replicas of a directory you create, the more likely users and applications will always be able to find the information contained in the directory somewhere in the namespace.
If an entire clearinghouse is corrupted, you can restore it by creating
a new clearinghouse and then creating new replicas of the directories
that were stored there. See the CDS part in the DCE Administration
Guide --- Core Components for complete information on how to
restore a lost clearinghouse.
You can use the dump subtree command to produce an interim file that contains a copy of the structure and contents of any portion of your namespace hierarchy. You can then use this file as a backup to restore deleted directories and their contents by loading the file back into your namespace with the merge file command. If you have an interim file available that contains a recent copy of an accidentally deleted directory, you can use the merge file command to append that copy of the directory back under its former parent directory. Then, using the create replica command, you can create a new replica of the directory in each of the clearinghouses from which the directory was deleted. Although the information in an interim file may be slightly out of date, using an interim file to restore the directory and its contents is usually more efficient than creating a new directory and repopulating it one name at a time. See Section 11.1 for information on how to create an interim file.
Remember that the dump subtree command affects only directories and their contents. It does not copy clearinghouses or their associated clearinghouse object entries to the interim file and therefore cannot be used to restore clearinghouses or to account for discrepancies in information among individual replicas resident on different clearinghouses. Furthermore, as with traditional operating system backups, the directory information in an interim file only reflects what the affected directories contained at the time you created the file.
See the chapter on CDS subtree commands for information on using the
dump subtree and merge file commands.
Because a namespace is a distributed database to which modifications are synchronized at variable intervals, traditional backups of a particular server system will always contain old and incomplete information. If you frequently create, modify, or delete names, restoring an out-of-date backup may cause recently created names to disappear, recent modifications to be reversed, or recently deleted names to reappear in the namespace. The degree to which a traditional backup reflects the current condition of a clearinghouse depends entirely on how recently the backup was created and what modifications were made since that time. If you decide to use operating system backups, you should only back up the server systems whose clearinghouses store master replicas of directories. Make sure you disable the clearinghouses on these systems before you perform the backup procedure. If your namespace is small enough to be contained on one clearinghouse, you can reliably use traditional operating system backups to save and restore the clearinghouse data. If only one clearinghouse exists, only one replica (the master replica) of each directory exists. This eliminates the need to account for the discrepancies that may exist among multiple directory replicas. Remember that the more frequently you back up clearinghouse data, the more up-to-date that information will be should you need to restore it.
|
|