September 13, 2007 at 1:34 am
Hello,
Does anyone inplement a SQl cluster server?
What is the technology based you will recommend to use? Windows cluster or SQL 2005 failover clustering?
September 13, 2007 at 10:58 am
It would be a windows cluster and SQL Server 2005 sit on top of that cluster.
September 14, 2007 at 5:39 am
Microsoft has MSDN articles on how to do this.
September 14, 2007 at 11:31 am
igor, the answer to your question is "it depends". How much money do you have to spend on the project? What is your allowable downtime? Do you care if you lose some transactions? Do you have knowledgeable IT staff that can support a complex system properly? There are more questions but I will stop with those.
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
September 17, 2007 at 10:08 am
To follow-up on what "SQLGuru" was saying there are a lot of variables to Clustering. You have to consider how your servers will both attach to the same media (SAN or SCSI-Attached), the licensing of both your Windows and SQL servers, and what type of clustering do you want to use (Active-Active or Active-Passive).
If you wanted to post on why you are considering it and what your goals are we might be able to get into specifics.
September 17, 2007 at 2:24 pm
Hello,
Thanks to everyone to spend your time on this forum.
I’m running 2 SQL servers under SQL 2000 they are both 4 CPU (2.8Ghz with HT) with 10 Gb of RAM with AWE activate and a third one dual CPU (3.4 Ghz with HT) and 5 Gb of RAM.They all have this HDD configuration:
RAID 1 for the logs and RAID 10 for the DATA of the DB and running on windows 2003 server 32bits.
Both server are charged at 60% during the all day and space on the HDD volume getting smaller and smaller.
This hardware slowly getting old and the support will expire next year.
So far they are very stables server with a reboot every month caused of the patch party organize by Microsoft every month.
On the side of my SQL knowledge I would like to precise that I also managing a Exchange cluster and recently implement an active passive windows cluster and set up the hardware part bladecenter / SAN. So without being an expert on SAN technology I know how to make it work.
The money won’t really be a big matter because of the renewal of the hardware I have to plan.
I really would like to improve is the reliability of my system. That is why I’m thinking about a SQL cluster based on a active/passive Windows Cluster with 2 or 3 nodes.
With the experience running an Exchange cluster I notice that before moving a node Exchange stopping all Exchange’s services and close the connections. I believe it’s the same thing with SQL cluster.
I wonder if this cannot be the cause of DB corruption?
I wonder if the fact to be connected to a SAN instead to have an internal RAID array won’t be an problem in term of HDD access time and in the end a performance issue.
Does anyone make any comparison on this matter?
About the server Hardware I’m thinking about going for blades server. With the new CPU dual or quad core I could go for servers with less physical CPU (dual CPU)and maybe less DB on each. Those has the advantage for me because I’ll buy the same number of SQL licenses.
The first interesting step for me will be to move to a 64 bits environment. I believe that can help to improve the performances of my DB!!!???
Then moving to a cluster environment can be an interesting way to make my system more available to my web application and my users!!!???
Let me know what do you think about it. I’ m really interested to know what do you think and what you are doing
Thanks,
September 18, 2007 at 8:14 am
I've had some exposure to clustered installs, but I hardly qualify as an "expert" in them. that being said, a few things I've learned:
----------------------------------------------------------------------------------
Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?
September 18, 2007 at 8:43 am
I forgot one:
----------------------------------------------------------------------------------
Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?
September 19, 2007 at 6:19 am
I have just recently completed the setup of a Windows 2003 cluster with 8 instances of SQL Server 2005 Enterprise, SP2 with hotfix 3050, 64-bit version, using mount points to a SAN running as an active-passive cluster. Although this is not heavily used yet, it so far, seems be be pretty stable. Future plans are to make this active-active-passive, primarly due to Microsoft patching.
I also have 6 instances of SQL 2000 running on a Windows 2003 cluster that has been in production for quite some time. Our purpose for using a cluster was to consolidate many small, single SQL servers (about 70) into 1 environment (up to 3 different SQL collations). This is an Enterprise, 32-bit installation using 2 nodes as active-active. It has been very stable and when hardware problems do occur, it has reduced the downtime considerably. I am planning to add a third node as a passive node, once again primarly due to Microsoft patching.
I too, initially had issues with the SQL 2000 cluster getting in a failover loop and the way I solved this was to set the cluster service to failover once and then not to failback (this allows me to schedule the outage). Once the initial failover occurs, I am paged and can take whatever action is necessary based on the failure. This has worked very well for me so far.
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply