Tape Redirector and Backup Exec issue: tape goes offline
Symptoms
The SAS tape exported using Tape Redirector and configured with Backup Exec may go offline after some manipulations (run the backup job, inventory the tape, etc).
Resolution
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
As the next step basic task needs to be created. To achieve that please take following steps:
Select the Trigger- Select Event Viewer – (look in even viewer for an Event ID that occurs when the drive goes offline, i.e Application, Source: backup Exec, EventID: 58053
in Actions write in the program:
powershell.exe
in the additional Parameters:
-ExecutionPolicy unrestricted -file “C:\Program Files\Symantec\%PowerShell-file-name%”Additional Information
See also
For now it looks like this is Symantec issue. Multiple users, regardless were they using StarWind or not, reported the similar problem to Backup Exec forum:
http://www.symantec.com/connect/forums/backupexec-2010-dropping-tape-drive-offline
http://www.symantec.com/connect/forums/backup-exec-2012-offlining-hp-tape-drive-randomly
http://www.symantec.com/connect/forums/tape-device-goes-offline
http://www.symantec.com/connect/forums/tape-drive-dropping-offline-middle-job
http://www.symantec.com/connect/forums/tape-drive-going-offiine
http://www.symantec.com/connect/forums/drives-are-taken-offline-backup-exec
StarWind forum:
http://www.starwindsoftware.com/forums/viewtopic.php?p=21837#p21837
And other communities:
http://www.rm.com/Support/TechnicalArticle.asp?cref=TEC3329004
Request a Product Feature
To request a new product feature or to provide feedback on a StarWind product, please email to our support at support@starwind.com and put “Request a Product Feature” as the subject.