In order to Share the storage available in the cluster we can use single volumes or shared volumes. In this configuration we will use the cluster shared volumes. In Window 2012 CSV are supported for Virtual Machines, SQL Server and SMB 3.0 Shares.
-
Get a list of all the available storage allocated to the cluster.
Get-ClusterResource | ?{$_.OwnerGroup –eq “Available Storage” | Select *
-
Get-ClusterResource | ?{$_.OwnerGroup –eq “Available Storage” | Add-ClusterSharedVolume
1 thought on “How to configure a Cluster Shared Volume”