JSI Tip 4667. Scheduled Backup will NOT use media in the Import pool?
January 9, 2002
In tip 2265, we discussed scheduling NTbackup without the need to manage media.
If you do schedule a backup, and use the /t switch, Ntbackup will hang if the the requested tape is in the RSM Import pool?
When you run Ntbackup interactively, the Always move new import media to the backup media pool option is honored. When you schedule the backup, this option is NOT honored.
NOTE: If Ntbackup is hung, use the Kill command to terminate the process.
To resolve this issue, manually move the tape from the Import pool to the Backup pool, prior to scheduling its' use. To do this in an unattended fashion, determine the library name by using the rsm view /tlibrary command. For this example, I will assume your tape library is HP C1537A SCSI Sequential Device. Add the following statements prior to the NTBackup command in your batch file:
rsm refresh /lf"HP C1537A SCSI Sequential Device" Sleep 60 rsm allocate /M"Backup4mm DDS" /pf"" sleep 15
NOTE: If Sleep is not available, use the sleep alternative.
About the Author
You May Also Like