Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ntbackup hangs on second tape!

Status
Not open for further replies.

age

Technical User
May 31, 2001
191
GB
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:eek:n /m normal /l:s /r:no /rs:no /p "DLT" /um

The backup runs over onto a second tape. So, in the morning we have the message on screen saying 'waiting for media'. New media is inserted into the drive, and nothing happens. The message remains there. In fact, ntbackup appears to have hung, although according to task manager it is still running.

Is the script wrong?

Thanks for any help!


Adrian.
 
Perhaps this:
(...)
NOTE: The /um switch will only work on the initial tape request. The /um switch was not intended to be used when spanning tapes since this requires human intervention. Ntbackup does not overwrite any tape other than the original (first) tape of a backup set; any additional tapes must be manually prepared using RSM before ntbackup will use it to complete the scheduled backup.
(...)

===
Karlis
ECDL; MCP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top