dbTalk Databases Forums  

SQL serrer 2005 failover clustering issues

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss SQL serrer 2005 failover clustering issues in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
anith
 
Posts: n/a

Default SQL serrer 2005 failover clustering issues - 10-30-2008 , 04:30 AM






Hi.

We have set up failover clustering for our production servers. but we are
facing a strange issue when the web application servers try to connect to
slqserver when its failed over.
We are experiencing connection time out. but once we restart our application
servers the clients are able to connect to the failed over servers. we are
using ODBC over SQL native client to connect to SQL servers. our connection
string would look like this "Driver={SQL Native
Client};server=SQLserver1;Failover_
Partner=sqlserver2;uid=User;pwd=password;Database= mydb;Network=dbmssocn"

Could any one of you faced such issues before

Reply With Quote
  #2  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL serrer 2005 failover clustering issues - 10-30-2008 , 09:06 AM






The failover partner parameter is used for mirroring, not clustering.

You should be connecting to the Virtual Network Name in the SQL Resource
group, not to any physical server name. In clustering, the network name is
part of the group and is the same no matter which physical host is running
the SQL instance. You leave the Failover Partner parameter blank.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP




"anith" <anith (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi.

We have set up failover clustering for our production servers. but we are
facing a strange issue when the web application servers try to connect to
slqserver when its failed over.
We are experiencing connection time out. but once we restart our
application
servers the clients are able to connect to the failed over servers. we are
using ODBC over SQL native client to connect to SQL servers. our
connection
string would look like this "Driver={SQL Native
Client};server=SQLserver1;Failover_
Partner=sqlserver2;uid=User;pwd=password;Database= mydb;Network=dbmssocn"

Could any one of you faced such issues before


Reply With Quote
  #3  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL serrer 2005 failover clustering issues - 10-30-2008 , 09:06 AM



The failover partner parameter is used for mirroring, not clustering.

You should be connecting to the Virtual Network Name in the SQL Resource
group, not to any physical server name. In clustering, the network name is
part of the group and is the same no matter which physical host is running
the SQL instance. You leave the Failover Partner parameter blank.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP




"anith" <anith (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi.

We have set up failover clustering for our production servers. but we are
facing a strange issue when the web application servers try to connect to
slqserver when its failed over.
We are experiencing connection time out. but once we restart our
application
servers the clients are able to connect to the failed over servers. we are
using ODBC over SQL native client to connect to SQL servers. our
connection
string would look like this "Driver={SQL Native
Client};server=SQLserver1;Failover_
Partner=sqlserver2;uid=User;pwd=password;Database= mydb;Network=dbmssocn"

Could any one of you faced such issues before


Reply With Quote
  #4  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL serrer 2005 failover clustering issues - 10-30-2008 , 09:06 AM



The failover partner parameter is used for mirroring, not clustering.

You should be connecting to the Virtual Network Name in the SQL Resource
group, not to any physical server name. In clustering, the network name is
part of the group and is the same no matter which physical host is running
the SQL instance. You leave the Failover Partner parameter blank.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP




"anith" <anith (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi.

We have set up failover clustering for our production servers. but we are
facing a strange issue when the web application servers try to connect to
slqserver when its failed over.
We are experiencing connection time out. but once we restart our
application
servers the clients are able to connect to the failed over servers. we are
using ODBC over SQL native client to connect to SQL servers. our
connection
string would look like this "Driver={SQL Native
Client};server=SQLserver1;Failover_
Partner=sqlserver2;uid=User;pwd=password;Database= mydb;Network=dbmssocn"

Could any one of you faced such issues before


Reply With Quote
  #5  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL serrer 2005 failover clustering issues - 10-30-2008 , 09:06 AM



The failover partner parameter is used for mirroring, not clustering.

You should be connecting to the Virtual Network Name in the SQL Resource
group, not to any physical server name. In clustering, the network name is
part of the group and is the same no matter which physical host is running
the SQL instance. You leave the Failover Partner parameter blank.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP




"anith" <anith (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi.

We have set up failover clustering for our production servers. but we are
facing a strange issue when the web application servers try to connect to
slqserver when its failed over.
We are experiencing connection time out. but once we restart our
application
servers the clients are able to connect to the failed over servers. we are
using ODBC over SQL native client to connect to SQL servers. our
connection
string would look like this "Driver={SQL Native
Client};server=SQLserver1;Failover_
Partner=sqlserver2;uid=User;pwd=password;Database= mydb;Network=dbmssocn"

Could any one of you faced such issues before


Reply With Quote
  #6  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL serrer 2005 failover clustering issues - 10-30-2008 , 09:06 AM



