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