Using the default port for the instances on a cluster node

  • Hi,

    We have a cluster node with multiple SQL Server 2005 instances. Since these instances have different IP addresses, can we use the same default TCP/IP port 1433 for all of these instances or should we use different non standard port numbers for these instances?

    Could any one please help me with this issue?

    Thank you,

    Yours,

    SQLBuddy

  • Yes, each instance in the cluster can use the default port.

    Jeffrey Williams
    “We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”

    ― Charles R. Swindoll

    How to post questions to get better answers faster
    Managing Transaction Logs

  • Hi Jeffrey,

    Thank you very much for your reply.

    Could you please clarify me one more thing?

    But is using the default port 1433 for each of the instances on a Single Cluster Node recommended practice ? Does it have any problems or issues ?

    Or Using different non-stand port numbers (Non Dynamic or dedicated) for different instances on the single cluster node is recommended?

    Thank you,

    Yours,

    SQLBuddy

  • I don't know that I have seen a specific recommendation. Unless I had a definitive reason for changing the default port - I would not change it.

    Jeffrey Williams
    “We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”

    ― Charles R. Swindoll

    How to post questions to get better answers faster
    Managing Transaction Logs

  • Hi Jeffrey,

    Thank you very much for all your guidance. I really appreciate your help.

    Yours

    SQLBuddy

  • Running them all on 1433 is fine.

    The reason it doesn't default to that is that when you install the instances on a cluster they're named instances and by default named instances (as opposed to a default sql install) get dynamically assigned SQL ports.

    This can be a problem when one clustered instance is running the database for ISA logging. ISA positively hates dynamically allocated ports. I had to set one of my nodes to run on 1433, because even with the latest Service Packs it refused to connect to SQL on anything but port 1433. Even when I specified in its config to use a different port.



    --Mark Tassin
    MCITP - SQL Server DBA
    Proud member of the Anti-RBAR alliance.
    For help with Performance click this link[/url]
    For tips on how to post your problems[/url]

  • Hi Mtassin,

    Thank you very much for your reply. I really appreciate your detailed answer.

    Yours

    SQLBuddy

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply