Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #568
| From | Erland Sommarskog <esquel@sommarskog.se> |
|---|---|
| Newsgroups | comp.databases.ms-sqlserver |
| Subject | Re: Using SQL Server IP for non-sql uses on a failover cluster |
| Date | 2011-07-25 10:57 +0200 |
| Organization | Erland Sommarskog |
| Message-ID | <Xns9F2D6F896935AYazorman@127.0.0.1> (permalink) |
| References | <d40c34da-f44b-4a5b-9164-5c5b9f65253c@z7g2000vbp.googlegroups.com> |
Mark (google@markginsburg.com) writes:
> At my organization, users have started to use the virtual address
> created when SQL Server is installed on a failover cluster for non-SQL
> uses.
>
> I have always created an cluster IP resource in addition to the SQL
> cluster IP resource for non-SQL access to the server (like for mapping
> drives).
>
> What is the impact on SQL Server if people use the SQL virtual IP for
> non-SQL related access to the cluster?
>
> Is there a best practice that dictates that a separate IP should be
> provided for non-SQL access?
Since I'm into clustering myself, I relayed the question to my MVP mates.
Here are two responses I recevied:
There is no different impact to SQL Between using the SQL name/ip or a
different name/ip in the same resource group. All it is in either
case is a socket connection to the server on one ip or another.
And response to this comment was:
The impact is this: if they add it to the SQL group, make it a
dependency of the SQL resource, and it goes down, it can potentially
take SQL down.
So never add anything to the SQL group for non-SQL access if you care
about HA.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
Back to comp.databases.ms-sqlserver | Previous | Next — Previous in thread | Next in thread | Find similar
Using SQL Server IP for non-sql uses on a failover cluster Mark <google@markginsburg.com> - 2011-07-24 12:52 -0700
Re: Using SQL Server IP for non-sql uses on a failover cluster Erland Sommarskog <esquel@sommarskog.se> - 2011-07-25 10:57 +0200
Re: Using SQL Server IP for non-sql uses on a failover cluster Mark <google@markginsburg.com> - 2011-07-25 06:09 -0700
csiph-web