dbTalk Databases Forums  

Installation SQL-Cluster failed

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


Discuss Installation SQL-Cluster failed in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
F. Neumann
 
Posts: n/a

Default Installation SQL-Cluster failed - 05-14-2004 , 05:35 AM






Hi,
we are trying to install "SQL-Server Version 8.00.780 SP3" on a Win2003
2-node Cluster. The Installation breaks, and in the sqlstp.log we find the
Message "remsetup.exe not find". In the Knowledge Base we find problems with
Terminal Service (no TS installed) and with special character in connection
names (the names are public and private). We have log in as a domain admin
and the sql engine and the agent are started with a domain admin.

1.copyexe=cnvsvc1.exe
08:28:41 Setup is performing required operations on cluster nodes. This may
take a few minutes...
08:28:41 C:\WINDOWS\TEMP\SqlSetup\Bin\remsetup.exe C:\WINDOWS\remsetup.ini
08:30:14 Process Exit Code: (2) The system cannot find the file specified.

08:30:14 Begin Action : GetRemsetupRetCode
08:30:14 Installation return status on OBELIX : 2
08:30:14 End Action : GetRemsetupRetCode
#### SQL Server Remote Setup - Start Time 05/14/04 08:28:41 ####

CThreadPool::RunUntilCompleteHlpr create thread, index=0
CThread::Run thread [0x74] created for execution.
CThread::Process [0x74]
CThreadPool::RunUntilCompleteHlpr start thread [0x74],index=0
Script file copied to '\\OBELIX\ADMIN$\OBELIX_MSSQLSERVER.iss' successfully.

Installing remote service (OBELIX)...

Running '\\ASTERIX\Z$\x86\setup\setupsql.exe k=ClSec k=Rm k=Cl -SMS -s -f
"\\ASTERIX\Z$\x86\setup\setup.ins" -f1
\\OBELIX\ADMIN$\OBELIX_MSSQLSERVER.iss -f2 "\\OBELIX\admin$\setup.log" -e
"stpsilnt._ex" -x "C:\"' (OBELIX) ...

CRemoteProcess::RunUntilComplete [0x74] exit code: 2
Remote process exit code was '2' (OBELIX).

CThreadPool::RunUntilCompleteHlpr WaitForMultipleObjects returned: 0
CThreadPool::RunUntilCompleteHlpr signaled thread [0x74]
Thread [0x74] exit code: [0x2]
CThreadPool::RunUntilComplete returned 2
CThreadPool::RunUntilComplete execution level=1, need execution: 0
One or more errors occurred while running the remote/unattended setups.

Disconnecting from remote machine (OBELIX)...

Service removed successfully.

Remote files removed successfully.

#### SQL Server Remote Setup - Stop Time 05/14/04 08:30:14 ####


08:30:14 End Action : Run setup on cluster nodes
08:30:14 One or more errors occurred while running remote setup on the
clustered machines.
08:30:28 Setup failed to perform required operations on the cluster nodes.
08:30:28 Begin Action : ClusterErrorCleanup
08:30:28 End Action : ClusterErrorCleanup
08:30:28 End Action : ClusterSetupHelper

Thank you for help.



Reply With Quote
  #2  
Old   
Tim
 
Posts: n/a

Default RE: Installation SQL-Cluster failed - 05-14-2004 , 08:41 AM






Sound to me like your MS cluster isn't installed correctly
Have you carried out the tests suggested in the Cluster checklist
If you are happy with the installation try copying the remsetup.ini file from the user dir as mentioned in KB301520



Reply With Quote
  #3  
Old   
 
Posts: n/a

Default Installation SQL-Cluster failed - 05-17-2004 , 08:40 AM



How are you installing "SQL-Server Version 8.00.780 SP3"
on a Win2003 cluster? Do you have a slip-streamed SQL
Server with sp3?

Quote:
-----Original Message-----
Hi,
we are trying to install "SQL-Server Version 8.00.780
SP3" on a Win2003
2-node Cluster. The Installation breaks, and in the
sqlstp.log we find the
Message "remsetup.exe not find". In the Knowledge Base
we find problems with
Terminal Service (no TS installed) and with special
character in connection
names (the names are public and private). We have log in
as a domain admin
and the sql engine and the agent are started with a
domain admin.

1.copyexe=cnvsvc1.exe
08:28:41 Setup is performing required operations on
cluster nodes. This may
take a few minutes...
08:28:41 C:\WINDOWS\TEMP\SqlSetup\Bin\remsetup.exe
C:\WINDOWS\remsetup.ini
08:30:14 Process Exit Code: (2) The system cannot find
the file specified.

08:30:14 Begin Action : GetRemsetupRetCode
08:30:14 Installation return status on OBELIX : 2
08:30:14 End Action : GetRemsetupRetCode
#### SQL Server Remote Setup - Start Time 05/14/04
08:28:41 ####

CThreadPool::RunUntilCompleteHlpr create thread, index=0
CThread::Run thread [0x74] created for execution.
CThread::Process [0x74]
CThreadPool::RunUntilCompleteHlpr start thread
[0x74],index=0
Script file copied
to '\\OBELIX\ADMIN$\OBELIX_MSSQLSERVER.iss' successfully.

Installing remote service (OBELIX)...

Running '\\ASTERIX\Z$\x86\setup\setupsql.exe k=ClSec
k=Rm k=Cl -SMS -s -f
"\\ASTERIX\Z$\x86\setup\setup.ins" -f1
\\OBELIX\ADMIN$\OBELIX_MSSQLSERVER.iss -
f2 "\\OBELIX\admin$\setup.log" -e
"stpsilnt._ex" -x "C:\"' (OBELIX) ...

CRemoteProcess::RunUntilComplete [0x74] exit code: 2
Remote process exit code was '2' (OBELIX).

CThreadPool::RunUntilCompleteHlpr WaitForMultipleObjects
returned: 0
CThreadPool::RunUntilCompleteHlpr signaled thread [0x74]
Thread [0x74] exit code: [0x2]
CThreadPool::RunUntilComplete returned 2
CThreadPool::RunUntilComplete execution level=1, need
execution: 0
One or more errors occurred while running the
remote/unattended setups.

Disconnecting from remote machine (OBELIX)...

Service removed successfully.

Remote files removed successfully.

#### SQL Server Remote Setup - Stop Time 05/14/04
08:30:14 ####


08:30:14 End Action : Run setup on cluster nodes
08:30:14 One or more errors occurred while running
remote setup on the
clustered machines.
08:30:28 Setup failed to perform required operations on
the cluster nodes.
08:30:28 Begin Action : ClusterErrorCleanup
08:30:28 End Action : ClusterErrorCleanup
08:30:28 End Action : ClusterSetupHelper

Thank you for help.


.


Reply With Quote
  #4  
Old   
Rand Boyd [MSFT]
 
Posts: n/a

Default RE: Installation SQL-Cluster failed - 05-17-2004 , 11:34 AM



Try these steps to see if you can resolve the problem:

1) Check and see if the machine is configured to disallow 8.3 name creation
by
checking the following registry key:

HKLM\SYSTEM\CURRENTCONTROLSET\CONTROL\FileSystem\N tfsDisable8dot3NameCreatio
n

A value of 1 means this is disabled and hence change it back to 0. This
requires a
reboot for it to take effect

OR

2) Change the TEMP and TMP User Environment Variables to a path that does
not have
spaces in them. For example: c:\temp. Use the SET command to verify the new
TEMP
location is in effect. This does not require a reboot

Rand
This posting is provided "as is" with no warranties and confers no rights.


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.