Microsoft KB Archive/172951

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 10:06, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


How to Recover from a Corrupted Quorum Log

Article ID: 172951

Article Last Modified on 11/1/2006



APPLIES TO

  • Microsoft Windows NT Server 4.0 Enterprise Edition
  • Microsoft Cluster Server 1.1



This article was previously published under Q172951

SUMMARY

Microsoft Cluster Server maintains details about changes within the cluster via a quorum log file. If this file becomes corrupted for any reason, it is possible that the cluster service may not start.

MORE INFORMATION

The quorum log contains recovery information for the cluster and information about changes to the cluster configuration. When the cluster service starts, it reads the quorum log file. The service can handle some error conditions regarding this file and may elect to discard the file and create a new one. In this case, Microsoft Cluster Server writes the following message in the Windows NT system event log:

Event ID:1019
Event Type:Warning
Event Source:ClusSvc
Event Category:Log Mgr
Description: The log file Q:\MSCS\quolog.log was found to be corrupt. An attempt will be made to reset it, or you should use the Cluster Administrator utility to adjust the maximum size.

If the log file becomes corrupted and cannot be reset, the cluster service may not start. To correct this problem, you must use the "noquorumlogging" option when starting the Cluster service. This option allows the cluster to start without quorum logging. You may then access the quorum disk and remove the corrupted Quolog.log file.

Use the following procedure to help recover from this situation:

  1. If the Cluster service is running, use Control Panel on both nodes to stop the Cluster service.
  2. On one node, use the Services tool in Control Panel to specify "-noquorumlogging" as the startup parameter for the Cluster service and start the service.
  3. On the quorum disk, run Chkdsk. If the disk does not show corruption, the log file may be corrupted. In this case, delete the Quolog.log file and any .tmp files located in the MSCS folder on the quorum disk.
  4. In Services, stop the Cluster service, and then start the Cluster service without startup parameters. After the service starts, you may start the service on the other node.

NOTE: When you disable quorum logging within a cluster, changes to the cluster configuration cannot be logged. If a node goes offline during this period, recent changes may be lost if changes could not be communicated to the other node. Quorum logging should only be disabled when necessary to recover from log file corruption.


Additional query words: MSCS server cluster

Keywords: kbhowto kbsetup KB172951