部署WINDOWS-CLUSTer
部署WINDOWS-CLUSTer1、首先点击开始,打开Windows PowerShell Modules
https://www.iyunv.com/source/plugin/onexin_bigdata/file:///C:/Users/HeatoN/AppData/Local/Temp/msohtmlclip1/01/clip_image001.jpg
2、在打开的PS中输入:Test-Cluster –Node sql01.yexin.blue,sql02.yexin.blue,sql04.yexin.blue
https://www.iyunv.com/source/plugin/onexin_bigdata/file:///C:/Users/HeatoN/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg
3、验证开始后是这个效果:
https://www.iyunv.com/source/plugin/onexin_bigdata/file:///C:/Users/HeatoN/AppData/Local/Temp/msohtmlclip1/01/clip_image003.jpg
4、然后完成后就是这个效果了:
https://www.iyunv.com/source/plugin/onexin_bigdata/file:///C:/Users/HeatoN/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg
5、查看验证报告,默认会把检测的结果以MHT后缀格式,存放到windows cluster自己的默认路径下,路径是在”C:\Windows\Cluster\Reports\”下,效果如下:
https://www.iyunv.com/source/plugin/onexin_bigdata/file:///C:/Users/HeatoN/AppData/Local/Temp/msohtmlclip1/01/clip_image005.jpg
6、开始创建群集,群集名称为Cluster1 群集节点中包含:sql01.yexin.blue,sql02.yexin.blue,sql04.yexin.blue。群集的IP地址为192.168.1.240 在PS中输入:
C:\PS>
New-Cluster -Name cluster1 -Node sql01.yexin.blue,sql02.yexin.blue,sql04.yexin.blue -StaticAddress 192.168.1.240
https://www.iyunv.com/source/plugin/onexin_bigdata/file:///C:/Users/HeatoN/AppData/Local/Temp/msohtmlclip1/01/clip_image006.png
https://www.iyunv.com/source/plugin/onexin_bigdata/file:///C:/Users/HeatoN/AppData/Local/Temp/msohtmlclip1/01/clip_image007.png
查看群集磁盘
Get-ClusterResource
https://www.iyunv.com/source/plugin/onexin_bigdata/file:///C:/Users/HeatoN/AppData/Local/Temp/msohtmlclip1/01/clip_image008.png
查看单个群集磁盘信息
https://www.iyunv.com/source/plugin/onexin_bigdata/file:///C:/Users/HeatoN/AppData/Local/Temp/msohtmlclip1/01/clip_image009.png
将群集磁盘设置成仲裁磁盘,在PS中输入:
C:\PS>
Set-ClusterQuorum -NodeAndDiskMajority "群集磁盘 4"
https://www.iyunv.com/source/plugin/onexin_bigdata/file:///C:/Users/HeatoN/AppData/Local/Temp/msohtmlclip1/01/clip_image010.png
页:
[1]