gpt4 book ai didi

dns - SQL 可用性组监听器创建失败

转载 作者:行者123 更新时间:2023-12-02 14:25:25 27 4
gpt4 key购买 nike

我在为新创建的 SQL 2012 Enterprise AG 创建可用性组监听器时遇到问题。

我的 AG 驻留在 Server 2012 数据中心顶部的两台具有 Hyper-V 角色的虚拟机上。 VM 是我的域的一部分,位于 WSFC 中。每个虚拟机有 4 个子网:

  • (a) 172.33.0.x 用于管理
  • (b) 172.33.1.x 用于 iSCSI 通信
  • (c) 172.33.2.x 用于 iSCSI 通信
  • (d) 172.33.5.x 用于虚拟机间通信

我的集群中仅设置了 (a) 和 (d) 以允许集群通信并允许客户端连接。

每当我尝试使用此查询创建监听器时

USE [master]
GO
ALTER AVAILABILITY GROUP [Sharepoint-System-DB-AvailabilityGroup]
ADD LISTENER N'SQL-SHP-AG01-L1' (
WITH IP
((N'172.33.5.203', N'255.255.255.0'),(N'172.33.0.203', N'255.255.255.0'))
, PORT=1433);
GO

我收到此错误:

Msg 19471, Level 16, State 0, Line 1
The WSFC cluster could not bring the Network Name resource with DNS name 'SQL-SHP-AG01-L1' online. The DNS name may have been taken or have a conflict with existing name services, or the WSFC cluster service may not be running or may be inaccessible. Use a different DNS name to resolve name conflicts, or check the WSFC cluster log for more information.
Msg 19476, Level 16, State 4, Line 1
The attempt to create the network name and IP address for the listener failed. The WSFC service may not be running or may be inaccessible in its current state, or the values provided for the network name and IP address may be incorrect. Check the state of the WSFC cluster and validate the network name and IP address with the network administrator.

我已经尝试过:

  • 一些在线帖子建议我尝试在 AD 中预先创建计算机对象,我这样做了,同样的错误
  • 在计算机 OU 上设置安全设置,以允许运行 AG 的计算机创建计算机对象,同样的错误
  • 我有另一个集群设置(用于另一个 AG),也会生成相同的错误

可能相关的是,我经常在集群的所有者节点上收到以下错误之一:

Cluster network name resource 'Cluster Name' failed registration of one or more associated DNS name(s) for the following reason:
DNS server failure.

为此,我尝试过:

  • 手动创建 A 记录,设置“允许所有经过身份验证的用户更改此记录”
  • 允许“所有人”完全访问 DNS A 记录
  • 允许对我的域的 DNS 记录进行非安全更新

也无济于事,这让我觉得有更深层次的错误。有什么建议吗?

最佳答案

我们也遇到了同样的问题。解决方案是按照此链接授予与 Active Directory 中的群集组“创建计算机”权限关联的计算机对象 - http://technet.microsoft.com/en-us/library/cc731002%28WS.10%29.aspx#BKMK_steps_precreating

集群组计算机对象需要这些权限。

关于dns - SQL 可用性组监听器创建失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13717574/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com