Dear team,
I have built an failover cluster on Windows 2008 R2 Enterprise.
And I installed SQL Server 2012 as an SQL Server cluster. There are two SQL Server instance, and each node host one instance.
I did some testing, and it can failover perfectly.
But one node host SQL Server Reporting service, it is not critical service, so I don't want the service auto failover to the other node automatically.
I have read below document, and have configured the conditonlevel with below command.
C:\WINDOWS\System32>Get-ClusterResource -Name "SQL Server (SFAMASTER)" | Set-ClusterParameter FailureConditionLevel 0
http://msdn.microsoft.com/en-us/library/ff878664.aspx
But when I restarted the hosted server, it still failover to the second node.
==================================================
I also try to configure with GUI,
Right click the resource of SQL Server (SFAMASTER), Click "Properties", click "Pllices",
and uncheck "if restat is unsuccessful, fail over all resource in this service or application"
and then restart server, it still failover to the second node.
=========================================
How I can forbid this instance failover to the other node automatically.
I only want to failover the instance manually.
Or the question is "how i test the resource cann't failover automatically"