powershell 设置群集参数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 设置群集参数相关的知识,希望对你有一定的参考价值。
Import-Module FailoverClusters
$ClusterNetworkName = "Cluster Network 1"
$IPResourceName = "IP Address 10.2.1.10"
$ILBIP = "10.2.1.10"
[int]$ProbePort = 60005
Get-ClusterResource $IPResourceName | Set-ClusterParameter -Multiple @{"Address"="$ILBIP";"ProbePort"=$ProbePort;"SubnetMask"="255.255.255.255";"Network"="$ClusterNetworkName";"EnableDhcp"=0}
以上是关于powershell 设置群集参数的主要内容,如果未能解决你的问题,请参考以下文章
如何确定 microsoft 故障转移群集是不是具有仲裁(在 powershell 中)
powershell 测试群集检测
使用Powershell配置Windows Failover Cluster群集
无法通过 Powershell 或 Visual Studio 连接到受保护的 Azure Service Fabric 群集
如何检查调用者是不是设置了 PowerShell 可选参数
powershell 这将设置给定参数的托管属性