Hi Folks,
i've just been handed a 2 node sql 2008 r2 cluster running 4 instances. When I observed the ports they were listenng on all were listening on port 1433. In addition, in order to connect to them I simply use inst1, or inst2, inst3, or inst4 in SSMS.
I'm used to the old convention of connecting to a named cluster instance prefixed with the virtual server name followed by the instance name. i.e. sqlvirt00, sqlvirt01\instname01, sqlvirt02\inst02, etc. all with different static port numbers for firewall
requirements. I also understood that it wasn't advisable to use 1433 for a named instance.
So my 1st question is, can you use the same port for all 4 instances - without conflict? Is it the combination of virtual IP and port# that make the connection unique, or is it the physical IP and port # that make the connection unique?
Second question is, do we no longer need to prefix instance names with vrtual server names, or is there perhaps some DNS manipulation here?
Thanks for your help here.
Scott H