Error: 0x80070022

lra 86 Reputation points
2022-08-07T21:15:51.437+00:00

Hello,

Some help regarding the error that I indicate below:

Failed to find or allocate arbitration sectors for physical disk {844114cc-0488-4764-9a57-e12185567414} from node. These sectors are used to test reads and writes to the disk. On a GPT disk, these sectors are located within the Cluster Metadata Partition, and this partition may need to be created from the Microsoft Reserved Partition so that the storage will validate. Please ensure that all GPT disks have a Microsoft Reserved Partition (MSR) present. Error: 0x80070022.

I have a shared SQL instance between two VMs, in a failover clustering, but when executing the Test Validation it indicates this error.

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
960 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ronen Ariely 15,096 Reputation points
    2022-08-08T08:35:40.72+00:00

    Hi,

    Did you tried to follow the error information?

    Please ensure that all GPT disks have a Microsoft Reserved Partition (MSR) present

    In short, This is less related to SQL Server and more related to Windows and Disk format. You are probably using GUID Partition Table (GPT) and need to make sure that you have master boot record (MBR).

    You can search this error in Google and you will find multiple threads not related to SQL Server specifically.

    0 comments No comments