我正在尝试使用Windows server 2016来设置一个2节点故障转移群集。我在AWS中部署了服务器。这是细节。
我用过;
附加iSCSI磁盘是成功的。集群验证也是成功的。但是,当我要创建星系团时,它长期停留在集群形成阶段,并给出了以下错误。我做了很多研究,并授予域管理员创建集群资源对象(计算机)所需的权限。所有服务器都在同一个文件夹中。在创建集群时,我可以看到它创建了一台具有与我给定的群集名称相同的计算机。但是它并没有完成集群的创建。
我为解决这件事而努力奋斗,但还是没有运气。寻找解决之道。
我做了很多研究,并授予域管理员创建集群资源对象(计算机)所需的权限。所有服务器都在同一个文件夹中。在创建集群时,我可以看到它创建了一台具有与我给定的群集名称相同的计算机。但是它并没有完成集群的创建。
特别是,我记得当我尝试添加节点时,我只能通过它的netbios名称添加本地节点。当我为远程节点使用netbios名称时,它会出现一个错误。我用了IP地址然后就成功了。但在教程视频中,我可以看到它们用短的netbios名称添加了两个节点。我怀疑这是否是问题所在。
我为解决这件事而努力奋斗,但还是没有运气。寻找解决之道。
Beginning to configure the cluster Cluster.
Initializing Cluster Cluster.
Validating cluster state on node NODE02.globex.local.
Searching the domain for computer object 'Cluster'.
Find a suitable domain controller for node NODE02.globex.local.
Check whether the computer object Cluster for node NODE02.globex.local exists in the domain. Domain controller \\GRI-DC.globex.local.
Bind to domain controller \\GRI-DC.globex.local.
Check whether the computer object NODE02.globex.local for node NODE02.globex.local exists in the domain. Domain controller \\GRI-DC.globex.local.
Verifying computer object 'Cluster' in the domain.
Checking for account information for the computer object in the 'UserAccountControl' flag for Cluster.
Validating installation of the Network FT Driver on node NODE02.globex.local.
Validating installation of the Cluster Disk Driver on node NODE02.globex.local.
Configuring Cluster Service on node NODE02.globex.local.
Validating installation of the Network FT Driver on node NODE01.globex.local.
Validating installation of the Cluster Disk Driver on node NODE01.globex.local.
Configuring Cluster Service on node NODE01.globex.local.
Waiting for notification that Cluster service on node NODE02.globex.local has started.
Forming cluster 'Cluster'.
Operation failed, attempting cleanup.
An error occurred while creating the cluster and the nodes will be cleaned up. Please wait...
An error occurred while creating the cluster and the nodes will be cleaned up. Please wait...发布于 2019-08-15 20:11:12
我自己找到了答案。
我去了,
网络适配器设置>以太网>属性> IPv4属性>高级选项卡> DNS >并选择“追加主和连接特定的DNS后缀”。
默认情况下,它使用AWS后缀,现在,我可以创建集群了。
希望这能帮到别人!
https://serverfault.com/questions/979280
复制相似问题