I am installing a cluster with this configuration
? 2 nodes, 1 GB RAM each one, mode Active / passive
? HP Msa 1000 Storage, with 1 quorum disk, 1 data disk (raid 0+1)
? Windows 2003 Server EE SP 2 + updates
? Domain controller of cluster nodes is another machine running Windows 2003 Server Std Ed SP2 + updates.
The target to this cluster is to be MS SQL Server
Installation and tests with O.S., Cluster Manager were ok. Crashes simulation worked fine as well storage disks access.
Domain controller of cluster nodes is another machine running Windows 2003 Server Std Ed SP2 + updates.
Media for operating system and SQL Server from usual Microsoft distributors.
To install MS SQL Server we follow steps bellow:
? Login to first node as domain user with local rights
? Started setup.exe from media.
? Installation run fine, doing Native Client + Support Files. After this point is goes check requisites
? Check for pre-requisites run for 30 (or 5o) seconds, until presenting a window with error message ((There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information. ).
? I check all log files and find error messages showed here bellow. Other log messages says that node 1 verification ends fine but verification on node 2 was not possible. Following lines are a subset from SQLSetup0001_CXSH1_Core(Local).log
1
Loaded DLL:C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\sqlsval.dll Version:2005.90.1399.0
Error: Action “InvokeSqlSetupDllAction” threw an exception during execution. Error information reported during run:
Source File Name: datastore\cachedpropertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:49 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
———————————————————-
Failed to find property “ComputerList” {“SqlComputers”, “”, “”} in cache
Source File Name: datastore\clusterinfocollector.cpp
Compiler Timestamp: Fri Sep 16 13:20:12 2005
Function Name: ClusterInfoCollector::collectClusterVSInfo
Source Line Number: 883
———————————————————-
Failed to detect VS info due to datastore exception.
Source File Name: datastore\cachedpropertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:49 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
———————————————————-
Failed to find property “InstallIds” {“MachineConfiguration”, “”, “CXSH2”} in cache
Source File Name: datastore\sqldiscoverycollector.cpp
Compiler Timestamp: Fri Jul 29 01:13:50 2005
Function Name: SqlDiscoveryCollector::collectProperty
Source Line Number: 132
———————————————————-
Failed to open discovery on machine: CXSH2
WinException : 2
Error Code: 0x80070002 (2)
Windows Error Text: O sistema n?o pode encontrar o arquivo especificado.
Source File Name: datastore\sqldiscoverycollector.cpp
Compiler Timestamp: Fri Jul 29 01:13:50 2005
Function Name: SqlDiscoveryCollector::collectProperty
Source Line Number: 132
? Full logs available if needed. I would appreciate some help.