Hi,
I have a SQL 2008 Cluster (SQL1 and SQL2). Both are working fine. I also have an external storage where the database is held. That storage is presented to the server in 4 different drives. But SQL Server only sees 3 of them.
I need to make SQL Server see the other drive from the storage so I can backup my data there. I tried to find how to make that drive available to the cluster manager but I couldn’t. In the Cluster Failover Management I am able to see the drive that SQL Server cannot. The problem seems to be within SQL Server since the Cluster Management sees the drive.
Where should I check the configuration within SQL Server?
Thank you