SQL Server 2014 – Edition Upgrade on Failover Clustered Instance

clusteringfailoverinstallationsql serversql server 2014

We did Edition upgrade on our active node for the SQL Server instance SQL01 and that was successful.

I have a question/doubt –> Do I need to proceed the same on other node as well since SQL Server or its binaries were installed on passive node too?

If yes, which I assumed and tried to test and went ahead with checking what it shows when I start up the set up:

It takes me all the way to same screen where instance name is selected after selecting edition upgrade under maintenance and I am confused if the upgrade was success on active node?

Please suggest how does the upgrade of edition works on 2 node cluster with SQL Server FCI?

Thanks

Best Answer

No, unlike Service Packs and Cumulative Updates where you're responsible to keep the bits in the same state across all nodes, the Edition upgrade applies to both nodes at once. I applied it myself to the 'passive' node and Configuration Manager on the active node showed Enterprise immediately. You still need to restart the service though, as SSMS showed Standard in Properties even after refreshing and reconnecting, but immediately reflected Enterprise after refresh once I'd restarted the service.