What does Windows error code 5028 (ERROR_QUORUMLOG_OPEN_FAILED) mean?

 
Previous Next
ERROR_QUORUM_RESOURCE_ONLINE_FAILED ERROR_CLUSTERLOG_CORRUPT

ERROR_QUORUMLOG_OPEN_FAILED

Persistent quorum data could not be opened

This is a legacy quorum-log failure tied to quorum resource storage. The error occurs before normal use of the quorum log because the Cluster service could not create or mount the persistent log. Storage availability and the quorum resource path are therefore central to diagnosis.

Do not treat Cluster.log, the diagnostic text log generated by Get-ClusterLog, as the quorum log named by this error. They serve different purposes. Collect diagnostics, but investigate the configured quorum resource and underlying storage path.

What to inspect

  • Identify the current quorum resource and confirm that the error applies to a quorum model that uses the affected storage.
  • Check disk, filesystem, controller, reservation, and cluster storage events from the same time window.
  • Avoid deleting persistent cluster data to clear the error; repair or replace the supported quorum resource through quorum configuration.
Get-ClusterQuorum
Get-ClusterLog -UseLocalTime

References


Looking for a different code? Search another status or error code.