Hi, I am running a scheduled ntbackup job on a win2k server (Dell Poweredge 2600 and DLT1 drive) using the following scripts:
first this runs to refresh the RSM database to stop ntbackup saying there is no available media:
@ECHO OFF
RSM REFRESH /LF"Benchmark DLTtape(tm) DLT1/VS80 Drive"
RSM INVENTORY /LF"Benchmark DLTtape(tm) DLT1/VS80 Drive" /A"DEFAULT"
then this runs to start the backup job:
NTBACKUP.EXE BACKUP "@C:\Backup\Daily Backup.bks" /j "Full Backup" /v:no /hc
n /m normal /l:s /r:no /rs:no /p "DLT" /um
According to everything I've read, this should ensure that the backup will use whatever media you give it, BUT I still sometimes get the backup failing with "The operation was not performed because no unused media was available." being logged in the backup log.
Is there a way to avoid this every time with ntbackup?
Thanks,
Adrian.
first this runs to refresh the RSM database to stop ntbackup saying there is no available media:
@ECHO OFF
RSM REFRESH /LF"Benchmark DLTtape(tm) DLT1/VS80 Drive"
RSM INVENTORY /LF"Benchmark DLTtape(tm) DLT1/VS80 Drive" /A"DEFAULT"
then this runs to start the backup job:
NTBACKUP.EXE BACKUP "@C:\Backup\Daily Backup.bks" /j "Full Backup" /v:no /hc
According to everything I've read, this should ensure that the backup will use whatever media you give it, BUT I still sometimes get the backup failing with "The operation was not performed because no unused media was available." being logged in the backup log.
Is there a way to avoid this every time with ntbackup?
Thanks,
Adrian.