Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-04-02 : 09:00:13
|
| Robert writes "ProblemI am unable to install a second instance of SQL server on my cluster. Configuration2-node cluster Windows 2000 Enterprise & SQL 2000 Advanced both w/SP2I have installed SQL on “Node-A” already. Fail-over cluster setup works fineI am now trying to install a separate instance of SQL server so it my run on “Node-B”Both servers on up and runningWhat I have attempted Installed with and without SQL (and its associated services) running.Tried to run the installation from both servers. Allocated all resources to the server installing the instance.Used multiple naming conventions to rule out syntax errors This is the step by step of the install and my entry’s1. Enter the name of a existing or new virtual server “RDBCLUST60”2. Enter IP address “192.168.200.xx” using the “PUBLIC” Network connection3. Placed the data files in the cluster group assigned to Node-B4. Under Cluster definition, I placed both systems as configured nodes.5. When asked to enter a valid Domain name and password for the cluster service I enter the same name and password that was used for the previous install (I know this is a valid account. Not entering a valid account brings back an immediate error) 6. For instance name I enter “RDB60”7. I put the program files on the non-shared “C:” drive and place the data files on a separate drive from the first install. (Shared) 8. When asked for a services account for SQL, I enter a valid domain account. It is the same account as used in the first install (this account as also been checked and verified)9. When asked to choose authentication I picked mixed mode and entered a SA password.10. At last I enter the number of licenses (Per seat 25) and I’m done.The install then runs for about 5 min and returns an error “Setup failed to perform required operations on the clustered nodes”SQL Install log....SPLSTP.LOG09:19:35 Begin Setup09:19:35 8.00.19409:19:35 Mode = Normal09:19:35 ModeType = NORMAL09:19:35 GetDefinitionEx returned: 0, Extended: 0x009:19:35 ValueFTS returned: 109:19:35 ValuePID returned: 109:19:35 ValueLic returned: 109:19:35 System: Windows NT Enterprise Server09:19:35 SQL Server ProductType: Enterprise Edition [0x3]09:19:35 IsNTCluster returned: 109:19:35 Begin Action: SetupInitialize 09:19:35 End Action SetupInitialize09:19:35 Begin Action: SetupInstall09:19:35 Reading Software\Microsoft\Windows\CurrentVersion\CommonFilesDir ...09:19:35 CommonFilesDir=C:\Program Files\Common Files09:19:35 Windows Directory=C:\WINNT09:19:35 Program Files=C:\Program Files09:19:35 TEMPDIR=C:\WINNT\TEMP09:19:35 Begin Action: SetupInstall09:19:35 digpid size : 16409:19:35 Begin Action: CheckFixedRequirements09:19:35 Platform ID: 0xf0000009:19:35 Version: 5.0.219509:19:35 File Version - C:\WINNT\System32\shdocvw.dll: 5.0.3315.287909:19:35 End Action: CheckFixedRequirements09:19:41 Begin Action: ShowDialogs09:19:41 Initial Dialog Mask: 0x183000f7, Disable Back=0x109:19:41 Begin Action ShowDialogsHlpr: 0x109:19:41 Begin Action: DialogShowSdWelcome09:19:43 End Action DialogShowSdWelcome09:19:43 Dialog 0x1 returned: 109:19:43 End Action ShowDialogsHlpr09:19:43 ShowDialogsGetDialog returned: nCurrent=0x2,index=109:19:43 Begin Action ShowDialogsHlpr: 0x209:19:43 Begin Action: DialogShowSdMachineName09:20:38 ShowDlgMachine returned: 109:20:38 Name = RBDCLUST60, Type = 0x1000000809:20:38 Begin Action: CheckRequirements09:20:38 Processor Architecture: x86 (Pentium)09:20:38 Service Pack: 51209:20:38 ComputerName: RDB8450-6109:20:38 User Name: Administrator09:20:38 IsAllAccessAllowed returned: 109:20:38 OS Language: 0x40909:20:38 End Action CheckRequirements09:20:38 This combination of Package and Oper |
|
|
graz
Chief SQLTeam Crack Dealer
4149 Posts |
Posted - 2002-04-02 : 09:00:13
|
| And we truncated at 4,000 characters. You can post here if you like. |
 |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2002-04-03 : 01:49:58
|
| Just a shot in the dark, cause I can't see the error.Did you install the second node as a named instance?Is RDBCLUST60 the same virtual name you used for SQL Server on node A?This has to be different.-Chad |
 |
|
|
|
|
|