Hi Team,
We have SQL FCI (multiple instances) running on windows server 2012 R2 WFSC with shared storage between node 1 and node 2 in Main Datacenter. We have separate node 3 in DR (standalone SQL with its Storage and multiple instances). Node 3 is for AG secondary replica.
I need some pointers on using same drive with multiple mount points with Multiple SQL Instances.
Is it possible to used the same drive with mount points for multiple SQL Instances in failover Cluster?
So if i have 2 workloads SCCM and SCOM. So I'll have drive as J: and then have LUNs mapped for DB and Logs as mount point in J drive for both workloads?
SCCM: J (LUN):\SCCM\Database(LUN)
J:\SCCM\Logs
SCOM: J:\SCOM\Database
J:\SCOM\Logs
So all LUNs are mounted inside J:\ as mount points and use with multiple SQL instances.
While installing SQL failover instance for SCCM I'll give J:\SCCM\Database (For DB) and J:\SCCM\Logs (For Log)
While installing SQL failover instance for SCOM I'll again give J:\SCOM\Database (for SCOM DB) and J:\SCOM\Logs (For SCOM Logs)
Is it possible to achieve it? Appreciate any pointers
Regards