Hi,
our setup: 2 node failover cluster instance using clustered shared volumes.
Long story short, trying to get SCCM to work in our environment. SCCM doesn't support SQL CSV! >.<
Is it possible to create a separate failover cluster instance just for SCCM using the traditional way of LUNs (1 for data (D:\), 1 for logs (E:\)) in our current environment already with CSV? If so, please provide some guidance as I've already tried and it always fail at this point:
----------------------------------------------
TITLE: Microsoft SQL Server 2014 Setup
------------------------------
The following error has occurred:
The cluster resource 'SQL Server (instanceSQLSCCM)' could not be brought online due to an error bringing the dependency resource 'SQL Network Name (vcoSQLSCCM)' online. Refer to the Cluster Events in the Failover Cluster Manager for more information.
Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.
-------------------------------------------------
I've also already tried pre-staging the VCO as described here:
Also, permission is not an issue as I've already created several other VCOs, but within the CSV, without issues.