October 7, 2010 at 9:28 pm
Does anyone have a command line script that would make it easy for me to upgrade a 32 bit 2005 failover cluster to a 64 bit 2008 fail over cluster? I'm nervous in accepting the wizard options because it doesn't indicate upgrading a fail over cluster, and it wants to install in x86 etc...
Please let me know,
October 7, 2010 at 10:00 pm
You cannot perform an in-place upgrade from 32-bit to 64-bit.
If you already have a 64-bit OS with the 32-bit SQL, then you can install 64-bit sql on the same cluster. However, if the OS is 32-bit also, then you are looking at one of two options:
1. Backup all databases. Reformat hard drives, install 64-bit OS. Establish cluster. Install 64-bit sql.
2. Get new hardware. Install 64-bit OS, establish cluster, install 64-bit sql.
You might want to review the SQL Server 2008 Upgrade Technical Reference Guide before you start upgrading.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 7, 2010 at 10:04 pm
Ah, that's not a bad idea, just installing a different instance and moving the db's.....Can that be done from RDP (e.g. the SQL cluster installation part)? The windows OS is already 64-bit
October 8, 2010 at 5:16 am
madler-797963 (10/7/2010)
Ah, that's not a bad idea, just installing a different instance and moving the db's.....Can that be done from RDP (e.g. the SQL cluster installation part)? The windows OS is already 64-bit
As someone that has done it way too frequently lately, yes it can be done.
You might want to google the sp_help_revlogin procedure, which will enable you to copy logins, complete with the passwords in a hashed format, and the original SID values (which prevents orphaned users on the databases).
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 8, 2010 at 5:19 am
I was going to test this today, but when I started, I got an error telling me that the cluster shared disk was not available. How can that be if I'm running the thing on a current 2005 cluster? I checked to ensure the disks had no dependencies.
Any thoughts?
October 9, 2010 at 7:18 am
you will need new disk resources to install the SQL 2008 instance, you wont be able to share the SQL 2005 disk resources!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply