1827620 Members
3216 Online
109966 Solutions
New Discussion

backup problems

 
Etienne Roseau
Frequent Advisor

backup problems

hello !
i'm unable to understand the following message that has appeared since last week, in the backup during the daily batch process.
"can't open /dev/tty to prompt for more media.
save XXXX on DAT NOT OK"
to help, this message appears at the end of the cpio -ocvB
thanks for help.
E.
7 REPLIES 7
Mark Grant
Honored Contributor

Re: backup problems

Not a big cpio user but my guess would be that the command is being run in the background (hence can't write to the tty) and that you have filled up the tape.

Might be wrong though.
Never preceed any demonstration with anything more predictive than "watch this"
Etienne Roseau
Frequent Advisor

Re: backup problems

hi Mark,
i would like it is the answer, but nobody had changed the way i do my backups during the batch for monthes, and that's why i don't understand this error that never appears before.
Chris Wilshaw
Honored Contributor

Re: backup problems

The message

"can't open /dev/tty to prompt for more media."

indicates that for some reason, your backup needs a second tape.

This can be due to

1) Too much data for one tape
2) Faulty tape
3) Tape drive needs cleaning

Solutions:

1) Try a larger tape (if your drive will support it)
2) Try a new tape
3) Clean the drive

It's also possible (but unlikely given this error message) that the drive itself is faulty, in which case you'll need to get HP to swap it out.
Mark Grant
Honored Contributor

Re: backup problems

Is it possible that only now, you have enough data to fill up the tape whereas you didn't before?
Never preceed any demonstration with anything more predictive than "watch this"
Etienne Roseau
Frequent Advisor

Re: backup problems

thanks Chris,
The tape drive is cleaned each monday, since now the tapes were long enough and as the cpio tells me "end of volume" when the tape is not long enough, you may be right: my drive is dying !!
but for some reasons, it's 1 or 2 backups (upon 3) that are affected each night and not all of them ???
Mark Grant
Honored Contributor

Re: backup problems

I bet you have an enormous file somehere that has recently been created or a log file that has grown too large.
Never preceed any demonstration with anything more predictive than "watch this"
Etienne Roseau
Frequent Advisor

Re: backup problems

that's what i'm looking for, before calling HP about the drive ;-)
thanks for helping