2021年9月2日 星期四

Windows 2019 cluster and Storage Space Direct (S2D)

Reference:

準備:
  • 需要有 Windows AD
  • 需要安裝 Windows Admin Center (不要和 AD 裝在同一台)
  • 2~4台 Windows 2019 datacenter (掛硬碟)
步驟: 
  • 安裝 Windows 2019 datacenter with desktop
    • 更新 Windows update
    • 加入 AD domain
    • 在 VM 測試時,外掛的硬碟必須選擇 SCSI
  •  以系統管理員開啟 powershell 安裝 Windows Feature
    • Install-WindowsFeature -Name "Hyper-V", "Failover-Clustering", "Data-Center-Bridging", "RSAT-Clustering-PowerShell", "Hyper-V-PowerShell", "FS-FileServer"
    • 如果 Windows 2019 安裝在 VM 上做實驗,在實體主機需啟用 nested virtualization
      • 用 powershell 執行 Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true
  • 建立 cluster
    • 以 domain admin 帳號登入
    • 開啟 容錯移轉叢集管理員
    • 把 Windows 2019 datacenter 加入cluster
  • 啟用 Storage Space Direct
    • 把 Windows 2019 datacenter 要做 storage 的硬碟清空 (刪除磁碟區)
    • 登入 cluster 其中一台 Windows 2019
    • 以系統管理員開啟 powershell
      • 執行 Enable-ClusterStorageSpacesDirect
  • 登入 Windows Admin Center
    • add Cluster
    • 進入 cluster 建立 Volume
      • 如果 cluster 中有兩台主機,只能選擇 Two-way mirror。有三台主機只能選擇 Three-way mirror。有四台主機以上才能選 mirror-accelerated parity
 
      • 點進 Volume01 可以看到掛載的位置

沒有留言:

張貼留言