Unix Technical Forum

SQL Server 2000 Failover Cluster upgrade to SQL Server 2005

This is a discussion on SQL Server 2000 Failover Cluster upgrade to SQL Server 2005 within the SQL Server forums, part of the Microsoft SQL Server category; --> I attempted to upgrade my SQL Server 2000 Enterprise Edition (32 bit) to SQL Severer 2005 EE 32 bit ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-12-2008, 05:22 PM
Mark D Powell
 
Posts: n/a
Default SQL Server 2000 Failover Cluster upgrade to SQL Server 2005

I attempted to upgrade my SQL Server 2000 Enterprise Edition (32 bit)
to SQL Severer 2005 EE 32 bit and while the prereqs passed the
installer will not let me select the version 8.00.x (2000 SP4)
database that it finds on the server.

When I ckeck the install details it tells me that
"Your upgrade is blocked becuase of cluster upgrade rules"

I have tried searching the MS site but none of the entries I found
appear to apply.

Any ideas?

-- Mark D Powell --
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 09-12-2008, 05:22 PM
Erland Sommarskog
 
Posts: n/a
Default Re: SQL Server 2000 Failover Cluster upgrade to SQL Server 2005

Mark D Powell (Mark.Powell@eds.com) writes:
> I attempted to upgrade my SQL Server 2000 Enterprise Edition (32 bit)
> to SQL Severer 2005 EE 32 bit and while the prereqs passed the
> installer will not let me select the version 8.00.x (2000 SP4)
> database that it finds on the server.
>
> When I ckeck the install details it tells me that
> "Your upgrade is blocked becuase of cluster upgrade rules"
>
> I have tried searching the MS site but none of the entries I found
> appear to apply.
>
> Any ideas?


Exactly when do you get this error? And do you have a cluster in the first
place?

I have not run that many upgrades (if any at all) to SQL 2005, but do you
really select which *database* to upgrade? The upgrade is per instance,
as far as I know.

In any case, it may be simpler to install a new server instance rather
than upgrading, not the least on a cluster.

--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-12-2008, 05:22 PM
Mark D Powell
 
Posts: n/a
Default Re: SQL Server 2000 Failover Cluster upgrade to SQL Server 2005

On Sep 6, 5:37*am, Erland Sommarskog <esq...@sommarskog.se> wrote:
> Mark D Powell (Mark.Pow...@eds.com) writes:
>
> > I attempted to upgrade my SQL Server 2000 Enterprise Edition (32 bit)
> > to SQL Severer 2005 EE 32 bit and while the prereqs passed the
> > installer will not let me select the version 8.00.x (2000 SP4)
> > database that it finds on the server.

>
> > When I ckeck the install details it tells me that
> > "Your upgrade is blocked becuase of cluster upgrade rules"

>
> > I have tried searching the MS site but none of the entries I found
> > appear to apply.

>
> > Any ideas?

>
> Exactly when do you get this error? And do you have a cluster in the first
> place?
>
> I have not run that many upgrades (if any at all) to SQL 2005, but do you
> really select which *database* to upgrade? The upgrade is per instance,
> as far as I know.
>
> In any case, it may be simpler to install a new server instance rather
> than upgrading, not the least on a cluster.
>
> --
> Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
>
> Links for SQL Server Books Online:
> SQL 2008:http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
> SQL 2005:http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
> SQL 2000:http://www.microsoft.com/sql/prodinf...ons/books.mspx


I figured the probme out. I apparently missed the check box where you
have to tell it you are on a cluster even though when it runs the pre-
install checks it finds both nodes and runs the checks on them.

I have a new problem after performing the upgrade, applying SP2, and
then hot fix pack 7 in that the SQL Agent will no longer run.
Searching on SQL Server Agent (Agent XP Disabled) found me 3 potential
fixes.

1- use sp_configure to enable routines
2- http://technet.microsoft.com/en-us/l.../ms190730.aspx --
verify ID has privilege to page lock
3- http://support.microsoft.com/kb/943525
-- change Id to non-domain administrator Id

Item 1 did not fix the issue, item 2 was already true, so item 3.
Jobs run but now 1/3 of my jobs which all obtain data from Oracle are
failing with an invalid user/password. The link connects to Oracle
with a different Id depending on who uses it but all the jobs are
being ran by the Id that used to run the agent. I do not know if that
is a change from the upgrade or if this was always true. I manually
tested the id/passwords from the server but what passwords are in use
in the link are hidden. Still it should not have changed since it was
working prior to the upgrade.

-- Mark D Powell --



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-12-2008, 05:22 PM
Mark D Powell
 
