BUG: You receive Cluster Administrator error messages and any subsequent attempt to move the SQL Server Resource Group to the newly rebuilt node fails (295589)
The information in this article applies to:
- Microsoft SQL Server 2000 (all editions) SP1
- Microsoft SQL Server 2000 (all editions) SP2
- Microsoft SQL Server 2000 Enterprise Edition SP1
This article was previously published under Q295589 BUG #: 353091 (SHILOH_BUGS) SYMPTOMS If either of the following conditions is true
- You apply SQL Server 2000 service pack to a local
(non-clustered) instance of SQL Server, and then you upgrade that local
instance to a virtual instance. And you do this by following SQL Server Books
Online topic "How to upgrade from a default instance to a default clustered
instance of SQL Server 2000 (Setup)"
-or- - You upgrade a virtual instance to SQL Server 2000 with any
SQL Server released SQL Server service pack, and then you rebuild a node in the
cluster (in other words, remove it and then add it back) or remove a
participating node for any other reason and add it back later. And you do this
by following the SQL Server Books Online topic "How to recover from failover
cluster failure in Scenario 1"
any subsequent attempt to move the SQL Server Resource Group to
the newly rebuilt node fails, and you receive one
of the following Cluster Administrator error messages:
An error occurred attempting to read properties for the
'SQL IP Address1(virtual_server_name)' resource: The specified node does
not support a resource of this type. This may be due to version inconsistencies
or due to the absence of the resource DLL on this node. Error ID: 5079
(000013d7) Do you want to ignore this error and continue? An error occurred attempting to move the 'SQL Group' group: A
cluster node is not available for this operation. Error ID: 5005 (0000138d).
If you ignore the error message, a
failover is not permitted. An
inspection of the original node's SQL Server binn folder reveals that it
contains a version of the Sqlservr.exe file that is numerically higher than the original released version of the Sqlservr.exe file. When you run the following query against the virtual server that you are maintaining, a product version of 8.00.194
is returned: Select @@version An inspection of the second (or rebuilt) node's SQL Server binn folder
reveals that it contains a Sqlservr.exe file that has the following properties:
Product Version: 8.00.194
Size: 7.09 MB (7,442,493 bytes)
Modified: Sunday, August 06, 2000, 1:50:20 AM
CAUSE This behavior occurs if you use the SQL Server compact
disc to upgrade the virtual server (or to add a new node). Under these
circumstances, the SQL Server binaries are copied from that compact disc
(instead of from the service pack folder, if it exists) onto the new or second
node. WORKAROUND To work around this issue, run the service pack setup
against the virtual instance after you rebuild a node, or run the service pack setup after you upgrade from a default instance to a virtual instance.
STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 3/18/2006 |
---|
Keywords: | kbtshoot kbBug kberrmsg kbpending kbUpgrade KB295589 kbAudITPRO kbAudDeveloper |
---|
|