How to Enable and Disable a Drive
Applies To: System Center Data Protection Manager 2010
You can temporarily disable a drive in tape library or stand-alone tape drive in DPM to perform maintenance or repairs. When you are ready to return the drive to operation, you must enable it.
To enable a drive
In DPM Administrator Console, click Management on the navigation bar, and then click the Libraries tab.
In the display pane, expand the tape library or stand-alone tape drive, and click the drive that is disabled.
In the Actions pane, click Enable drive.
To enable a drive using DPM Management Shell
Use the following syntax to retrieve the drive:
Get-TapeDrive [-DPMLibrary] <Library[]> [-Verbose] [-Debug][-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ][-OutVariable <String> ] [-OutBuffer <Int32> ]
Use the following syntax to enable the drive:
Enable-TapeDrive [-TapeDrive] <Drive[]> [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]
For more information, type "Get-Help Enable-TapeDrive -detailed" in DPM Management Shell.
For technical information, type "Get-Help Enable-TapeDrive -full" in DPM Management Shell.
To disable a drive
In DPM Administrator Console, click Management on the navigation bar, and then click the Libraries tab.
In the display pane, expand the tape library or stand-alone tape drive, and click the drive to be disabled.
In the Actions pane, click Disable drive.
To disable a drive using DPM Management Shell
Use the following syntax to retrieve the drive:
Get-TapeDrive [-DPMLibrary] <Library[]> [-Verbose] [-Debug][-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ][-OutVariable <String> ] [-OutBuffer <Int32> ]
Use the following syntax to disable the drive:
Disable-TapeDrive [-TapeDrive] <Drive[]> [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ] [-WhatIf] [-Confirm]
For more information, type "Get-Help Disable-TapeDrive -detailed" in DPM Management Shell.
For technical information, type "Get-Help Disable-TapeDrive -full" in DPM Management Shell.