p*********r 发帖数: 1440 | 1 two notes, one with sql server 2008 and the other sql server 2012. can we
create a failover clustering on these two nodes?
thanks. |
s**********o 发帖数: 14359 | 2 当然不行,何况CLUSTER是两个当一个用,必须是IDENTICAL的
你对2个当一个用并没有理解透彻,意思是2SERVER都是ON的,
但只有一个被APP使用,一但这个被用的DB SERVER有什么问题STOP了,
你会启动备用的SERVER,很显然这两个的配置和软件版本肯定是
要一致的,否则会有很多问题 |
B*****g 发帖数: 34098 | 3 看来这方面我教又一次走在前面了
【在 s**********o 的大作中提到】 : 当然不行,何况CLUSTER是两个当一个用,必须是IDENTICAL的 : 你对2个当一个用并没有理解透彻,意思是2SERVER都是ON的, : 但只有一个被APP使用,一但这个被用的DB SERVER有什么问题STOP了, : 你会启动备用的SERVER,很显然这两个的配置和软件版本肯定是 : 要一致的,否则会有很多问题
|
s**********o 发帖数: 14359 | 4 CLUSTER只是一种FAULT TOLERANCE,还有很多种FAULT TOLERANCE的,
比如MIRRORING, LOG SHIPPING,2012还有ALWAYS ON混合的CLUSTERING MIRRORING 和
LOG SHIPPING,还可以跨SUBNET多个SITE的CLUSTERING。ORACLE的那个能搬迁的
DATABASE,
SQLSEVER也出来一个CONTAINED DATABASE,可以不同的SERVER搬迁。
【在 B*****g 的大作中提到】 : 看来这方面我教又一次走在前面了
|
b********9 发帖数: 159 | 5 not gonna work
【在 p*********r 的大作中提到】 : two notes, one with sql server 2008 and the other sql server 2012. can we : create a failover clustering on these two nodes? : thanks.
|
p*********r 发帖数: 1440 | 6 我也一直认为不可以,并且我对老板也是这么说的。可是一邦CDW的人竟然跟我老板说
可以。还比方说一个可以装2008,另一个可以装2012。我网上google半天,也没有查到
什么信息。气死我了。
【在 s**********o 的大作中提到】 : 当然不行,何况CLUSTER是两个当一个用,必须是IDENTICAL的 : 你对2个当一个用并没有理解透彻,意思是2SERVER都是ON的, : 但只有一个被APP使用,一但这个被用的DB SERVER有什么问题STOP了, : 你会启动备用的SERVER,很显然这两个的配置和软件版本肯定是 : 要一致的,否则会有很多问题
|
B*****g 发帖数: 34098 | 7 http://www.sqlservercentral.com/Forums/Topic1086612-1549-1.aspx
【在 p*********r 的大作中提到】 : 我也一直认为不可以,并且我对老板也是这么说的。可是一邦CDW的人竟然跟我老板说 : 可以。还比方说一个可以装2008,另一个可以装2012。我网上google半天,也没有查到 : 什么信息。气死我了。
|
i****a 发帖数: 36252 | 8 yes, install both versions as separate cluster resources, just like you
would for the same version
【在 p*********r 的大作中提到】 : two notes, one with sql server 2008 and the other sql server 2012. can we : create a failover clustering on these two nodes? : thanks.
|
i****a 发帖数: 36252 | 9 yes you can. as far as SQL version goes, it's no different than installing
multiple versions on a single standalone server. Each version has it's own
folders and binaries.
On a cluster, each server has it's own cluster resource group, independent
from one another.
【在 p*********r 的大作中提到】 : 我也一直认为不可以,并且我对老板也是这么说的。可是一邦CDW的人竟然跟我老板说 : 可以。还比方说一个可以装2008,另一个可以装2012。我网上google半天,也没有查到 : 什么信息。气死我了。
|
p*********r 发帖数: 1440 | 10 but how do you do failover?
let's say note 1 has 2012 installed, while note 2 has 2008 installed. both
notes use san storage for data and log files.
the agent jobs created on notes 1 is stored in 2012 version msdb database.
note 1 fails, the instance will run on note 2. how will the agent jobs run
on note 2, which has 2008 version msdb?
thanks.
【在 i****a 的大作中提到】 : yes you can. as far as SQL version goes, it's no different than installing : multiple versions on a single standalone server. Each version has it's own : folders and binaries. : On a cluster, each server has it's own cluster resource group, independent : from one another.
|
p*********r 发帖数: 1440 | |