Article ID: 312584 - Last Review: March 18, 2006 - Revision: 3.4 FIX: Error message when you try to set up a virtual server on more than one node in SQL Server 2000: "Setup is in resume mode in some of the cluster nodes"This article was previously published under Q312584
BUG #: 354212 (SHILOH_BUGS)
On This PageSYMPTOMS
A SQL Server 2000 virtual server setup or a Microsoft SQL Server 2000 Service Pack 1 (SP1) setup for a virtual server configured to run on more than one node, may fail with following error message in the Sqlstp.log file:
13:42:24 Begin Action : GetRemsetupRetCode 13:42:24 Installation return status on NODEA : 0 13:42:24 Installation return status on NODED : 0 13:42:24 Installation return status on NODEB : 0 13:42:24 Installation return status on NODEC : 2 13:42:24 End Action : GetRemsetupRetCode #### SQL Server Remote Setup - Start Time 05/24/01 13:37:36 ####
13:38:41 Name = NODEC, Type = 0x2000000a 13:38:41 Setup is in resume mode in some of the cluster nodes. Only local install is allowed.Click yes to Continue. 13:38:41 End Action DialogShowSdMachineName 13:38:41 End: ShowDialogs() 13:38:41 Action CleanUpInstall: 13:38:41 StatsGenerate returned: 2 13:38:41 StatsGenerate (0x0,0x0,0xf00000,0x0,1033,0,0x0,0x2000000a,0,0,0 13:38:41 StatsGenerate -1,) 13:38:41 Installation Failed. CAUSE
There is a delay in the start of the unattended silent installations on one of the nodes. The main setup process (Sqlstp.log is the log file for the main setup process) starts the unattended silent installation (SqlstpN.log on the respective nodes represent the log files for these setup threads). During the setup, SQL Server creates a Resume key after the completion of each setup stage so that the program can keep track of where to continue the setup in case of a failure. In each of the silent unattended installations, the setup process checks for the presence of a Resume key on all the cluster nodes to see if there are any incomplete setup operations. If one of the silent unattended installations on one of the nodes progressed faster than the corresponding installations on the other nodes, the SQL Server setup process on the faster node has a Resume key created in its registry. When the SQL Server setup program initiates a Resume key check on the slower node, the Resume key check returns a failure. When the failure occurs, the setup fails and error messages shown in the "Symptoms" section occurs. RESOLUTIONTo resolve this problem, obtain the latest service pack for Microsoft SQL Server 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
290211
(http://support.microsoft.com/kb/290211/EN-US/
)
INF: How to Obtain the Latest SQL Server 2000 Service Pack
WORKAROUND
To work around this problem, use the method that is appropriate for your version:
Microsoft SQL Server 2000 RTM (8.00.0194)
Microsoft SQL Server 2000 Service Pack 1 (SP1) - (8.00.0384)
STATUSMicrosoft has confirmed that this is a problem in Microsoft SQL Server 2000. This problem was first corrected in Microsoft SQL Server 2000 Service Pack 2.
| Article Translations
|
Back to the top
