Configuring Existing Failover Cluster Disks by Using Windows PowerShell
Updated: October 1, 2009
Applies To: Windows Server 2008 R2
This topic lists common tasks related to configuring existing disks in a failover cluster running Windows Server 2008 R2, and shows example Windows PowerShell commands for performing those tasks. The Windows PowerShell cmdlets provide an alternative interface for actions that you might otherwise perform with command-line commands or the Failover Cluster Manager snap-in. For topics that list other common tasks and the corresponding Windows PowerShell commands, see Performing Common Tasks in a Failover Cluster by Using Windows PowerShell.
For more information about how to use Windows PowerShell, see Additional references, later in this topic.
Common tasks and example commands for working with existing disks in a failover cluster
The following table lists common tasks for working with existing disks in a failover cluster, and the example Windows PowerShell commands for performing those tasks.
Note
This topic describes commands for failover cluster disks that are not in Cluster Shared Volumes. For information about commands for Cluster Shared Volumes, see Configuring Cluster Shared Volumes and Clustered Virtual Machines by Using Windows PowerShell.
Task | PowerShell command |
---|---|
Review the status of existing disks. |
The preceding command provides the status of all resources in the cluster. You can also review the name and status of existing disks only (as with other commands in this topic, this excludes Cluster Shared Volumes):
For more information, see:
|
Review the signature and other properties of a cluster disk. |
Where For more information, see:
|
Move Available Storage to a particular node. (Allows you to work on disks in Available Storage through that node.) |
Where For more information, see Move-ClusterGroup (https://go.microsoft.com/fwlink/?LinkId=143799). |
Turn on maintenance for a disk. |
Where For more information, see Suspend-ClusterResource (https://go.microsoft.com/fwlink/?LinkId=143829). |
Turn off maintenance for a disk. |
Where For more information, see Resume-ClusterResource (https://go.microsoft.com/fwlink/?LinkId=143814). |