Groups | Blog | Home
all groups > sql server clustering > february 2007 >

sql server clustering : Servers with SQL and Application Installs


Woo
2/27/2007 3:54:11 AM
Hiya,

We have several servers that have SQL Server and an application installed,
therefore they are not just dedicated to SQL. Some of these applications
have services, other have exe's that are launched by users over the network.

We are looking at high availability options for these servers, to ensure
that should the server go down we can recover both the SQL databases and the
application installation as quick as possible.

Ideally we would want a clustering solution. Does anyone know If clustering
could work with such a set up?

Or would SQL2005 mirroring work?

Ta
Edwin vMierlo
2/28/2007 12:00:00 AM
Wendy,

SQL server can be clustered for HA, so there is no problem there.

In regards to "an application" then the question is : what application ?
- if this is a commercial package, then I would recommend asking the vendor
if this application is cluster aware and can be run in a cluster (and I
would ask the vendor detailed instructions and best practices for this)
- if this is home grown application, I would go back to the application
devellopers and ask them to make the application cluster aware. Please
reference the Cluster API as a reference
http://msdn2.microsoft.com/en-us/library/aa372250.aspx.

Once your application can be clustered, you can run a two node cluster, one
SQL group/instance on alive on 1 node, the other node would run your
application. In case of a failure, the surviving node would run both your
SQL as well as your application.

HTH,
_Edwin.



[quoted text, click to view]

Edwin vMierlo
2/28/2007 12:00:00 AM
you can run your application-group and your SQL-group on one node if you
wish.
I would still recommend to put your application in a seperate group, to
ensure it does not conflict with anything on the SQL group.

Active/Active and Active/Passive are a bit outdated terms.

In the end if your nodes are able to run all groups (both SQL and your
application) then there is no reason not to spread the load accross all
nodes of your cluster.

Your choice, its all the same in the end.

rgds,
Edwin.



[quoted text, click to view]

Woo
2/28/2007 1:43:48 AM
Does this setup have to be active/active? We were wanting to use
active/passive set up.


thanks
wendy




[quoted text, click to view]
AddThis Social Bookmark Button