Sobre la instalación de Reporting Services en clúster…

 

1. ¿Esta soportada la instalación de Reporting Services en clúster?

Del siguiente artículo puedes ver que la instalación en clúster está soportada sólo para las bases de datos de SQL server (ReportServer y ReportServerTempDB) pero no para el servicio Web.

Hosting a Report Server Database in a SQL Server Failover Cluster

https://msdn.microsoft.com/en-us/library/bb630402.aspx

(en Español)

Hospedar una base de datos del servidor de informes en un clúster de conmutación por error de SQL Server

https://msdn.microsoft.com/es-es/library/bb630402.aspx

SQL Server provides failover clustering support so that you can use multiple disks for one or more SQL Server instances. Failover clustering is supported only for the report server database; you cannot run the Report Server service as part of a failover cluster.

To host a report server database on a SQL Server failover cluster, the cluster must already be installed and configured. You can then select the failover cluster as the server name when you create the report server database in the Database Setup page of the Reporting Services Configuration tool.

Although the Report Server service cannot participate in a failover cluster, you can install Reporting Services on a computer that has a SQL Server failover cluster installed. The report server runs independently of the failover cluster. If you install a report server on a computer that is part of a SQL Server failover instance, you are not required to use the failover cluster for the report server database; you can use a different SQL Server instance to host the database.

 

2. Pasos a seguir para instalar Reporting Services con las bases de datos en clúster:

 

1. Primero instalamos Reporting Services en una máquina (diferente al clúster, o en un nodo del clúster si se prefiere) eligiendo la opción “Install but do not configure the server” durante las opciones de instalación del asistente.

2. Una vez terminada la instalación, habrá que configurar Reporting Services utilizando el “Reporting Services Configuration Manager”

Los siguientes artículos muestran los pasos a seguir para configurar las urls y la base de datos

How to: Configure a URL (Reporting Services Configuration)

https://msdn.microsoft.com/en-us/library/bb630447.aspx

How to: Create a Report Server Database (Reporting Services Configuration)

https://msdn.microsoft.com/en-us/library/ms157300.aspx

los enlaces en español son:

Cómo configurar una dirección URL (Configuración de Reporting Services)

https://msdn.microsoft.com/es-es/library/bb630447.aspx

Cómo crear una base de datos de servidor de informes (configuración de Reporting Services)

https://msdn.microsoft.com/es-es/library/ms157300.aspx

 

 

Maria Esteban

Ingeniero de Soporte de Reporting Services