|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, September 15, 2010 6:51 AM
Points: 22,
Visits: 61
|
|
hi all, im a sql dba.first time im cofiguring DATABASE MIRRORRING(sql server 2008)on our client severs .im the only one in my organization.no one is there to help.
what are the information i need to collect from the client to configure the mirroring.
Before starting the configuration wizard,what are all i need to check. it could be help full if some one help me in this
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, February 10, 2012 5:19 AM
Points: 188,
Visits: 188
|
|
Here is a link for a step-by-step article on how to configure Database Mirroring using SQL Server 2008
You may need to check whether you need to configure database mirroring between stand-alone machines or in a cluster environment, whether an automatic failover is required or not. Also is the mirroring needs to configure between two different sites, if yes, then you may need to reconsider the operating modes as well.
Hope, this may help.
Thanks & Regards, Sudeepta. http://twitter.com/skganguly
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, September 15, 2010 6:51 AM
Points: 22,
Visits: 61
|
|
i need to configure database mirroring between stand-alone machines.
we have two datacenters in different locations. and mode we have to configure is asynchronus(no automatic failover).
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, February 10, 2012 5:19 AM
Points: 188,
Visits: 188
|
|
If both your SQL instances are in a domain environment, then you can create a database mirroring operating in High Performance Mode (asynchronous data transfer). The above link will still holds good for your configuration, only you don't execute the code required for the witness server.
You also need to consider that while a database mirroring session operates in High Performance mode, a data loss can occur while you do a manual switch over. Also the mirror database may not contains the same data as principal database as there is no confirmation.
If your SQL Servers are in a workgroup environment, then you may need to consider using certificate for the database mirroring session.
Hope, this may help.
Thanks & Regards, Sudeepta. http://twitter.com/skganguly
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, February 10, 2012 5:19 AM
Points: 188,
Visits: 188
|
|
You may need to configure your firewall to open for the ports, that will be used for the database mirroring endpoints.
Thanks & Regards, Sudeepta. http://twitter.com/skganguly
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, September 15, 2010 6:51 AM
Points: 22,
Visits: 61
|
|
thanks
in this case we should create new end point or we can configure with default endpoint(5022).
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, February 10, 2012 5:19 AM
Points: 188,
Visits: 188
|
|
I think you are talking about the port number. Yes, it is as per your choice/SLA. You can use the default port or change it to a custom port.
Database Mirroring endpoints are not created by default, you have to create it.
Thanks & Regards, Sudeepta. http://twitter.com/skganguly
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, September 15, 2010 6:51 AM
Points: 22,
Visits: 61
|
|
My datacenters are in two different countries and they are in the same domain,is there any necessity of certificates.
if so could you help me in that.
thanks & regards anjali
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, February 10, 2012 5:19 AM
Points: 188,
Visits: 188
|
|
No, since both are in the same domain, you can configured it without certificate.
Follow the steps from the article, I don't think you will have any issue during configuration.
Thanks & Regards, Sudeepta. http://twitter.com/skganguly
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 6:25 AM
Points: 6,861,
Visits: 8,045
|
|
|
|
|