Welcome to MSDN Blogs Sign in | Join | Help

The Newest Version of the Database Mirroring Whitepaper for SharePoint has been released

Using Database Mirroring with Office SharePoint Server and Windows SharePoint Services

 Wow! This one took a while to update. We added more prescriptive information on the type of supported topologies. It also recommends SQL connection aliasing for failover within a farm. We are still debating high performance mirroring (async) internally so you won't see any info on that. Also, the mirroring setup instructions talk only about certificate authentication. We use windows authentication internally and I think most people would be interested in windows auth as well. Here's how to setup mirroring with windows auth with a specific IP in SQL.

CREATE ENDPOINT Endpoint_Mirroring
STATE=STARTED
AS TCP(LISTENER_PORT=14999
 , LISTENER_IP = (10.0.0.X))
FOR DATABASE_MIRRORING (AUTHENTICATION = WINDOWS[Negotiate], ENCRYPTION = DISABLED,
ROLE=ALL); 

Run this command on both the principal and mirror. When configuring the witness (if applicable) replace ROLE=ALL with ROLE=WITNESS. The command will create the endpoint for mirroring listening on port 14999 (an arbitrary unused port) using IP 10.0.0.x (replace with your own IP). The endpoint will negotiate NTLM or Kerberos. Finally, encryption is disabled. Replace DISABLED with SUPPORTED if you need to mirror over a public network. See http://msdn2.microsoft.com/en-us/library/ms181591.aspx for a complete description of the create endpoint syntax.

I highly recommend having a back channel NIC for your mirroring traffic. Mirroring will definitely saturate a link and you don't want frontend and backend traffic sharing a single GB connection. Configure the above command to use that IP. See my previous post about mirroring and bandwidth.

Published Monday, March 03, 2008 10:08 AM by Michael Watson

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# The Newest Version of the Database Mirroring Whitepaper for SharePoint has been released

Using Database Mirroring with Office SharePoint Server and Windows SharePoint Services Wow! This one

Monday, March 03, 2008 2:13 PM by Noticias externas

# SharePoint Hosting and Development : The Newest Version of the Database Mirroring Whitepaper for SharePoint has been released

SharePoint Hosting and Development : The Newest Version of the Database Mirroring Whitepaper for SharePoint has been released

Monday, March 24, 2008 11:25 AM by harbar.net

# More Clarification Needed? Geographic Separation of SharePoint Farm Components.

I continue to hear questions and debate over how to build local or regional immunity into a single SharePoint

Thursday, April 03, 2008 3:34 PM by SharePoint Hosting and Development

# SharePoint News! 2/Jun

Bueno, otro breve resumen de Articulos interesantes en el Mundo SharePoint : 1 - SharePoint Hawaii User

Wednesday, July 02, 2008 4:04 PM by Mirrored Blogs

# SharePoint Hosting and Development : The Newest Version of the Database Mirroring Whitepaper for SharePoint has been released

SharePoint Hosting and Development : The Newest Version of the Database Mirroring Whitepaper for SharePoint has been released

Tuesday, December 30, 2008 1:23 PM by harbar.net

Leave a Comment

(required) 
required 
(required) 
 
Page view tracker