|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 9:36 AM
Points: 93,
Visits: 545
|
|
|
|
|
|
Keeper of the Duck
Group: Moderators
Last Login: Today @ 4:47 PM
Points: 6,584,
Visits: 1,788
|
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 9:36 AM
Points: 93,
Visits: 545
|
|
We have set it up in a dev environment with the RS service being a middle tier. We used Windows security for the App->RS Server security but kept the database connection to a database user to keep things simple in our environment. Thanks.
Cheers http://twitter.com/widba http://widba.blogspot.com/
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Tuesday, August 10, 2010 1:22 PM
Points: 961,
Visits: 409
|
|
This is a great article and explains the installation process very clearly.
Our cluster is a multiple instance (active/active) cluster with the first node being the production instance and the second being the beta instance. Our beta instance will not be very busy. If we wanted to install RS in a two node active/active cluster, would we perform the same steps on both nodes? Since RS is resource intensive are we asking for trouble running it on the production instance or would it be best to just run it on the Beta instance?
Thanks!
Wendy Schuman
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Monday, April 15, 2013 10:41 AM
Points: 498,
Visits: 508
|
|
Hello Zack,
Just ran into your article. I'm trying to research setting up Reporting Services on a SQL cluster from the licensing perspective, and have not found any good information on the subject. Does running SSRS on both nodes of the cluster (active/passive) require the passive node to be licensed? Also, the configuration you've set up I believe is supported only in Enterprise Edition, not Standard Edition?
Thanks! Randy
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, July 09, 2012 7:31 AM
Points: 2,
Visits: 27
|
|
Hi Zack--
I know this is an old article, but it sounds like exactly what I have been looking for. Is there any reason this would not work using SQL Server 2008 R2?
Thanks,
Tony
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 12:02 PM
Points: 5,854,
Visits: 4,873
|
|
tferrara (1/27/2012) Hi Zack--
I know this is an old article, but it sounds like exactly what I have been looking for. Is there any reason this would not work using SQL Server 2008 R2? Nearly 3 years since the last comment, yeah, old..
1. IIS is not needed for SSRS as of SQL 2008 (and R2) 2. This is considered a scale-out deployment and is only supported on Enterprise Edition as far as I know. 3. As the last poster commented as a question about licensing, both nodes would have to be licensed, which would not be an issue in the Active/Active case since you would need to license both anyway. 4. Technically SSRS is not cluster aware so it will not failover in any traditional sense. You are really only effectively running two copies.
CEWII
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, July 09, 2012 7:31 AM
Points: 2,
Visits: 27
|
|
Thanks for your reply, Elliott. I wanted to be sure there were no gotchas lurking before I recommended this.
All four of your points are certainly correct. As for the licensing, though, this configuration is certainly more frugal than the other scale-out configurations that I have found. It lacks a public-facing server, of course, but it provides high availability inside our firewall, which is what I've been looking for.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 12:02 PM
Points: 5,854,
Visits: 4,873
|
|
tferrara (1/30/2012) Thanks for your reply, Elliott. I wanted to be sure there were no gotchas lurking before I recommended this.
All four of your points are certainly correct. As for the licensing, though, this configuration is certainly more frugal than the other scale-out configurations that I have found. It lacks a public-facing server, of course, but it provides high availability inside our firewall, which is what I've been looking for.
Provided the hardware is robust enough it is a workable model and cost effective. And Scale-out can be quite expensive. Since you have 2 separate SSRS servers you might consider putting a load balancer in front of them to control the loads..
CEWII
|
|
|
|