Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

SQL 2k to SQL 2K5 in Active Passive Cluster

 
   Database Help (Home) -> Clustering RSS
Next:  Cluster active/active SQLServer/SSAS  
Author Message
sacgar

External


Since: Feb 06, 2008
Posts: 14



(Msg. 1) Posted: Wed Feb 06, 2008 5:18 pm
Post subject: SQL 2k to SQL 2K5 in Active Passive Cluster
Archived from groups: microsoft>public>sqlserver>clustering (more info?)

We are going for SQL 2K Upgrade to SQL 2k5 Upgrade for Active-Passive
Clusters (windows 2K3)and thinking for below plan , can anybody confirm if we
are ignoring or missing big issues with below plan or it sounds good?

o Put SQL 2005 on one server
o Leave SQL 2000 on the other
o Virtual name of the cluster will remain pointed at the SQL 2000 server
o New Build will be tested on the SQL 2005 server
o If the new software fails, we still have everything working on the SQL
2000 server
o When the SQL 2005 server is ready with Build and tested , the SQL 2000
server is turned off and virtual name of the cluster is pointed at the SQL
2005 server.
• Also if there is no issue you see , what is the process to point to point
the virtual name from SQL 2K to SQL 2K5

Thanks

 >> Stay informed about: SQL 2k to SQL 2K5 in Active Passive Cluster 
Back to top
Login to vote
Ross Mistry

External


Since: Feb 06, 2008
Posts: 8



(Msg. 2) Posted: Wed Feb 06, 2008 6:01 pm
Post subject: Re: SQL 2k to SQL 2K5 in Active Passive Cluster [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Based on your description, are you trying to upgrade an existing SQL Server
2000 single instance cluster to SQL Server 2005 or are you trying to migrate
your SQL Server data from a SQL Server 2000 system to a SQL Server 2005
clustered system?

If you are trying to upgrade a SQL Server cluster from SQL 2000 to SQL
Server 2005 follow these steps SQL Server 2005 Failover Clustering White
Paper:

http://thesource.ofallevil.com/downloads/thankyou.aspx?familyId=818234...a17b-4f

Side by side installation with SQL Server 2000 Failover Clusters

Thanks

Ross Mistry






"sacgar" wrote in message

>
> We are going for SQL 2K Upgrade to SQL 2k5 Upgrade for Active-Passive
> Clusters (windows 2K3)and thinking for below plan , can anybody confirm if
> we
> are ignoring or missing big issues with below plan or it sounds good?
>
> o Put SQL 2005 on one server
> o Leave SQL 2000 on the other
> o Virtual name of the cluster will remain pointed at the SQL 2000 server
> o New Build will be tested on the SQL 2005 server
> o If the new software fails, we still have everything working on the SQL
> 2000 server
> o When the SQL 2005 server is ready with Build and tested , the SQL 2000
> server is turned off and virtual name of the cluster is pointed at the SQL
> 2005 server.
> . Also if there is no issue you see , what is the process to point to
> point
> the virtual name from SQL 2K to SQL 2K5
>
> Thanks

 >> Stay informed about: SQL 2k to SQL 2K5 in Active Passive Cluster 
Back to top
Login to vote
Geoff N. Hiten

External


Since: Jan 10, 2008
Posts: 111



(Msg. 3) Posted: Wed Feb 06, 2008 9:31 pm
Post subject: Re: SQL 2k to SQL 2K5 in Active Passive Cluster [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I do not think this will work.

The SQL 2005 installer treats the clustered instance singly for update
purposes. The installer will exit if any cluster resource is offline, so
you cannot "reserve" one node to failback. Also, once a database file is
upgraded to SQL 2005, it cannot be attached to a SQL 2000 instance.

I would recommend a side-by-side installation of a named instance of SQl
2005. You can then do a data-in-place migration after you have tested
everything. A DNS SRV record can point the old virtual server name to the
new named instance so you do not have to try and rename a clustered
instance.

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



"sacgar" wrote in message

>
> We are going for SQL 2K Upgrade to SQL 2k5 Upgrade for Active-Passive
> Clusters (windows 2K3)and thinking for below plan , can anybody confirm if
> we
> are ignoring or missing big issues with below plan or it sounds good?
>
> o Put SQL 2005 on one server
> o Leave SQL 2000 on the other
> o Virtual name of the cluster will remain pointed at the SQL 2000 server
> o New Build will be tested on the SQL 2005 server
> o If the new software fails, we still have everything working on the SQL
> 2000 server
> o When the SQL 2005 server is ready with Build and tested , the SQL 2000
> server is turned off and virtual name of the cluster is pointed at the SQL
> 2005 server.
> • Also if there is no issue you see , what is the process to point to
> point
> the virtual name from SQL 2K to SQL 2K5
>
> Thanks
 >> Stay informed about: SQL 2k to SQL 2K5 in Active Passive Cluster 
Back to top
Login to vote
sacgar

External


Since: Feb 06, 2008
Posts: 14



(Msg. 4) Posted: Thu Feb 07, 2008 12:59 pm
Post subject: Re: SQL 2k to SQL 2K5 in Active Passive Cluster [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Great, so do you mean

1) Install SQL 2k5 cluster instance
2) Test everything with instance name
3) if everything goes fine map the DNS of default 2K cluster to new 2K5
cluster
4) Uninstall 2K cluster

