Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Error message when you change the IP address on a SQL Server failover cluster node: "Bind failed"


View products that this article applies to.

Symptoms

Attempts to bring a SQL Server 2000 or SQL Server 2005 virtual instance online on a cluster may fail, or the SQL Server virtual instance on the cluster may come online successfully, but the SQL Server virtual instance on the cluster will only listen on Named Pipes. Client connections made over Named Pipes will succeed, but client connections over TCP/IP fail.

The SQL Server error log reports the following error message if the Virtual SQL Server does not successfully bind to port 1433:
SuperSocket Info: Bind failed on TCP port 1433
If the Virtual SQL Server is set to bind to 0 or a dynamic port, the Virtual SQL Server still unsuccessfully binds and an error message similar to the following occurs:
SuperSocket Info: Bind failed on TCP port 0
This article discusses one possible cause of this error message. The information in this article helps only if you are experiencing this exact same scenario. For other possible causes of the error message, see the following articles in the Microsoft Knowledge Base:
293107 PRB: TCP\IP Port in Use by Another Application
312935 FIX: SQL Server fails to bind TCP/IP port at startup
308091 BUG: Hide Server Option Cannot Be Used on Multiple Instances of SQL Server 2000
307197 PRB: SQL Virtual Cluster Server Fails to Bind to the Port on Which it is Listening

↑ Back to the top


Cause

Changing the Virtual SQL Server IP address with the Cluster Administrator tool. For a default instance of virtual SQL Server, the following registry value points to a previous IP address:

HKLM\Software\Microsoft\MSSQLServer\Cluster


For a named instance of virtual SQL Server, the following registry value points to a previous IP address:

HKLM\Software\Microsoft\Microsoft SQL Server\Instance Name\Cluster\ClusterIpAddr

↑ Back to the top


Resolution

To resolve the problem, follow the steps in Microsoft Knowledge Base article Q244980 for the correct way to change the Virtual SQL Server IP address. When you get to step 7 in the "More Information" section of the article, select Remove and replace an existing IP Address:
244980 HOW TO: Change the Network IP Addresses of SQL Server Virtual Servers
If you are using SQL Server 2005, follow the steps described in the "How to: Change the IP Address of a SQL Server 2005 Failover Cluster" topic in SQL Server Books Online to resolve the problem.

↑ Back to the top


Keywords: kbsql2005cluster, kbprb, KB319578

↑ Back to the top

Article Info
Article ID : 319578
Revision : 11
Created on : 4/6/2006
Published on : 4/6/2006
Exists online : False
Views : 347