How to properly restore cluster information
This article was previously published under Q248998 SUMMARY
This article describes how to restore cluster database information.
MORE INFORMATION
You can back up the cluster database using several different methods. One method is to use the Backup tool (Ntbackup.exe) that is included with Windows 2000. The Backup tool uses the BackupClusterDatabase and RestoreClusterDatabase APIs, which are documented in the Platform SDK.
The Platform SDK documents that the following pieces of Cluster configuration are backed up by calling the BackupClusterDatabase API: The backup contains the following files.
Path\File Description
-----------------------------------------------------------------------
lpszPath\chk????.tmp Cluster Registry snapshot files.
lpszPath\quolog.log The quorum log file.
lpszPath\<GUID of resource> The registry checkpoint files for the
\*.CPT resource identified by GUID.
lpszPath\<GUID of resource> The crypto checkpoint files for the
\*.CPR resource identified by GUID.
lpszPath\Clusbackup.dat Backup completion marker file (read-only,
hidden, 0-byte file)
The Backup tool that is included with Windows 2000 backs up this information, when you choose to back up the system state. Note that the node's local cluster registry hive, Clusdb, is not backed up.To restore a cluster using the RestoreClusterDatabase API:
For the latest information about the BackupClusterDatabase and RestoreClusterDatabase APIs, see the documentation in the Platform SDK or search for the APIs at the following Microsoft Web site: http://search.microsoft.com/ (http://search.microsoft.com/)
| Article Translations
|
Back to the top