if above is the case then it looks better plan ,but how i will manage the
LUNs which are already part of current SQL 2K(binaries on H$ shared drive)
what are the precautions and action point i need to take for LUNs and while
un-installing the sql2k cluster?

Thanks much..






"Geoff N. Hiten" wrote:

> I do not think this will work.
>
> The SQL 2005 installer treats the clustered instance singly for update
> purposes. The installer will exit if any cluster resource is offline, so
> you cannot "reserve" one node to failback. Also, once a database file is
> upgraded to SQL 2005, it cannot be attached to a SQL 2000 instance.
>
> I would recommend a side-by-side installation of a named instance of SQl
> 2005. You can then do a data-in-place migration after you have tested
> everything. A DNS SRV record can point the old virtual server name to the
> new named instance so you do not have to try and rename a clustered
> instance.
>
> --
> Geoff N. Hiten
> Senior SQL Infrastructure Consultant
> Microsoft SQL Server MVP
>
>
>
> "sacgar" wrote in message
>
> >
> > We are going for SQL 2K Upgrade to SQL 2k5 Upgrade for Active-Passive
> > Clusters (windows 2K3)and thinking for below plan , can anybody confirm if
> > we
> > are ignoring or missing big issues with below plan or it sounds good?
> >
> > o Put SQL 2005 on one server
> > o Leave SQL 2000 on the other
> > o Virtual name of the cluster will remain pointed at the SQL 2000 server
> > o New Build will be tested on the SQL 2005 server
> > o If the new software fails, we still have everything working on the SQL
> > 2000 server
> > o When the SQL 2005 server is ready with Build and tested , the SQL 2000
> > server is turned off and virtual name of the cluster is pointed at the SQL
> > 2005 server.
> > • Also if there is no issue you see , what is the process to point to
> > point
> > the virtual name from SQL 2K to SQL 2K5
> >
> > Thanks
>
>
 >> Stay informed about: SQL 2k to SQL 2K5 in Active Passive Cluster 
Back to top
Login to vote
Geoff N. Hiten

External


Since: Jan 10, 2008
Posts: 111



