Delete Shared Directory Cluster Resources
Applies To: Windows Server 2008
Deleting shared directory cluster resources
Using the Windows interface
Using the command prompt
To delete a shared directory cluster resource using the Windows interface
Open Cluster Administrator: click Start, point to Programs, point to Administrative Tools, and then click Cluster Administrator
In the console tree, double-click the Groups folder.
In the details pane, double-click the group that contains the resource you want to delete, and then click the resource.
On the File menu, click Take Offline.
When the resource is offline, on the File menu, click Delete.
Additional references
To delete a shared directory cluster resource using the command prompt
Open the command prompt with elevated privileges.
Click the Start button, and select All Programs.
Select Accessories.
Right-click the command prompt, and select Run as administrator.
Type the following:
cluster [ClusterName] resource "ResourceName" /offline /wait[:Timeout]
Then, type:
cluster [ClusterName] resource "ResourceName" /delete
Argument Description ClusterName
The name of the cluster you want to manage.
ResourceName
The name of the cluster resource.
Timeout
The number of seconds cluster waits before canceling the command if it does not successfully complete. If /wait is specified without this value, cluster waits indefinitely or until the resource state changes.
Note
To view the complete syntax for this command, at a command prompt, type:
cluster /?