Error installing Service Manager with SQL Alwayson

Recently I was deploying a new Service Manager and I was placing the Service Manager database on a SQL 2012 AlwaysON Availability Group. I was specifying the Database server as Availability Group listener DNS name. This is supported with Service Manager. Here are two links the first shows it is supported and the second has install steps for deploying SCSM to a SQL 2012 AlwaysON Availability Group.

Link 1:

http://technet.microsoft.com/en-us/library/hh495585.aspx

Link 2:

http://blogs.technet.com/b/servicemanager/archive/2013/02/25/how-to-install-system-center-2012-service-manager-sp1-with-a-sql-2012-alwayson-availability-groups.aspx

The Service Manager wizard did not see the Availability Group. I got an error that SQL services were not running. The following screenshot shows the error.

SCSM-AG-Error

I checked the SQL services and they were fine and my SQL Availability Group was not a named instance.

The strange thing is if I specified the Database server as the IP of the Availability Group or cluster name the wizard would not error out. I could not get Service Manager to install using the SQL Availability Group listener DNS name. Here is what I did to work around this issue:

    1. Installed the Service Manager database to one of the SQL nodes.
    2. Installed the rest of my management servers.
    3. Added the Service Manager database to the Availability Group.
    4. Re-pointed Service Manager registry key DatabaseServerName from the SQL node to the SQL Availability Group listener DNS name. To do this I followed the steps on this TechNet article:

http://blogs.technet.com/b/servicemanager/archive/2012/04/22/moving-the-service-manager-and-dw-databases.aspx#pi144248=2

After completing those steps the Service Manager database was running successfully on the SQL Availability Group. I was able to simulate a failover and everything worked as it should.

Print Friendly, PDF & Email

Leave a Comment