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

SQL 2k to SQL 2K5 in Active Passive Cluster

 
   Database Forums (Home) -> Clustering RSS
Next:  Windows authentication.  
Author Message
sacgar

External


Since: Dec 12, 2007
Posts: 9



(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: 5



(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: Feb 23, 2005
Posts: 443



(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: Dec 12, 2007
Posts: 9



(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: Feb 23, 2005
Posts: 443



(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:
Rebuild SQL 2000 cluster to sql 2005 cluster active/passive - We have a EMC clarion SAN with fiber connection between 2 node cluster. Does anyone know how to rebuild/upgrade sql 2000 active/passive cluster to sql 2005 active/passive cluster in SAN. Do i have to kill the cluster and start from scratch? What's the....

Installing SQL Server 2005 64-bit on Active/Passive cluster - Hello! We will be installing SQL Server Enterprise Edition 64-bit on Windows 2003 64-bit Server. I was wondering if anyone could recommend step-by-step documentation on how to accomplish this task. Thanks, Igor

2-node cluster (Active/Passive) but with a catch! - Hi, We have 2 blade servers and we need a clustering solution which will run win2k3 and SQL 2005 in an Active/Passive mode. The catch is that our SAN will not be in for another 5 weeks. The business needs to go live so I am trying to find out what is...

Configuring an SQL 2005 Cluster on a windows 2003 Active P.. - Hi All. I want to deploy an sql 2005 cluster on a Windows 2003 Active/Passive Cluster.Are there any KB articles avalible that will guide in deploying sql 2005 Cluster. Appreciate it. Regards -- Khalid

Best Practices: 2nd instance SQL 2K5 on Active/Passive clu.. - Hi All, Are they're any Best Practices with reference to installing a 2nd instance of SQL 2K5 on an Active / Passive cluster running under Win 2K3? TIA, Bobby
   Database Forums (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 ]