Re: Replication with failover clustering??



This question should be posed to EMC to see if their product is a good fit
with what you are trying to do.

From what I read it sounds like you are trying to do geospatial clustering
with the requirements of no data loss, mirrored copies and automatic
failover.

Microsoft SQL Server clustering is not a good fit for geospatial clustering
because of the distance limitation (150 ms ping response), but it can be
made to work. Database mirroring does not have the stringent distance
limitation that geospatial clustering does, but the exposure for data loss
can be higher than with clustering depending on which mode you run it in.
Both clustering and database mirroring do do automatic failover, however
they are not scalable to more than 2 or 3 "subscribers". Replication does
not do automatic failover, its latency is low (a function of bandwidth and
throughput), and is scalable to many subscribers, and is way cheaper than
clustering, especially geospatial clustering. Replication can have a greater
exposure to data loss however with the added latency.

If you can manage the automatic failover - you might want to look at
replication.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



"Rishi Khullar" <Rishi Khullar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E4BAF8B5-51B5-4F44-B7E6-3640BAB29C08@xxxxxxxxxxxxxxxx
We have multiple SQL Server 2K DB servers which are geographically
distributed and are expected to have same data at particular instance of
time for ensuring same result for same set of inputs. For this set up -
data
consistency at all distributed DB servers, we are replicating the DB
servers
after particular time intervals. We are using EMC Legato AUTOMATED
AVAILABILITY MANAGER for achieving the failover clustering support i.e. if
one DB servers fails the other servers becomes active and starts serving
as
the DB server for our application and also as Publisher for other DB
servers.
However the product is excellent for providing failover support to stand
alone database but it is not meeting our requirements for replication
failover support also.

-- In setting up SQL server clustering, the installation starts with
registering the server as 'Virtual server' but that option was not enabled
by
the SQL installer (as it didn't recognize clustering support on that
system)
though the EMC Legato AAM was started and running successfully. It didn't
detect the clustering services were on that system.

--registering and running the server as common IP only. But however in
this
case the distributor was unable to be set - the first step in replication
process failed. We also tried all the other possible combinations of name
and
virtual IP but it didn't work either.






.



Relevant Pages

  • Re: Replication with failover clustering??
    ... We are having Merge Replication setup with push subscription. ... Microsoft SQL Server clustering is not a good fit for geospatial clustering ... Both clustering and database mirroring do do automatic failover, ...
    (microsoft.public.sqlserver.replication)
  • Re: SQL Server 2000 vs 2005 - Replication, Clustering, Double-Take etc.
    ... do automatic failover or client redirects - they way clustering does. ... Clustering does have a distance limitation. ... With replication you have to redirect the clients to the failover site. ... Is SQL Server replication the way to go or clustering? ...
    (microsoft.public.sqlserver.replication)
  • Re: Log Shipping or Replication
    ... > recommend it unless your database is designed for Merge Replication. ... > production server to the standby server. ... > IMHO I would consider looking at less expensive failover options. ...
    (microsoft.public.sqlserver.security)
  • Re: FailOver
    ... There is a ton of great information on the Microsoft site re: SQL Clustering, ... you have a single instance of SQL Server that has ability to automatically fail-over across multiple physical Windows servers. ... The latter involves two separate instances of SQL Server (plus a "witness" instance, which facilitates automatic failover) - and the failover happens on the database level. ...
    (microsoft.public.windows.server.clustering)
  • Re: How to setup a second Exchange server with data replication (as a backup server)
    ... The High Availability model is based on MSCS (Clustering Svc), which stores Exchange data on shared storage (no replication). ... replicate Storage Groups from one Exchange server - the SCR source - to one or more Exchange servers - known as SCR targets. ...
    (microsoft.public.exchange.admin)