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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Sql Server 2K Clustering Install problem

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-05-30 : 08:48:30
Eduardo writes "Hello,

I'm trying to install the SQL Server 2K clustering onto a Windows 2K two-node cluster, but I can't do it because when I select the Program Files Path in Destination Folder (screen Setup Type) the installer shows a warning messagebox saying: "The drive chosen for the program files installation path, C:, is not valid on all the nodes of the cluster. Choose another drive to install the program files". So, I can't go on to the next screen.

p.s.: The drive C: exists on the both nodes.

Specs: Windows 2K Advanced Server SP1;
SQL Server 2K Enterprise Edition SP1.

Would you please help me with this issue?

Thank you,

Eduardo Paes.
(Brazil)"

Kevin Snow
Posting Yak Master

149 Posts

Posted - 2002-05-30 : 10:04:56
The two nodes need to share the same drive (usually a networked drive). The 'C' refers to the physical hard drive on each individual PC. C on node 1 is not the same physical drive as C on node 2 (I assume).

Clustering works because the Master database and other files are installed on the shared drive. When one server fails, the other has immediate access to the exact same database files, running only its executeables from it's own proprietary drive.

http://www.sql-server-performance.com/sqlserver2000_clustering_install_part2.asp

Edited by - kevin snow on 05/30/2002 10:09:28
Go to Top of Page
   

- Advertisement -