dbTalk Databases Forums  

migrating 32 bit SQLServer 2005 cluster to 64 bit

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


Discuss migrating 32 bit SQLServer 2005 cluster to 64 bit in the microsoft.public.sqlserver.clustering forum.



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

Default migrating 32 bit SQLServer 2005 cluster to 64 bit - 05-05-2010 , 10:57 AM






Is there any way to upgrade a 32 bit SQL Server 2005 cluster (Windows server
2003) to 64 bit SQL Server 2005 on Windows Server 2003 short of rebuilding
everything? My current plan is to create an entirely new cluster and then
migrate all the data over, and make DNS aliases for the virtual node names
so everyone doesn't have to change their ODBC connections, app config, etc.

Can anyone point me to any links that may be helpful?

Thanks

Matt

Reply With Quote
  #2  
Old   
Justin Rich
 
Posts: n/a

Default Re: migrating 32 bit SQLServer 2005 cluster to 64 bit - 05-05-2010 , 11:19 AM






with a cluster everything needs to match so you cant have a mix of 32 and
64.

it sounds like you are on the right track. depending on what is allowed for
downtime (and a few other factors) you could just change the virtual names,
i've done this before where i'll have my current virtual name changed to
'name-old' and make the new one 'name' and provided your network is healthy
it should be fine.

Justin

"mattd1" <someone (AT) microsoft (DOT) com> wrote

Quote:
Is there any way to upgrade a 32 bit SQL Server 2005 cluster (Windows
server 2003) to 64 bit SQL Server 2005 on Windows Server 2003 short of
rebuilding everything? My current plan is to create an entirely new
cluster and then migrate all the data over, and make DNS aliases for the
virtual node names so everyone doesn't have to change their ODBC
connections, app config, etc.

Can anyone point me to any links that may be helpful?

Thanks

Matt


Reply With Quote
  #3  
Old   
Russ Kaufmann
 
Posts: n/a

Default Re: migrating 32 bit SQLServer 2005 cluster to 64 bit - 05-05-2010 , 12:44 PM



"mattd1" <someone (AT) microsoft (DOT) com> wrote

Quote:
Is there any way to upgrade a 32 bit SQL Server 2005 cluster (Windows
server 2003) to 64 bit SQL Server 2005 on Windows Server 2003 short of
rebuilding everything? My current plan is to create an entirely new
cluster and then migrate all the data over, and make DNS aliases for the
virtual node names so everyone doesn't have to change their ODBC
connections, app config, etc.

Can anyone point me to any links that may be helpful?
No, you can't upgrade, you have to build a new environment and then copy and
mount your databases in the new environment.

Also, please don't go to WIndows 2003 64-bit. Windows Server 2008 and 2008
R2 are both rock solid platforms that have significant improvements in
clustering. They are much better choices.


--
Russ Kaufmann
MVP, MCT, MCITP x7, MCTS x9, MCSE x4, CTT+
ClusterHelp.com, a Microsoft Gold Certified Partner

Email:russ (AT) clusterhelp (DOT) com
http://www.clusterhelp.com
Blog: http://msmvps.com/clusterhelp

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

Default Re: migrating 32 bit SQLServer 2005 cluster to 64 bit - 05-05-2010 , 01:18 PM



Thanks. I didn't realize you could just go in and change the virtual name.
The downtime allowed is zero, of course, but there will be some downtime
obviously. I'll need to look at changing the virtual names. That helps.

Matt

"Justin Rich" <jrich523 (AT) yahoo (DOT) spam> wrote

Quote:
with a cluster everything needs to match so you cant have a mix of 32 and
64.

it sounds like you are on the right track. depending on what is allowed
for downtime (and a few other factors) you could just change the virtual
names, i've done this before where i'll have my current virtual name
changed to 'name-old' and make the new one 'name' and provided your
network is healthy it should be fine.

Justin

"mattd1" <someone (AT) microsoft (DOT) com> wrote in message
news:O4H8MNG7KHA.3504 (AT) TK2MSFTNGP05 (DOT) phx.gbl...
Is there any way to upgrade a 32 bit SQL Server 2005 cluster (Windows
server 2003) to 64 bit SQL Server 2005 on Windows Server 2003 short of
rebuilding everything? My current plan is to create an entirely new
cluster and then migrate all the data over, and make DNS aliases for the
virtual node names so everyone doesn't have to change their ODBC
connections, app config, etc.

Can anyone point me to any links that may be helpful?

Thanks

Matt



Reply With Quote
  #5  
Old   
Justin Rich
 
Posts: n/a

Default Re: migrating 32 bit SQLServer 2005 cluster to 64 bit - 05-05-2010 , 02:26 PM



so the best idea would be to build up the new cluster and prep it then when
the time comes backup and restore the db and rename the virtual nodes (I've
only done the SQL virtual name so I'm not 100% sure you can do the windows
virtual name)

the other thing you could try if the backup/restore takes a long time and,
depending on your comfort and the companies desire for no downtime is you
could do a mirror... off hand I want to say with a mirror (mirror, log
shipping, replication, not sure what's best off hand) you don't need exactly
the same system (keep patch levels the same, but 32 vs. 64, pretty sure
doesn't matter) and then when the time comes you break the
mirror/replication and change the names. probably about a total of 10 min or
less of down time. I guess I would only pursue this method if the db is
large and the backup/restore takes a lot of time... just another thought
though

Justin

"mattd1" <someone (AT) microsoft (DOT) com> wrote

Quote:
Thanks. I didn't realize you could just go in and change the virtual name.
The downtime allowed is zero, of course, but there will be some downtime
obviously. I'll need to look at changing the virtual names. That helps.

Matt

"Justin Rich" <jrich523 (AT) yahoo (DOT) spam> wrote in message
news:uqw39YG7KHA.3184 (AT) TK2MSFTNGP05 (DOT) phx.gbl...
with a cluster everything needs to match so you cant have a mix of 32 and
64.

it sounds like you are on the right track. depending on what is allowed
for downtime (and a few other factors) you could just change the virtual
names, i've done this before where i'll have my current virtual name
changed to 'name-old' and make the new one 'name' and provided your
network is healthy it should be fine.

Justin

"mattd1" <someone (AT) microsoft (DOT) com> wrote in message
news:O4H8MNG7KHA.3504 (AT) TK2MSFTNGP05 (DOT) phx.gbl...
Is there any way to upgrade a 32 bit SQL Server 2005 cluster (Windows
server 2003) to 64 bit SQL Server 2005 on Windows Server 2003 short of
rebuilding everything? My current plan is to create an entirely new
cluster and then migrate all the data over, and make DNS aliases for the
virtual node names so everyone doesn't have to change their ODBC
connections, app config, etc.

Can anyone point me to any links that may be helpful?

Thanks

Matt





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.