dbTalk Databases Forums  

Cluster 3 nodes

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


Discuss Cluster 3 nodes in the microsoft.public.sqlserver.clustering forum.



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

Default Cluster 3 nodes - 09-17-2008 , 10:56 AM






Hi,

I tested a failover cluster solution with Windows 2003 and SQL Server 2005
using 2 nodes with optimal result. Now I'm interested to add a third node
and see what happens, but before that I have some questions.

1 - How nodes will work in case of failover?, will use a round robin
schema?, a random schema?, or always node 1 will failover to node 2 and only
if this is down will failover to node 3.

2 - There's any option to create a cluster where only two nodes will
failover automatically and the third manually?, we're thinking on this option
to have a node remote and only put online if local cluster is unavailable.
In this schema we'll only use the virtual sql name capability of cluster and
not the failover automatically.

3 - More generally, I think that when enough resources is better to have
more instances of SQL in the same machine for differents applications than to
have only one instance with several databases, I'm thinking in HA when one of
the applications generate that SQL Server use a lot of SQL cycles, a lot of
memory or the tempdb heavily. What do you think?

Thx,

--
Pablo Garateguy
MCP - Visual Basic 6
MCTS - SQL Server 2005

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

Default Re: Cluster 3 nodes - 09-17-2008 , 02:48 PM






You specify a preferred host order for each resource group (instance).

Failover is automatic, otherwise it is a low-availability solution.

Multi-site clustering is a whole different ballgame. There is no native
capability in SQL 2005 to support that but there are several storage-vendor
solutions on the market. You might look at database mirroring without
automatic failover for this type if solution as long as the database count
is not too high.

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



"Pablo Garateguy" <PabloGarateguy (AT) discussions (DOT) microsoft.com> wrote in
message news:597F70AE-79CC-48D0-8407-50AC12E199C6 (AT) microsoft (DOT) com...
Quote:
Hi,

I tested a failover cluster solution with Windows 2003 and SQL Server 2005
using 2 nodes with optimal result. Now I'm interested to add a third node
and see what happens, but before that I have some questions.

1 - How nodes will work in case of failover?, will use a round robin
schema?, a random schema?, or always node 1 will failover to node 2 and
only
if this is down will failover to node 3.

2 - There's any option to create a cluster where only two nodes will
failover automatically and the third manually?, we're thinking on this
option
to have a node remote and only put online if local cluster is unavailable.
In this schema we'll only use the virtual sql name capability of cluster
and
not the failover automatically.

3 - More generally, I think that when enough resources is better to have
more instances of SQL in the same machine for differents applications than
to
have only one instance with several databases, I'm thinking in HA when one
of
the applications generate that SQL Server use a lot of SQL cycles, a lot
of
memory or the tempdb heavily. What do you think?

Thx,

--
Pablo Garateguy
MCP - Visual Basic 6
MCTS - SQL Server 2005


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

Default Re: Cluster 3 nodes - 09-17-2008 , 02:48 PM



You specify a preferred host order for each resource group (instance).

Failover is automatic, otherwise it is a low-availability solution.

Multi-site clustering is a whole different ballgame. There is no native
capability in SQL 2005 to support that but there are several storage-vendor
solutions on the market. You might look at database mirroring without
automatic failover for this type if solution as long as the database count
is not too high.

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



"Pablo Garateguy" <PabloGarateguy (AT) discussions (DOT) microsoft.com> wrote in
message news:597F70AE-79CC-48D0-8407-50AC12E199C6 (AT) microsoft (DOT) com...
Quote:
Hi,

I tested a failover cluster solution with Windows 2003 and SQL Server 2005
using 2 nodes with optimal result. Now I'm interested to add a third node
and see what happens, but before that I have some questions.

1 - How nodes will work in case of failover?, will use a round robin
schema?, a random schema?, or always node 1 will failover to node 2 and
only
if this is down will failover to node 3.

2 - There's any option to create a cluster where only two nodes will
failover automatically and the third manually?, we're thinking on this
option
to have a node remote and only put online if local cluster is unavailable.
In this schema we'll only use the virtual sql name capability of cluster
and
not the failover automatically.

