Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Clustering / May 2006

Tip: Looking for answers? Try searching our database.

More questions on 4 node cluster

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Hassan - 29 May 2006 07:48 GMT
Hello,

Say if I have 4 host names, HostA,HostB,HostC and HostD and if I want
HostA,HostB and HostC to be the active nodes, how do I go about setting up
the virtual name ?

Will HostA and HostD have a name say HostApp1,
HostB and HostD have a name say HostApp2 and
HostC and HostD have a name say HostApp3 ?

Is that how its configured ?

Also how do you configure it and what will the virtual name if HostA and
HostB both fail and have to fail onto HostC ?

As you can tell, I have zero clustering experience and just want to get my
theory all straightened out.

Any link to setting a 4 node cluster would immensely help as well.

Thanks
Mike Hodgson - 29 May 2006 09:32 GMT
When you add a new SQL instance to an existing cluster you specify the
virtual server name (it can be anything - "bert" for example).  Then you
say which of the cluster nodes you want "bert" to be able to run on -
there's pretty much no reason you'd include a node in a cluster and then
not allow a SQL instance to run on it (at least not in normal
circumstances).  You also define what you want the instance name to be
(eg. "ernie").  So the full name of you SQL instance would be bert\ernie
and it would be able to run on whichever cluster nodes you specified
during the SQL install (which, presumedly would be all of them).  If the
node it's running on fails, then it will start up on one of the other
possible owners (ie. nodes) in the cluster.  The virtual server name,
and in fact the entire SQL instance name (eg. bert\ernie), will remain
the same no matter what node the instance happens to be running on.  The
cluster group contains, among other resources, an IP address and a
network name (eg. bert), so those resources will "follow" the SQL
instance to whichever node it's running on - so the node it's running on
is transparent to the SQL users (they just always refer to it as
bert\ernie no matter where it is).

--
*mike hodgson*
http://sqlnerd.blogspot.com

>Hello,
>
[quoted text clipped - 19 lines]
>
>  
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.