dbTalk Databases Forums  

Adding Nodes to a SQL 2000 Cluster

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


Discuss Adding Nodes to a SQL 2000 Cluster in the microsoft.public.sqlserver.clustering forum.



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

Default Adding Nodes to a SQL 2000 Cluster - 01-08-2009 , 06:23 PM






I have a 2 Node SQL 2000 Cluster using Dell Servers and a SAN. I would like
to add two HP Servers to the Cluster and then eventually fail over to them

Is the different hardware going to be an issue?


Do I need to install SQL 2000 on the servers prior to joining them to the
Cluster or by Adding them to the Cluster will they automatically have SQL and
the appropriate Service Packs Pushed down to them?



Reply With Quote
  #2  
Old   
Tom Moreau
 
Posts: n/a

Default Re: Adding Nodes to a SQL 2000 Cluster - 01-09-2009 , 08:05 AM






You should have no problem as long as the new servers are certified with the
existing SAN. Basically, you'll add the nodes to the cluster, using Cluster
Admin. Next, you'll use the SQL 2000 install media to add the binaries to
the new nodes. Next, you'll add the appropriate SQL 2000 service pack, and
then any hotfixes. After testing failover, you then evict the old nodes
from the cluster.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau


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

I have a 2 Node SQL 2000 Cluster using Dell Servers and a SAN. I would like
to add two HP Servers to the Cluster and then eventually fail over to them

Is the different hardware going to be an issue?


Do I need to install SQL 2000 on the servers prior to joining them to the
Cluster or by Adding them to the Cluster will they automatically have SQL
and
the appropriate Service Packs Pushed down to them?



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

Default Re: Adding Nodes to a SQL 2000 Cluster - 01-09-2009 , 09:19 AM



Asymmetrical clusters are not supported prior to Windows 2008. They also
are a real pain and are often unstable prior to Windows 2008.


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



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

Quote:
I have a 2 Node SQL 2000 Cluster using Dell Servers and a SAN. I would like
to add two HP Servers to the Cluster and then eventually fail over to them

Is the different hardware going to be an issue?


Do I need to install SQL 2000 on the servers prior to joining them to the
Cluster or by Adding them to the Cluster will they automatically have SQL
and
the appropriate Service Packs Pushed down to them?




Reply With Quote
  #4  
Old   
Marc
 
Posts: n/a

Default Re: Adding Nodes to a SQL 2000 Cluster - 01-09-2009 , 11:28 AM



How do I go about adding the Binaries? Do I just do a normal install of SQL
or once I add the node to cluster and put the SQL Disk in the install will
know?

"Tom Moreau" wrote:

Quote:
You should have no problem as long as the new servers are certified with the
existing SAN. Basically, you'll add the nodes to the cluster, using Cluster
Admin. Next, you'll use the SQL 2000 install media to add the binaries to
the new nodes. Next, you'll add the appropriate SQL 2000 service pack, and
then any hotfixes. After testing failover, you then evict the old nodes
from the cluster.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau


"Marc" <Marc (AT) discussions (DOT) microsoft.com> wrote in message
news:F5F42DB7-B720-4562-BC2D-467ABDD01EC3 (AT) microsoft (DOT) com...
I have a 2 Node SQL 2000 Cluster using Dell Servers and a SAN. I would like
to add two HP Servers to the Cluster and then eventually fail over to them

Is the different hardware going to be an issue?


Do I need to install SQL 2000 on the servers prior to joining them to the
Cluster or by Adding them to the Cluster will they automatically have SQL
and
the appropriate Service Packs Pushed down to them?




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

Default Re: Adding Nodes to a SQL 2000 Cluster - 01-09-2009 , 12:12 PM



Read the section in BOL on "Maintaining a Failover Cluster". It will walk
you through the installer steps.

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


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

Quote:
How do I go about adding the Binaries? Do I just do a normal install of
SQL
or once I add the node to cluster and put the SQL Disk in the install will
know?

