Sql-server – Clustering SSAS

clusteringsql serverssas

We are using both SQL Server 2012 and 2014 always on.

Here is my issue: we have an application that I have set up to use Availability groups(2014), however the issue I am having is that it uses SSAS and as far as I can tell I cannot set up the SSAS database to be akin to an availability group which floats between two replicas based on the av listener name/IP.

My hope was to have the SSAS database failover to the same replica that the databases would in case of a failover. Is this even possible and would you be able to point me to any articles.

I am referring to the OLAP database that appears under databases when you connect to SSAS through the GUI.

Best Answer

There is nothing like AlwaysOn for SSAS databases.

If you want high availability for your SSAS databases you need to set up a Windows Server failover cluster.

Refer to the documentation for instructions:

One approach for meeting your organization’s high availability requirements for Analysis Services is to install it on a Windows Server failover cluster (WSFC). A WSFC is composed of multiple servers that offer redundancy in the event of a hardware failure, system crash, or some other service disruption. A WSFC can offer protection of your mission critical backend servers, including the Analysis Services instances running your BI workloads.