The failover partner parameter is used for mirroring, not clustering.

You should be connecting to the Virtual Network Name in the SQL Resource
group, not to any physical server name. In clustering, the network name is
part of the group and is the same no matter which physical host is running
the SQL instance. You leave the Failover Partner parameter blank.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP




"anith" <anith (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi.

We have set up failover clustering for our production servers. but we are
facing a strange issue when the web application servers try to connect to
slqserver when its failed over.
We are experiencing connection time out. but once we restart our
application
servers the clients are able to connect to the failed over servers. we are
using ODBC over SQL native client to connect to SQL servers. our
connection
string would look like this "Driver={SQL Native
Client};server=SQLserver1;Failover_
Partner=sqlserver2;uid=User;pwd=password;Database= mydb;Network=dbmssocn"

Could any one of you faced such issues before


Reply With Quote
  #7  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL serrer 2005 failover clustering issues - 10-30-2008 , 09:06 AM



The failover partner parameter is used for mirroring, not clustering.

You should be connecting to the Virtual Network Name in the SQL Resource
group, not to any physical server name. In clustering, the network name is
part of the group and is the same no matter which physical host is running
the SQL instance. You leave the Failover Partner parameter blank.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP




"anith" <anith (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi.

We have set up failover clustering for our production servers. but we are
facing a strange issue when the web application servers try to connect to
slqserver when its failed over.
We are experiencing connection time out. but once we restart our
application
servers the clients are able to connect to the failed over servers. we are
using ODBC over SQL native client to connect to SQL servers. our
connection
string would look like this "Driver={SQL Native
Client};server=SQLserver1;Failover_
Partner=sqlserver2;uid=User;pwd=password;Database= mydb;Network=dbmssocn"

Could any one of you faced such issues before


Reply With Quote
  #8  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL serrer 2005 failover clustering issues - 10-30-2008 , 09:06 AM



The failover partner parameter is used for mirroring, not clustering.

You should be connecting to the Virtual Network Name in the SQL Resource
group, not to any physical server name. In clustering, the network name is
part of the group and is the same no matter which physical host is running
the SQL instance. You leave the Failover Partner parameter blank.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP




"anith" <anith (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi.

We have set up failover clustering for our production servers. but we are
facing a strange issue when the web application servers try to connect to
slqserver when its failed over.
We are experiencing connection time out. but once we restart our
application
servers the clients are able to connect to the failed over servers. we are
using ODBC over SQL native client to connect to SQL servers. our
connection
string would look like this "Driver={SQL Native
Client};server=SQLserver1;Failover_
Partner=sqlserver2;uid=User;pwd=password;Database= mydb;Network=dbmssocn"

Could any one of you faced such issues before


Reply With Quote
  #9  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL serrer 2005 failover clustering issues - 10-30-2008 , 09:06 AM



The failover partner parameter is used for mirroring, not clustering.

You should be connecting to the Virtual Network Name in the SQL Resource
group, not to any physical server name. In clustering, the network name is
part of the group and is the same no matter which physical host is running
the SQL instance. You leave the Failover Partner parameter blank.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP




"anith" <anith (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi.

We have set up failover clustering for our production servers. but we are
facing a strange issue when the web application servers try to connect to
slqserver when its failed over.
We are experiencing connection time out. but once we restart our
application
servers the clients are able to connect to the failed over servers. we are
using ODBC over SQL native client to connect to SQL servers. our
connection
string would look like this "Driver={SQL Native
Client};server=SQLserver1;Failover_
Partner=sqlserver2;uid=User;pwd=password;Database= mydb;Network=dbmssocn"

Could any one of you faced such issues before


Reply With Quote
  #10  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL serrer 2005 failover clustering issues - 10-30-2008 , 09:06 AM



The failover partner parameter is used for mirroring, not clustering.

You should be connecting to the Virtual Network Name in the SQL Resource
group, not to any physical server name. In clustering, the network name is
part of the group and is the same no matter which physical host is running
the SQL instance. You leave the Failover Partner parameter blank.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP




"anith" <anith (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi.

We have set up failover clustering for our production servers. but we are
facing a strange issue when the web application servers try to connect to
slqserver when its failed over.
We are experiencing connection time out. but once we restart our
application
servers the clients are able to connect to the failed over servers. we are
using ODBC over SQL native client to connect to SQL servers. our
connection
string would look like this "Driver={SQL Native
Client};server=SQLserver1;Failover_
Partner=sqlserver2;uid=User;pwd=password;Database= mydb;Network=dbmssocn"

Could any one of you faced such issues before


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.