Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Nikee
Starting Member
1 Post |
Posted - 2004-12-28 : 16:42:26
|
| Hello,Where can I find the cluster software in order to install and configure the SQL server 2000 under the cluster mode?Thanks,Nikee |
|
|
MichaelP
Jedi Yak
2489 Posts |
|
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2004-12-28 : 19:01:59
|
| to use microsoft cluster service (MSCS) you need to use either Windows 2000 Advanced or Datacenter editions or Windows 2003 Enterprise or Datacenter editions for the OS of your cluster nodes. At this point, win2k3 is the preferred OS for clustering as it has several very useful enhancements.For the SQL Server piece, you need to run SQL Server Enterprise edition, or developer edition if you are just testing things out.The cluster software you are talking about is an OS component that can be installed using the above mentioned OSes. Keep in mind that you will also need some form of shared storage between the two systems (fibre channel, shared scsi, etc.) the two hardware systems should also be identical.Are you setting up a production environment or is the is sandbox/test environment?-ec |
 |
|
|
|
|
|