I'm trying to plan a SQL Server 2008 R2 2 node Active/Passive failover cluster.
Is it possible to set up multiple named instances running on the cluster? e.g.
sqlcluster
sqlcluster\demo
sqlcluster\dev
And could demo and dev share the same SAN LUN?
Thanks,
Kenny
Yes you can have multiple instances on the same cluster.
No they can not share the same LUN. When SQL is clustered, the LUNs are dedicated to the specific instance.
Yes.
Yes, but depending on your IO performance, it might not be a good idea.