|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 1:25 PM
Points: 210,
Visits: 725
|
|
I looked and the resources are online.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 1:25 PM
Points: 210,
Visits: 725
|
|
| Can someone to confirm whether you have to install "EVERYTHING" on the D: drive? I thought with clustering, it installs on the second server for you behind the scenes. You just point the resource "which is the database" on the D: drive. That is what fails over back and forth between the 2 servers.
|
|
|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 3:17 PM
Points: 715,
Visits: 1,524
|
|
Hi Patricia,
Usually the binaries are installed on the local drives of each node, but the datafiles (.mdf and .ldf) have to be placed on the SAN. If the datafiles are installed on the local drives like D, during the failover the failed over instance cannot function on the new node.
Thank You,
Best Regards, SQLBuddy
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 1:25 PM
Points: 210,
Visits: 725
|
|
| Thank you that is what I thought and that is what I am doing. I still can't get this to install. I searched the internet and there is some info that I may not have the rights as an administrator. But the Windows SA's have confirmed that I do. So I don't understand.
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Today @ 4:54 PM
Points: 3,231,
Visits: 64,373
|
|
|
|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 3:17 PM
Points: 715,
Visits: 1,524
|
|
Hi Patrica,
Suppose you have a 3 node cluster with Node A, Node B and Node C. Suppose you are doing the installation on node A, then there are 2 places in the installation process where you have to assign Drive letters to the SQL Server files
1. During the FEATURE SELECTION SCREEN, you have to specify the folder location for the SQL Server binaries. The location you specify must be on the local disks.
On the feature selection screen,
Click “Browse” to select directory “SQLBinariesPath\Program Files\Microsoft SQL Server”.
Note that SQLBinariesPath must be either C or D drives. Suppose if you choose D , then the same drive D should also be available on Node B and Node C as their own local drive. Other the failover clustering doesn't work.
2. On the CLUSTER GROUP SELECTION screen , first you have choose a dedicated cluster group (Which is not being Used by any other sql server instances) for the sql server instance you are installing and then
Select DataDrive from available drives in cluster group.
DataDrive can be any drive on the SAN. It must be visible to the other nodes in the cluster. Also LOCAL DRIVES should NOT be used for placing the Databases. If the databases are placed on the local drive like D, the failover clustering will fail.
Thank You,
Best Regards, SQLBuddy
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 1:25 PM
Points: 210,
Visits: 725
|
|
Hey Guys,
I wanted to let you know what I found...
On the passive node, for some reason the C$ share was missing. We are not sure how that happened because it was needed for cluster services to be installed.
We added the share back and rebooted. Then restarted the installation and I got past the problem.
Thank you for all your time with helping me.
I've got another problem so I will start a new post. The installation failed again for some other weird reason. I'm fishing thru the logs to find what it might be.
Thanks again. Patti
|
|
|
|