bopritchard
Programmer
Here's my problem I've attempting to backup a db to my tape library...problem is the backup runs across 3 tapes and the backup routine doesn't know how to swap the tape out and keep going...
when the tape fills...the backup continually retries until it sees a new tape in its drive...it also writes
"Please mount tape 1 on /dev/rmt/c4t0d0BEST and press Return to continue ... could not write archive tape."
to an ontape.out file...
i use an mc command to actually load the new tape when i see this message in the ontape.out...then everything keeps running
you see the problem...this is far from being automated...
what i need is something that checks for existance of that "mount tape" message in that file then runs that mc command to swap the tape and keep going
when the tape fills...the backup continually retries until it sees a new tape in its drive...it also writes
"Please mount tape 1 on /dev/rmt/c4t0d0BEST and press Return to continue ... could not write archive tape."
to an ontape.out file...
i use an mc command to actually load the new tape when i see this message in the ontape.out...then everything keeps running
you see the problem...this is far from being automated...
what i need is something that checks for existance of that "mount tape" message in that file then runs that mc command to swap the tape and keep going