(Msg. 5) Posted: Thu Feb 07, 2008 4:15 pm
Post subject: Re: SQL 2k to SQL 2K5 in Active Passive Cluster [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You are definitely on the right track.

I usually detach the database files, take a SAN snapshot so I can revert,
and then move the LUNS into the SQL 2005 group (remember to set the
dependencies). Reattach, update statistics, and run. If it all goes
pear-shaped, stop SQl 2005, move the LUNS back, revert the snapshot,
reattach to SQL 2000 and try again later.

And I think you will notice that the binaries are local to each machine, it
is only the SQL data and transaction log files that are on clustered
resources.
As for uninstalling, why bother? Disable the services and let the system
be. The footprint of a few hundred MB on the system disks is trivial.


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


"sacgar" wrote in message

> Great, so do you mean
>
> 1) Install SQL 2k5 cluster instance
> 2) Test everything with instance name
> 3) if everything goes fine map the DNS of default 2K cluster to new 2K5
> cluster
> 4) Uninstall 2K cluster
>
> if above is the case then it looks better plan ,but how i will manage the
> LUNs which are already part of current SQL 2K(binaries on H$ shared drive)
> what are the precautions and action point i need to take for LUNs and
> while
> un-installing the sql2k cluster?
>
> Thanks much..
>
>
>
>
>
>
> "Geoff N. Hiten" wrote:
>
>> I do not think this will work.
>>
>> The SQL 2005 installer treats the clustered instance singly for update
>> purposes. The installer will exit if any cluster resource is offline, so
>> you cannot "reserve" one node to failback. Also, once a database file is
>> upgraded to SQL 2005, it cannot be attached to a SQL 2000 instance.
>>
>> I would recommend a side-by-side installation of a named instance of SQl
>> 2005. You can then do a data-in-place migration after you have tested
>> everything. A DNS SRV record can point the old virtual server name to
>> the
>> new named instance so you do not have to try and rename a clustered
>> instance.
>>
>> --
>> Geoff N. Hiten
>> Senior SQL Infrastructure Consultant
>> Microsoft SQL Server MVP
>>
>>
>>
>> "sacgar" wrote in message
>>
>> >
>> > We are going for SQL 2K Upgrade to SQL 2k5 Upgrade for Active-Passive
>> > Clusters (windows 2K3)and thinking for below plan , can anybody confirm
>> > if
>> > we
>> > are ignoring or missing big issues with below plan or it sounds good?
>> >
>> > o Put SQL 2005 on one server
>> > o Leave SQL 2000 on the other
>> > o Virtual name of the cluster will remain pointed at the SQL 2000
>> > server
>> > o New Build will be tested on the SQL 2005 server
>> > o If the new software fails, we still have everything working on the
>> > SQL
>> > 2000 server
>> > o When the SQL 2005 server is ready with Build and tested , the SQL
>> > 2000
>> > server is turned off and virtual name of the cluster is pointed at the
>> > SQL
>> > 2005 server.
>> > • Also if there is no issue you see , what is the process to point to
>> > point
>> > the virtual name from SQL 2K to SQL 2K5
>> >
>> > Thanks
>>
>>
 >> Stay informed about: SQL 2k to SQL 2K5 in Active Passive Cluster 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
what's difference between active/active and active/passive - I have a question regarding configuration of active/active and active/passive, is there any difference between them when install sql server software in windows cluster. I look at doc and can not figure out what is difference between them. Can anybody....

Active/Passive Multi-Intance - Hi, How many instances of SQL server I need to install in 2 - node server cluster for Active/Active and for Active/Passive mode 'on each node' ? Pankaj

Cluster active/active SQLServer/SSAS - Hi, I'd like to know how I can setup a Windows cluster with one node for SQL Server and one node for Analysis Services ? Please advise ? many thanks for your answers -- TH

active/passive and active/active - Hi, I am learning sql server failed over cluster and I got confused that what is difference between active/passive and active/active when you install sql server 2005 in cluster server. I read the installation of sql server 2005, I didn't find where d...

Maximize memory usage on active-active sql cluster - we have an active-active sql cluster configured as follow: server A - 4gb ram - sql server instance #1 server B - 4gb ram - sql server instance #2 currently each sql instance is configured to use at most 2gb of ram. in case of failover, both instances..
   Database Help (Home) -> Clustering All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]