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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL Server 2000 Clustering

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

Posted - 2004-12-28 : 18:11:22
Clustering is not a simple task. It requires a lot of reading and attention to detail to make it work.

Read this a few times, then come back and ask some questions.

http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/hasog01.mspx

Michael

<Yoda>Use the Search page you must. Find the answer you will.</Yoda>
Go to Top of Page

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
Go to Top of Page
   

- Advertisement -