"Tom Moreau" wrote:

You should have no problem as long as the new servers are certified with
the
existing SAN. Basically, you'll add the nodes to the cluster, using
Cluster
Admin. Next, you'll use the SQL 2000 install media to add the binaries
to
the new nodes. Next, you'll add the appropriate SQL 2000 service pack,
and
then any hotfixes. After testing failover, you then evict the old nodes
from the cluster.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau


"Marc" <Marc (AT) discussions (DOT) microsoft.com> wrote in message
news:F5F42DB7-B720-4562-BC2D-467ABDD01EC3 (AT) microsoft (DOT) com...
I have a 2 Node SQL 2000 Cluster using Dell Servers and a SAN. I would
like
to add two HP Servers to the Cluster and then eventually fail over to
them

Is the different hardware going to be an issue?


Do I need to install SQL 2000 on the servers prior to joining them to the
Cluster or by Adding them to the Cluster will they automatically have SQL
and
the appropriate Service Packs Pushed down to them?





Reply With Quote
  #6  
Old   
Marc
 
Posts: n/a

Default Re: Adding Nodes to a SQL 2000 Cluster - 01-13-2009 , 04:36 PM



I now have both new visible in the cluster with SQL installed. The only thing
I was unable to do is run the SP4. It gave us an error message: “Setup
cannot verify/grant logon as service right to the SQL Server service logon
account: 5000 (0x1388)

Do I need to make this nodes Active and the install SP4?

Marc

"Tom Moreau" wrote:

Quote:
You should have no problem as long as the new servers are certified with the
existing SAN. Basically, you'll add the nodes to the cluster, using Cluster
Admin. Next, you'll use the SQL 2000 install media to add the binaries to
the new nodes. Next, you'll add the appropriate SQL 2000 service pack, and
then any hotfixes. After testing failover, you then evict the old nodes
from the cluster.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau


"Marc" <Marc (AT) discussions (DOT) microsoft.com> wrote in message
news:F5F42DB7-B720-4562-BC2D-467ABDD01EC3 (AT) microsoft (DOT) com...
I have a 2 Node SQL 2000 Cluster using Dell Servers and a SAN. I would like
to add two HP Servers to the Cluster and then eventually fail over to them

Is the different hardware going to be an issue?


Do I need to install SQL 2000 on the servers prior to joining them to the
Cluster or by Adding them to the Cluster will they automatically have SQL
and
the appropriate Service Packs Pushed down to them?




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

Default Re: Adding Nodes to a SQL 2000 Cluster - 01-14-2009 , 10:09 AM



Try failing over to that node without SP4. That may "set" the account
properly.

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


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

Quote:
I now have both new visible in the cluster with SQL installed. The only
thing
I was unable to do is run the SP4. It gave us an error message: “Setup
cannot verify/grant logon as service right to the SQL Server service logon
account: 5000 (0x1388)

Do I need to make this nodes Active and the install SP4?

Marc

"Tom Moreau" wrote:

You should have no problem as long as the new servers are certified with
the
existing SAN. Basically, you'll add the nodes to the cluster, using
Cluster
Admin. Next, you'll use the SQL 2000 install media to add the binaries
to
the new nodes. Next, you'll add the appropriate SQL 2000 service pack,
and
then any hotfixes. After testing failover, you then evict the old nodes
from the cluster.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau


"Marc" <Marc (AT) discussions (DOT) microsoft.com> wrote in message
news:F5F42DB7-B720-4562-BC2D-467ABDD01EC3 (AT) microsoft (DOT) com...
I have a 2 Node SQL 2000 Cluster using Dell Servers and a SAN. I would
like
to add two HP Servers to the Cluster and then eventually fail over to
them

Is the different hardware going to be an issue?


Do I need to install SQL 2000 on the servers prior to joining them to the
Cluster or by Adding them to the Cluster will they automatically have SQL
and
the appropriate Service Packs Pushed down to them?





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.