3 - More generally, I think that when enough resources is better to have
more instances of SQL in the same machine for differents applications than
to
have only one instance with several databases, I'm thinking in HA when one
of
the applications generate that SQL Server use a lot of SQL cycles, a lot
of
memory or the tempdb heavily. What do you think?

Thx,

--
Pablo Garateguy
MCP - Visual Basic 6
MCTS - SQL Server 2005


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

Default Re: Cluster 3 nodes - 09-17-2008 , 02:48 PM



You specify a preferred host order for each resource group (instance).

Failover is automatic, otherwise it is a low-availability solution.

Multi-site clustering is a whole different ballgame. There is no native
capability in SQL 2005 to support that but there are several storage-vendor
solutions on the market. You might look at database mirroring without
automatic failover for this type if solution as long as the database count
is not too high.

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



"Pablo Garateguy" <PabloGarateguy (AT) discussions (DOT) microsoft.com> wrote in
message news:597F70AE-79CC-48D0-8407-50AC12E199C6 (AT) microsoft (DOT) com...
Quote:
Hi,

I tested a failover cluster solution with Windows 2003 and SQL Server 2005
using 2 nodes with optimal result. Now I'm interested to add a third node
and see what happens, but before that I have some questions.

1 - How nodes will work in case of failover?, will use a round robin
schema?, a random schema?, or always node 1 will failover to node 2 and
only
if this is down will failover to node 3.

2 - There's any option to create a cluster where only two nodes will
failover automatically and the third manually?, we're thinking on this
option
to have a node remote and only put online if local cluster is unavailable.
In this schema we'll only use the virtual sql name capability of cluster
and
not the failover automatically.

3 - More generally, I think that when enough resources is better to have
more instances of SQL in the same machine for differents applications than
to
have only one instance with several databases, I'm thinking in HA when one
of
the applications generate that SQL Server use a lot of SQL cycles, a lot
of
memory or the tempdb heavily. What do you think?

Thx,

--
Pablo Garateguy
MCP - Visual Basic 6
MCTS - SQL Server 2005


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

Default Re: Cluster 3 nodes - 09-17-2008 , 02:48 PM



You specify a preferred host order for each resource group (instance).

Failover is automatic, otherwise it is a low-availability solution.

Multi-site clustering is a whole different ballgame. There is no native
capability in SQL 2005 to support that but there are several storage-vendor
solutions on the market. You might look at database mirroring without
automatic failover for this type if solution as long as the database count
is not too high.

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



"Pablo Garateguy" <PabloGarateguy (AT) discussions (DOT) microsoft.com> wrote in
message news:597F70AE-79CC-48D0-8407-50AC12E199C6 (AT) microsoft (DOT) com...
Quote:
Hi,

I tested a failover cluster solution with Windows 2003 and SQL Server 2005
using 2 nodes with optimal result. Now I'm interested to add a third node
and see what happens, but before that I have some questions.

1 - How nodes will work in case of failover?, will use a round robin
schema?, a random schema?, or always node 1 will failover to node 2 and
only
if this is down will failover to node 3.

2 - There's any option to create a cluster where only two nodes will
failover automatically and the third manually?, we're thinking on this
option
to have a node remote and only put online if local cluster is unavailable.
In this schema we'll only use the virtual sql name capability of cluster
and
not the failover automatically.

3 - More generally, I think that when enough resources is better to have
more instances of SQL in the same machine for differents applications than
to
have only one instance with several databases, I'm thinking in HA when one
of
the applications generate that SQL Server use a lot of SQL cycles, a lot
of
memory or the tempdb heavily. What do you think?

Thx,

--
Pablo Garateguy
MCP - Visual Basic 6
MCTS - SQL Server 2005


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

Default Re: Cluster 3 nodes - 09-17-2008 , 02:48 PM



You specify a preferred host order for each resource group (instance).

Failover is automatic, otherwise it is a low-availability solution.

