1 00:00:01,040 --> 00:00:05,340 If go to MEM1 storage, we're going to see quite a bit going on. 2 00:00:05,340 --> 00:00:10,240 This is because I've already set up Storage Spaces Direct. 3 00:00:10,240 --> 00:00:15,940 So again, I've selected the server. I've gone into File and Storage Services, 4 00:00:15,940 --> 00:00:20,180 Storage Pools. And the way that we would set up a singleton instance 5 00:00:20,180 --> 00:00:22,970 of storage space is not Storage Spaces Direct, 6 00:00:22,970 --> 00:00:26,900 but Storage Spaces traditionally, is that you would enumerate your 7 00:00:26,900 --> 00:00:30,940 physical disks down here, and you would create a pool. 8 00:00:30,940 --> 00:00:34,040 Now normally in Windows Server, you have a default pool called 9 00:00:34,040 --> 00:00:39,280 the primordial or primordial pool. And then we can right‑click 10 00:00:39,280 --> 00:00:43,530 and add physical disks to that pool, and those available disks 11 00:00:43,530 --> 00:00:44,740 would be enumerated down here. 12 00:00:44,740 --> 00:00:45,940 Another thing we could do, 13 00:00:45,940 --> 00:00:50,700 I mentioned this actually a little while ago, is we could use PowerShell 14 00:00:50,700 --> 00:00:54,230 to report on disks and their status. For instance, 15 00:00:54,230 --> 00:00:56,620 let's take a look at this snippet of PowerShell. 16 00:00:56,620 --> 00:00:58,840 Let me bring up my terminal here. 17 00:00:58,840 --> 00:01:02,790 I showed you this pipeline before, Get‑PhysicalDisk, and then we 18 00:01:02,790 --> 00:01:06,750 can select out whatever properties we want to see. Particularly, we 19 00:01:06,750 --> 00:01:12,380 want to see whether we CanPool, CannotPoolReason. But let me select 20 00:01:12,380 --> 00:01:16,040 this, right‑click, run it. 21 00:01:16,040 --> 00:01:17,530 Yeah, so in this case, 22 00:01:17,530 --> 00:01:23,000 these three disks originally I'm sure would've reported back as CanPool True, 23 00:01:23,000 --> 00:01:26,880 but now they're false simply because they're in a pool. It looks like I 24 00:01:26,880 --> 00:01:31,690 do have that fourth disk that is still in a true status, so I can always 25 00:01:31,690 --> 00:01:36,170 add that to the storage pool on my single workstation. And this last disk 26 00:01:36,170 --> 00:01:40,100 here would be my system drive. There's insufficient capacity, so I can't 27 00:01:40,100 --> 00:01:41,740 add that to the pool. 28 00:01:41,740 --> 00:01:42,660 So like I said, 29 00:01:42,660 --> 00:01:47,010 this gives us a view from the perspective of a single cluster 30 00:01:47,010 --> 00:01:50,850 node showing us the physical disks. Actually, because it's kind 31 00:01:50,850 --> 00:01:52,450 of confusing because this, again, 32 00:01:52,450 --> 00:01:56,010 is showing us Storage Spaces Direct, even though it doesn't say, 33 00:01:56,010 --> 00:02:00,070 well, it does. It says Clustered Windows Storage. So it's implied 34 00:02:00,070 --> 00:02:03,440 here that this is Storage Spaces Direct. 35 00:02:03,440 --> 00:02:03,920 Well look, 36 00:02:03,920 --> 00:02:07,880 instead of just talking through how Storage Spaces behaves on a 37 00:02:07,880 --> 00:02:11,340 Windows server, why don't we actually check it out? 38 00:02:11,340 --> 00:02:15,800 We're looking at the desktop of one of my read‑only domain controllers. 39 00:02:15,800 --> 00:02:18,980 And so we're just going to repeat the same kind of stuff we did 40 00:02:18,980 --> 00:02:22,560 on the client, but I think it's important for you to see this on 41 00:02:22,560 --> 00:02:25,220 both the client and the server both. 42 00:02:25,220 --> 00:02:29,670 So here we can see the disk management shows I've got three disks, but 43 00:02:29,670 --> 00:02:33,970 these, because they come in by default on Windows Server is offline, 44 00:02:33,970 --> 00:02:38,080 we're not prompted to initialize, so we've got a couple steps. I'm going 45 00:02:38,080 --> 00:02:41,920 to right‑click and bring these guys online first by right‑clicking in 46 00:02:41,920 --> 00:02:45,330 their headings, and then we're going to, again, right‑click to do an 47 00:02:45,330 --> 00:02:49,670 initialized disk, and then we see the screen that we saw on the client 48 00:02:49,670 --> 00:02:50,640 machine. 49 00:02:50,640 --> 00:02:54,220 So now these disks are ready for Storage Spaces or Storage 50 00:02:54,220 --> 00:03:00,000 Spaces Direct, depending upon what you're doing. So again, let me bring up Server Manager.