Cluster安装成功后,可以测试一下群集是否可以工作了。
可以到域控服务器上查看AD中,多了个叫DBWinCluster的机器,这是windows cluster对外的机器名。
在DNS服务器上,多了一条A记录,可以看到DBWinCluster的IP为192.168.1.40。 Ping DBWinCluster或者192.168.1.40可以ping通。
8、 安装和配置MSDTC群集
8.1. 新建MSDTC cluster
在拥有用户共享存储的节点机上,打开Failover Cluster Management,右击Server and Applications,选择Configure a Service or Application。
开始运行高可用向导:
选择Distributed Transaction Coordinator (DTC),下一步:
这里设置群集后的MSDTC的机器名和IP。下一步:
这里选择MSDTC使用的存储区,这里分配前面设置的DBMSDTC540的那个共享磁盘。下一步:
MSDTC的群集配置成功。同样会在AD和DNS中增加机器和A记录。 8.2. 配置MSDTC Cluster
配置 MSDTC为 Incoming Caller Authentication Required 在cluster管理器中,右键右击MSDTC.,选择管理MSDTC
在 Clustered DTCs, 右击 clustered DTC resource, 点击Properties:
点击Security标签:
点击允许Network DTC Access,为了对biztalk提供事务支持,网络DTC访问必须允许 在Transaction Manager Communication下选择: · Allow Inbound · Allow Outbound
· Incoming Caller Authentication Required
MSDTC的事务模式必须将Transaction Manager Communication设置为No Authentication Required or Incoming Caller Authentication Required,Required or Incoming Caller Authentication Required是建议的设置,因为它更安全。