I am trying to change the randomly-assigned TCP Port Number for my Two-Node SQL Server Failover Cluster to a static value (a value already setup in our firewalls, etc.)
I have seen a number of posts from various sources on this topic, all of which jump on pointing you at articles for SQL Server 2005 and 2008 and the old Cluster.exe tool (which I don't think is currently delivered).
You can't just use SQL Server Configuration Manager to change TCP Port in a Failover Cluster environment.
Does anyone have insight into how to assign a static port for a named instance on a failover cluster of 2012 generation or newer?
Thanks in advance.