SQL Server High Availability (iii) shared disk

Source: Internet
Author: User

A. Shared disk

Shared disks may be used in cluster technology. This type of disk can be accessed concurrently by multiple nodes, but only the primary node has access to the shared disk at any one time.




Second, use the shared disk scene

1. Quorum disk

When building MSFC, if it is an even number of nodes, then you can add a quorum disk, so that the vote can form a "majority."



2. SQL Server cluster data disks

The essence of SQL Server cluster is to put the data on a disk shared by all nodes, and when the primary node fails, the next node can successfully start the SQL Server instance (service) by acquiring the rights to the shared disk. From the client's point of view, the data does not seem to change (because the data is on a shared disk) and the service is not interrupted (MSFC redirects the client connection to the new node).


For AlwaysOn availability groups, you do not need to use shared disks. Each node of an AlwaysOn availability group has its own separate instance of SQL Server (service), and the instance accesses a local disk (or a network disk as a locally exclusive disk).



This article from "We chased the MSSQL" blog, declined reprint!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.