积极答复者
MSDTC服務是否是WIndows Cluster中必須的資源?

问题
-
我準備配置SQLServer 2008 Cluster,首先是配置WIndows的Cluster。
已經配置完成WIndows的Cluster,但是有人說需要在Cluster中創建一個新的資源,MSDTC,類型為Distributed Transaction Coordinator。
但是當我創建了該resource之后,有些時候不能開啟。
但是我看另外有人配置了SQLServer 2000的Cluster,里面沒有存在該資源。
請問MSDTC資源是否在SQLServer 2008 Cluster中必須存在的一個資源?
If you haven't all the things you want,be grateful for the things you don't have that you didn't want.
答案
-
MSDTC resource needs own ip address and disk.
- 已标记为答案 Nai-dong Jin - MSFTModerator 2010年5月17日 3:04
全部回复
-
因为我是准备在虚拟机中配置SQLServer 2008 的Cluster,但是基本上每次加入MSDTC资源后,MSDTC的开启都会成问题。
不知道有什么好的方法可以解决?
具体步骤是:
先创建一个域控制器,然后将两个节点的DNS设置成这个域控制器的IP地址,最后加入域。
然后使用域账号登陆第一台虚拟机,创建Cluster,之后将第二台虚拟机加入到该Cluster中,最后创建MSDTC资源。
If you haven't all the things you want,be grateful for the things you don't have that you didn't want. -
MSDTC resource needs own ip address and disk.
- 已标记为答案 Nai-dong Jin - MSFTModerator 2010年5月17日 3:04
-
MSDTC resource needs own ip address and disk.
是的,我在相關性中將IP地址和磁盤還有Cluster的名稱 都放到MSDTC添加進去了的。在左邊的Available Resource中是留下的Cluster Ip Address,在右邊的Resource Dependencies中是保留的仲裁盤Q以及Cluster的名稱。
If you haven't all the things you want,be grateful for the things you don't have that you didn't want. -
大家好,遇到另外一個問題。 使用三臺虛擬機架設SQLServer 2008 Cluster,其中一臺作為AD服務器,另外兩臺作為節點。 配置Windows Cluster成功后,創建MSDTC資源(使用單獨的IP,磁盤以及網絡名稱),也成功。 參照http://support.microsoft.com/default.aspx/kb/301600?p=1 之后測試,WIndows可以轉移。 但是當我在當前資源所在的虛擬機上安裝SQLServer 2008 時(單節點模式),要么當前虛擬機就無響應了,要么另外一臺虛擬機無響應。 導致我一直不能成功的安裝下去。 請問到底應該怎么解決這個問題?
If you haven't all the things you want,be grateful for the things you don't have that you didn't want.