I have a SQL server cluster with 2 nodes. Each of these two nodes have C: and E: and two shared drives G : and F: from a SAN storage. On the existing node the sql server binaries are installed on C: T
I want to add a third node but with a different drive letters i.e. I want to install SQL server on E: and then designate SAN storage LUN corresponding to drive letter G : on the existing 2 nodes as M : drive and storage LUN corresponding to drive letter F: on the existing 2 nodes as N:. Is this possible ? If Yes, can I fail over to the new sql server and still have the cluster working without any issues ?
Appreciate your response
gsp