Multi-site clustering is a whole different ballgame. There is no native
capability in SQL 2005 to support that but there are several storage-vendor
solutions on the market. You might look at database mirroring without
automatic failover for this type if solution as long as the database count
is not too high.

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



"Pablo Garateguy" <PabloGarateguy (AT) discussions (DOT) microsoft.com> wrote in
message news:597F70AE-79CC-48D0-8407-50AC12E199C6 (AT) microsoft (DOT) com...
Quote:
Hi,

I tested a failover cluster solution with Windows 2003 and SQL Server 2005
using 2 nodes with optimal result. Now I'm interested to add a third node
and see what happens, but before that I have some questions.

1 - How nodes will work in case of failover?, will use a round robin
schema?, a random schema?, or always node 1 will failover to node 2 and
only
if this is down will failover to node 3.

2 - There's any option to create a cluster where only two nodes will
failover automatically and the third manually?, we're thinking on this
option
to have a node remote and only put online if local cluster is unavailable.
In this schema we'll only use the virtual sql name capability of cluster
and
not the failover automatically.

3 - More generally, I think that when enough resources is better to have
more instances of SQL in the same machine for differents applications than
to
have only one instance with several databases, I'm thinking in HA when one
of
the applications generate that SQL Server use a lot of SQL cycles, a lot
of
memory or the tempdb heavily. What do you think?

Thx,

--
Pablo Garateguy
MCP - Visual Basic 6
MCTS - SQL Server 2005


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

Default Re: Cluster 3 nodes - 09-17-2008 , 02:48 PM



You specify a preferred host order for each resource group (instance).

Failover is automatic, otherwise it is a low-availability solution.

Multi-site clustering is a whole different ballgame. There is no native
capability in SQL 2005 to support that but there are several storage-vendor
solutions on the market. You might look at database mirroring without
automatic failover for this type if solution as long as the database count
is not too high.

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



"Pablo Garateguy" <PabloGarateguy (AT) discussions (DOT) microsoft.com> wrote in
message news:597F70AE-79CC-48D0-8407-50AC12E199C6 (AT) microsoft (DOT) com...
Quote:
Hi,

I tested a failover cluster solution with Windows 2003 and SQL Server 2005
using 2 nodes with optimal result. Now I'm interested to add a third node
and see what happens, but before that I have some questions.

1 - How nodes will work in case of failover?, will use a round robin
schema?, a random schema?, or always node 1 will failover to node 2 and
only
if this is down will failover to node 3.

2 - There's any option to create a cluster where only two nodes will
failover automatically and the third manually?, we're thinking on this
option
to have a node remote and only put online if local cluster is unavailable.
In this schema we'll only use the virtual sql name capability of cluster
and
not the failover automatically.

3 - More generally, I think that when enough resources is better to have
more instances of SQL in the same machine for differents applications than
to
have only one instance with several databases, I'm thinking in HA when one
of
the applications generate that SQL Server use a lot of SQL cycles, a lot
of
memory or the tempdb heavily. What do you think?

Thx,

--
Pablo Garateguy
MCP - Visual Basic 6
MCTS - SQL Server 2005


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

Default Re: Cluster 3 nodes - 09-17-2008 , 02:48 PM



You specify a preferred host order for each resource group (instance).

Failover is automatic, otherwise it is a low-availability solution.

Multi-site clustering is a whole different ballgame. There is no native
capability in SQL 2005 to support that but there are several storage-vendor
solutions on the market. You might look at database mirroring without
automatic failover for this type if solution as long as the database count
is not too high.

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



"Pablo Garateguy" <PabloGarateguy (AT) discussions (DOT) microsoft.com> wrote in
message news:597F70AE-79CC-48D0-8407-50AC12E199C6 (AT) microsoft (DOT) com...
Quote:
Hi,

I tested a failover cluster solution with Windows 2003 and SQL Server 2005
using 2 nodes with optimal result. Now I'm interested to add a third node
and see what happens, but before that I have some questions.

1 - How nodes will work in case of failover?, will use a round robin
schema?, a random schema?, or always node 1 will failover to node 2 and
only
if this is down will failover to node 3.

