如何部署Windows Server 2016 中的Storage Spaces Direct超聚合解决方案
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何部署Windows Server 2016 中的Storage Spaces Direct超聚合解决方案相关的知识,希望对你有一定的参考价值。
客户环境:
Component | Detail |
Platform | Dell PowerEdge R730xd (2U, 16 x 3.5” and 2 x 2.5” rear drives) |
CPU | 2 x 338-BJCZ Intel Xeon CPU E5-2620 v4 @2.10GHz |
Memory | 8 x 16 GB RDIMM, 2400MT/s, Dual rank, x8 Data Width |
OS drive | 200GB SSD |
NDC | Intel X520 DP 10Gb DA/SFP+, + I350 DP 1Gb |
NIC | 540-BBOV Mellanox ConnectX-3 Pro 10 Gb SFP+ |
iDRAC8 Enterprise | iDRAC8 Enterprise |
Power supply | 450-ADWS Redundant 750 W |
Storage adapter | 405-AAJU HBA330 |
SSD (caching) | 2 x 400-AKMV 2.5” SATA 800GB |
HDD (capacity) | 4 x 400-AEGF 4TB 7.2K RPM SATA 6Gbps 3.5in Hot-plug Hard Drive |
OS | Windows Server 2016 Datacenter Edition |
Networking | 2*N1548P |
Step 1:部署 Windows Server
1.1 install win2016 OS for two R730xd(installOS at 200GB SSD, then two 200GB SSD do mirror)
1.2 Install roles and features
-Hyper-V role
-Failover Cluster
1.3 add two serverto AD
Step 2:配置网络
2.1 setting two NIC use for internal network
2.2 four NIC use for cluster
Step 3:配置S2D
3.1validation cluster
Test-Cluster –Nodenode1,node2 –Include “Storage SpacesDirect”,”Inventory”,”Network”,”System Configuration”
3.2Create a cluster
New-Cluster -Name cluster01 -Node node1,node2 -NoStorage
Step3.3: Configure a cluster witness
Set-clusterquorun –filesharewitness \\fileshareserver\clusterwitnessshare
Step3.4: Enable Storage Spaces Direct
Enable-ClusterS2D
Step3.5: Create volumes
New-Volume -FriendlyName "Volume1" -FileSystem CSVFS_ReFS -StoragePoolFriendlyName S2D*-Size 7TB
Nowyou can put you VM(virtual machines) to this CSV enjoy it J
本文出自 “还是当个技术宅好” 博客,谢绝转载!
以上是关于如何部署Windows Server 2016 中的Storage Spaces Direct超聚合解决方案的主要内容,如果未能解决你的问题,请参考以下文章
Windows server 2016 部署AD(Windows 域)
Windows Server 2016 + Exchange 2016 +Office365混合部署
如何部署Windows Server 2016 中的Storage Spaces Direct超聚合解决方案