Operating System - OpenVMS
1828012 Members
1818 Online
109973 Solutions
New Discussion

when doing a BACKUP, it told me need operator assist.

 
SOLVED
Go to solution
Davor_7
Regular Advisor

when doing a BACKUP, it told me need operator assist.

error message:
%BACKUP-W-MOUNTERR, volume 1 on _ was not mounted because
its label does not match the one requested
%BACKUP-I-OPERASSIST, operator assistance has been requested

but actually, i mount it on.
oh... what's the possible reason for that?
4 REPLIES 4
Uwe Zessin
Honored Contributor
Solution

Re: when doing a BACKUP, it told me need operator assist.

But it clearly tells the reason:

= its label does not match the one requested


You tell tell BACKUP to
/IGNORE=LABEL_PROCESSING

or use /LABEL=name
.
Karl Rohwedder
Honored Contributor

Re: when doing a BACKUP, it told me need operator assist.

Normally, BACKUP wants to use the 1st 6 characters of the 1st savesetname on tape to be the tape label. That can be overwritten as Uwe states with /IGNORE or /LABEL.

If the thing goes wrong, a tape operator can force the mount with REPLY/TO=id "OVERWRITE".

regards Kalle
David Jones_21
Trusted Contributor

Re: when doing a BACKUP, it told me need operator assist.

By default, BACKUP is fussy about ensuring the tapes it writes to have the correct label, which will be first 6 characters of the saveset name if not explicitly set with a /label qualifier. When it doesn't see the right tape, BACKUP sends a message to a staff member (i.e. operator) who can replace the wrong tape or take other corrective action. Unfortunately, the system console is usuaslly enabled to receive those messages whether or not anyone is around to read them. If you specify /noassist with the backup command, it will prompt you for action instead making an operator request.
I'm looking for marbles all day long.
Davor_7
Regular Advisor

Re: when doing a BACKUP, it told me need operator assist.

oh!

it works when i use the /ignore

thanks all!