VCS for SQL Server 2008 R2
Hi,
I need some help and I hope someone here can help me. I am trying to create a disaster recovery cluster for our SQL databases. There are two cluster servers at each location. I have created a cluster in location A with notification option and geocluster option enabled. I created a second cluster in location B also with notification option and geocluster enabled. I have not linked the clusters. I need to install three instances of SQL. I have a few questions though.
- To install three instances of SQL do I link the clusters first?
- Is the installation process (and storage migration) A1 -> A2 and separately B1 -> B2 and geocluster later? or is it geocluster first and install A1 -> A2 -> B1 -> B2?
- Do I repeat this process for EACH instance?
- One of the instances needs to use SQL Reporting services. Can I tie IIS to the SSRS service group? The goal would be that IIS would run on the server hosting SSRS but not on any of the other servers. How would this be done?
All help is appreciated.
Hi Ashon1,
OK. Let's forget about VVR use of virtual IPs. Your SQL service groups will have a virtual server name and a virtual IP address in them. With GCO each site typically has a different IP subnet so the IP resources in the link SQL service group will have different IP addresses (site A will have 1.1.1.1 and site b will have 2.2.2.2.) SQL will use the IP address of the site where the service group is online at.
The Lanman resource will control the virtual server name and can be configured to update DNS with the IP address that SQL is using. Configuring Lanman updating DNS is the recommended configuration when using GCO.
There are also options in Lanman to PurgeDuplicates which is also recommended in GCO configuration. The PurgeDuplicates option tells lanman to remove DNS records for the virtual server name that are not for the IP address where it is currently located. This option keeps DNS from telling clients that SQL is at site A when it is actually at site B.
I hope this helps clear up your questions regarding virtual IP usage in your configuration. If not please feel free to let me know.
Thanks,
Wally