A free tape is a tape that is available to be written to by operations such as backup or copy. To reuse an expired tape from another DPM server, you must add it to the tape library or stand-alone tape drive and then mark it as free. Expired tapes that are being managed by that DPM server can be reused automatically without being marked as free by the administrator.

Blank tapes are automatically marked as free.

To mark a tape as free

  1. In DPM Administrator Console, click Management on the navigation bar, and then click the Libraries tab.

  2. In the display pane, expand the tape library or stand-alone tape drive and select the tape to be marked as free.

  3. In the Actions pane, click Mark tape as free.

To mark a tape as free using DPM Management Shell

  • Use the following syntax to mark a tape as free:

    Set-Tape [-Tape] <Media[]> -Free [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

  • Use the following syntax to mark a tape as not free:

    Set-Tape [-Tape] <Media[]> -NotFree [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    For more information, type "Get-Help Set-Tape -detailed" in DPM Management Shell.

    For technical information, type "Get-Help Set-Tape -full" in DPM Management Shell.

See Also

Concepts

Managing Tapes


Your feedback is important to us. Please send e-mail to dpmfdbk@microsoft.com to let us know how we can improve this topic to better meet your needs.