Database Mirroring Step-by-Step (Lync 2013)
First is: by stand of today, SQL Server Clustering is NOT SUPPORTED. MSFT makes a clear statement, you can still use SQL Server Clustering for Lync 2013, but with the Preview Version you should test is carefully. Why not working directly with Database Mirroring? It is some more the PowerShell you need to configure this feature. In another blog I describe the setup of the Lync 2013 TestLab, generally I have configured two SQL Server for the Enterprise Pool, SQL01 and SQL02. In the Topology i have defined SQL01 as the Primary and SQL02 as the Mirror for Database handling. After the EE is installed, whereby the Database where created, I need to make the Mirroring Feature happen. First you need to create a DatabaseFileShare for DB Replication. You can to this on a Witness server or like I did, I have chosen a Domain Controller (just for the LAB). NOTE: Make sure you have the proper permission for this share set, else you run into some issues. The proper sett...