2 - There's any option to create a cluster where only two nodes will
failover automatically and the third manually?, we're thinking on this
option
to have a node remote and only put online if local cluster is unavailable.
In this schema we'll only use the virtual sql name capability of cluster
and
not the failover automatically.

3 - More generally, I think that when enough resources is better to have
more instances of SQL in the same machine for differents applications than
to
have only one instance with several databases, I'm thinking in HA when one
of
the applications generate that SQL Server use a lot of SQL cycles, a lot
of
memory or the tempdb heavily. What do you think?

Thx,

--
Pablo Garateguy
MCP - Visual Basic 6
MCTS - SQL Server 2005


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

Default Re: Cluster 3 nodes - 09-17-2008 , 02:48 PM



You specify a preferred host order for each resource group (instance).

Failover is automatic, otherwise it is a low-availability solution.

Multi-site clustering is a whole different ballgame. There is no native
capability in SQL 2005 to support that but there are several storage-vendor
solutions on the market. You might look at database mirroring without
automatic failover for this type if solution as long as the database count
is not too high.

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



"Pablo Garateguy" <PabloGarateguy (AT) discussions (DOT) microsoft.com> wrote in
message news:597F70AE-79CC-48D0-8407-50AC12E199C6 (AT) microsoft (DOT) com...
Quote:
Hi,

I tested a failover cluster solution with Windows 2003 and SQL Server 2005
using 2 nodes with optimal result. Now I'm interested to add a third node
and see what happens, but before that I have some questions.

1 - How nodes will work in case of failover?, will use a round robin
schema?, a random schema?, or always node 1 will failover to node 2 and
only
if this is down will failover to node 3.

2 - There's any option to create a cluster where only two nodes will
failover automatically and the third manually?, we're thinking on this
option
to have a node remote and only put online if local cluster is unavailable.
In this schema we'll only use the virtual sql name capability of cluster
and
not the failover automatically.

3 - More generally, I think that when enough resources is better to have
more instances of SQL in the same machine for differents applications than
to
have only one instance with several databases, I'm thinking in HA when one
of
the applications generate that SQL Server use a lot of SQL cycles, a lot
of
memory or the tempdb heavily. What do you think?

Thx,

--
Pablo Garateguy
MCP - Visual Basic 6
MCTS - SQL Server 2005


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

Default Re: Cluster 3 nodes - 09-17-2008 , 02:48 PM



You specify a preferred host order for each resource group (instance).

Failover is automatic, otherwise it is a low-availability solution.

Multi-site clustering is a whole different ballgame. There is no native
capability in SQL 2005 to support that but there are several storage-vendor
solutions on the market. You might look at database mirroring without
automatic failover for this type if solution as long as the database count
is not too high.

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



"Pablo Garateguy" <PabloGarateguy (AT) discussions (DOT) microsoft.com> wrote in
message news:597F70AE-79CC-48D0-8407-50AC12E199C6 (AT) microsoft (DOT) com...
Quote:
Hi,

I tested a failover cluster solution with Windows 2003 and SQL Server 2005
using 2 nodes with optimal result. Now I'm interested to add a third node
and see what happens, but before that I have some questions.

1 - How nodes will work in case of failover?, will use a round robin
schema?, a random schema?, or always node 1 will failover to node 2 and
only
if this is down will failover to node 3.

2 - There's any option to create a cluster where only two nodes will
failover automatically and the third manually?, we're thinking on this
option
to have a node remote and only put online if local cluster is unavailable.
In this schema we'll only use the virtual sql name capability of cluster
and
not the failover automatically.

3 - More generally, I think that when enough resources is better to have
more instances of SQL in the same machine for differents applications than
to
have only one instance with several databases, I'm thinking in HA when one
of
the applications generate that SQL Server use a lot of SQL cycles, a lot
of
memory or the tempdb heavily. What do you think?

Thx,

--
Pablo Garateguy
MCP - Visual Basic 6
MCTS - SQL Server 2005


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.