Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/29.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Powershell 创建SQL始终在线可用性组期间Windows故障转移群集未联机_Powershell_Azure_Failovercluster - Fatal编程技术网

Powershell 创建SQL始终在线可用性组期间Windows故障转移群集未联机

Powershell 创建SQL始终在线可用性组期间Windows故障转移群集未联机,powershell,azure,failovercluster,Powershell,Azure,Failovercluster,我一直遵循本教程使用Powershell创建Azure SQL AlwaysOn可用性组: 当我访问调用CreateAzureFailoverCluster powershell脚本的命令时,我会检查故障转移群集的状态。在故障转移群集管理器中,它显示为“群集网络名称未联机” 当我查看集群事件时,我看到: Cluster network name resource 'Cluster Name' cannot be brought online. Ensure that the network a

我一直遵循本教程使用Powershell创建Azure SQL AlwaysOn可用性组:

当我访问调用CreateAzureFailoverCluster powershell脚本的命令时,我会检查故障转移群集的状态。在故障转移群集管理器中,它显示为“群集网络名称未联机”

当我查看集群事件时,我看到:

Cluster network name resource 'Cluster Name' cannot be brought online. Ensure that the network adapters for dependent IP address resources have access to at least one DNS server. Alternatively, enable NetBIOS for dependent IP addresses.
群集中的3台服务器都可以通过ping访问DC。上述所有设置步骤均正确执行。服务器均位于10.10.2.x/24 IP范围内,但DC位于10.10.0.0/16上(IP为10.10.0.4)

所有设置都已通过在不同Azure订阅上执行本教程来验证,以创建工作正常的故障转移群集

群集验证显示此警告:

The "Cluster Group" does not contain an Cluster IP Address resource. This is a required resource for the group. It may be difficult to manage the cluster with this resource missing
(原文如此)


如何添加群集IP地址资源?

配置或采取的步骤没有问题

群集花了3个小时才上线

尝试手动使群集联机,但在创建群集后至少20分钟失败

当群集进入联机状态时,所有4台服务器上的Windows事件日志都没有显示任何信息


正确的解决方案似乎是在群集根据其重试策略启动之前处理其他内容。

是否使用群集管理器在群集中设置了固定IP地址?出现错误,DHCP将为群集分配一个sql server实例的IP地址。我刚刚分配了一个足够高的数字(我想是x.x.x.171),问题就解决了。

DC是Windows Server 2008,两台SQL Server都是2012