Hello
Until we move to backup exec we are attempting to get ntbackup to back up local drives (not network) to a dlt tape. We would like to stop Oracle, backup D: and E: first, start Oracle (all of this works fine), then append the remaining backup of other drives to this tape (fails). Following is the batch file, and the error we are getting. Alltapes are named already with the same name, all available in the DLT pool under 'Backup Media', each with different sequence numbers. The same batch file is used nightly.
Doco for ntbackup is on your pc under Backup - examples and command line parameters, also at
backup.bat
----------
call D:\Oracle\admin\scripts\stopora.bat
C:\winnt\system32\ntbackup backup systemstate D:\
E:\ /J "Ora Daily" /N "Backup Tape" /M normal /V:yes /L:s /HCn /UM /P "DLT"
call D:\Oracle\admin\scripts\startora.bat
C:\winnt\system32\ntbackup backup systemstate C:\ F:\ /J "Daily" /T "Backup Tape" /A /V:yes /M normal /L:f /HCn
ERROR
-----
Backup Status
The operation was not performed because a non-unique tape name was specified.
----------------------
Best Regards and thanks in advance
Brett
Until we move to backup exec we are attempting to get ntbackup to back up local drives (not network) to a dlt tape. We would like to stop Oracle, backup D: and E: first, start Oracle (all of this works fine), then append the remaining backup of other drives to this tape (fails). Following is the batch file, and the error we are getting. Alltapes are named already with the same name, all available in the DLT pool under 'Backup Media', each with different sequence numbers. The same batch file is used nightly.
Doco for ntbackup is on your pc under Backup - examples and command line parameters, also at
backup.bat
----------
call D:\Oracle\admin\scripts\stopora.bat
C:\winnt\system32\ntbackup backup systemstate D:\
E:\ /J "Ora Daily" /N "Backup Tape" /M normal /V:yes /L:s /HCn /UM /P "DLT"
call D:\Oracle\admin\scripts\startora.bat
C:\winnt\system32\ntbackup backup systemstate C:\ F:\ /J "Daily" /T "Backup Tape" /A /V:yes /M normal /L:f /HCn
ERROR
-----
Backup Status
The operation was not performed because a non-unique tape name was specified.
----------------------
Best Regards and thanks in advance
Brett