Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

How to pause/unpause LTO3 tape drives via script

Updated: 21 May 2010 | 1 comment
StarvinMarvin's picture
0 0 Votes
Login to vote

I use Backup Exec 10d to manage a daily and two weekly backups.

We have 4 tape drives IBM1, IBM2, IBM3 and IBM4.  There are two cascaded Drive Pools, each containing two tape drives.

The daily backup runs on the first of the 4 tape drives, IBM1.

On Fridays, I manually pause the tape drive IBM2  to force the weekly backup to start on tape drive IBM1 so that it will be finished with this tape drive by Monday for the daily backup to run.
On Sundays, I manually unpause the tape drive IBM2 to ensure that the backup can continue.

Does anyone know the command line to pause/unpause the tape drive?

Comments

Colin Weaver's picture
20
Nov
2009
0 Votes 0
Login to vote

Have not checked the command

Have not checked the command line guide for 10D to verify this command is in the old version, but in 12.5
bemcmd.exe -o79 -d<device name> -ps:1
will pause it
and
bemcmd.exe -o79 -d<device name> -ps:0
will unpause it.