Posts: n/a
Default Re: SQL Server 2000 Failover Cluster upgrade to SQL Server 2005

On Sep 6, 3:16*pm, Mark D Powell <Mark.Pow...@eds.com> wrote:
> On Sep 6, 5:37*am, Erland Sommarskog <esq...@sommarskog.se> wrote:
>
>
>
>
>
> > Mark D Powell (Mark.Pow...@eds.com) writes:

>
> > > I attempted to upgrade my SQL Server 2000 Enterprise Edition (32 bit)
> > > to SQL Severer 2005 EE 32 bit and while the prereqs passed the
> > > installer will not let me select the version 8.00.x (2000 SP4)
> > > database that it finds on the server.

>
> > > When I ckeck the install details it tells me that
> > > "Your upgrade is blocked becuase of cluster upgrade rules"

>
> > > I have tried searching the MS site but none of the entries I found
> > > appear to apply.

>
> > > Any ideas?

>
> > Exactly when do you get this error? And do you have a cluster in the first
> > place?

>
> > I have not run that many upgrades (if any at all) to SQL 2005, but do you
> > really select which *database* to upgrade? The upgrade is per instance,
> > as far as I know.

>
> > In any case, it may be simpler to install a new server instance rather
> > than upgrading, not the least on a cluster.

>
> > --
> > Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se

>
> > Links for SQL Server Books Online:
> > SQL 2008:http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
> > SQL 2005:http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
> > SQL 2000:http://www.microsoft.com/sql/prodinf...ons/books.mspx

>
> I figured the probme out. *I apparently missed the check box where you
> have to tell it you are on a cluster even though when it runs the pre-
> install checks it finds both nodes and runs the checks on them.
>
> I have a new problem after performing the upgrade, applying SP2, and
> then hot fix pack 7 in that the SQL Agent will no longer run.
> Searching on SQL Server Agent (Agent XP Disabled) found me 3 potential
> fixes.
>
> 1- * use sp_configure to enable routines
> 2-http://technet.microsoft.com/en-us/library/ms190730.aspx* * *--
> verify ID has privilege to page lock
> 3-http://support.microsoft.com/kb/943525
> -- *change Id to non-domain administrator Id
>
> Item 1 did not fix the issue, item 2 was already true, so item 3.
> Jobs run but now 1/3 of my jobs which all obtain data from Oracle are
> failing with an invalid user/password. *The link connects to Oracle
> with a different Id depending on who uses it but all the jobs are
> being ran by the Id that used to run the agent. *I do not know if that
> is a change from the upgrade or if this was always true. *I manually
> tested the id/passwords from the server but what passwords are in use
> in the link are hidden. *Still it should not have changed since it was
> working prior to the upgrade.
>
> -- Mark D Powell --- Hide quoted text -
>
> - Show quoted text -


To get the sqlagent to run we changed the connection to run as a local
system account instead of a domain user. The jobs that reference the
link to Oracle would then fail.

Then I dropped and re-created the link to Oracle. The jobs then
resumed working,

-- Mark D Powell --
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: SQL Server 2000 Failover Cluster upgrade to SQL Server 2005

Thread Thread Starter Forum Replies Last Post
MicroSoft SQL Server 2000, Service Pack 2, AppDev SQL Server 2000 Accelerated Training [3 CDs], TransTrainer for Designing Microsoft SQL Server 2000 Databases v1.1, SQL Server 2000 Reporting Services, (Enterprise), Developer Edition 64 Bit, other 16, Zorba.GR Informix 0 04-20-2008 07:37 AM
MicroSoft SQL Server 2000, Service Pack 2, AppDev SQL Server 2000 Accelerated Training [3 CDs], TransTrainer for Designing Microsoft SQL Server 2000 Databases v1.1, SQL Server 2000 Reporting Services, (Enterprise), Developer Edition 64 Bit, other 16, Zorba.GR Oracle Miscellaneous 0 04-07-2008 11:14 PM
Upgrade SQL Server 2000 Failover Cluster from SP3 to SP4 Mark D Powell SQL Server 1 02-29-2008 09:24 PM
Why upgrade to MS SQL Server (be it 2000 or 2005) from Access (say, 97)? NickName SQL Server 5 02-29-2008 03:06 PM
MicroSoft SQL Server 2000, Service Pack 2, AppDev SQL Server 2000 Accelerated Training [3 CDs], TransTrainer for Designing Microsoft SQL Server 2000 Databases v1.1, SQL Server 2000 Reporting Services, (Enterprise), Developer Edition 64 Bit, other 16, Zorba.GR MS SQL ODBC 0 02-27-2008 09:18 PM


All times are GMT. The time now is 05:07 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com