1 00:00:01,040 --> 00:00:02,440 Scale‑Out File Server. 2 00:00:02,440 --> 00:00:05,840 But first, we're going to do cluster witness. 3 00:00:05,840 --> 00:00:07,380 What is cluster witness? 4 00:00:07,380 --> 00:00:07,760 Well, 5 00:00:07,760 --> 00:00:13,360 we've talked a bit so far in this course about the concept of cluster quorum, 6 00:00:13,360 --> 00:00:18,840 which represents a majority vote count to keep the cluster online. 7 00:00:18,840 --> 00:00:21,550 Each node in your cluster is going to have a vote, and you 8 00:00:21,550 --> 00:00:24,200 need to think in advance about if you're starting with an 9 00:00:24,200 --> 00:00:26,220 even or odd number of nodes, 10 00:00:26,220 --> 00:00:29,390 what happens if a node becomes unavailable either through a 11 00:00:29,390 --> 00:00:32,390 planned maintenance event or an unplanned outage? 12 00:00:32,390 --> 00:00:36,740 This is where a witness can come in to provide a tie‑breaking vote. 13 00:00:36,740 --> 00:00:38,730 A witness is not a cluster node. 14 00:00:38,730 --> 00:00:43,950 Instead, it can be a disk, that is an accessible shared disk. 15 00:00:43,950 --> 00:00:48,090 That disk needs to be connectable from all cluster nodes. 16 00:00:48,090 --> 00:00:51,980 So Microsoft recommends that if you're going to do a disk witness, 17 00:00:51,980 --> 00:00:54,980 it should be for a single‑site cluster only. If you're 18 00:00:54,980 --> 00:00:57,690 doing a stretch cluster across sites, 19 00:00:57,690 --> 00:01:02,200 it's presumed that you can access SMB file shares between those 20 00:01:02,200 --> 00:01:06,320 sites, so file share witness is an option for multi‑site clusters. 21 00:01:06,320 --> 00:01:09,600 But honestly, in a hybrid cloud orientation, 22 00:01:09,600 --> 00:01:13,240 as long as your cluster nodes have internet connectivity, 23 00:01:13,240 --> 00:01:17,870 there's the cloud witness, which is a file share in an Azure storage account. 24 00:01:17,870 --> 00:01:26,000 Again, it's a convenient way to maintain a witness that's globally accessible, literally globally accessible.