Search found 1 match

by mikestanley464
Fri Aug 14, 2020 10:32 am
Forum: StarWind Tape Redirector
Topic: Tape Redirector and Backup Exec issue: tape goes offline
Replies: 6
Views: 29913

Re: Tape Redirector and Backup Exec issue: tape goes offline

Create the PowerShell script file with the following content on the machine that is connected to the exported Tape: # cmdlet for bringing a tape drive back on-line. Uses BEMCLI (Backup Execs CLI). For use with BUE2012. Import-Module BEMCLI Get-BETapeDriveDevice | Set-BETapeDriveDevice -Paused $False...