skip book previous and next navigation links
go up to top of book: HP OpenVMS System Manager's Manual, Volume 1:... HP OpenVMS System Manager's Manual, Volume 1:...
go to beginning of chapter: Using BACKUP Using BACKUP
go to previous page: Using Disks and Tapes Using Disks and Tapes
go to next page: Listing the Contents of a BACKUP Save SetListing the Contents of a BACKUP Save Set
end of book navigation links

Understanding OPCOM and Volumes  



If you have a standalone workstation or easy access to disk and tape drives at your facility, you probably can mount and initialize your own volumes. At some sites, however, an operator performs these tasks. Using the services of an operator might be necessary because the drive you want to use is located remotely or because you do not have the necessary privileges to manipulate a volume.

To communicate with the operator at your site, consult the operator about site-specific procedures. Depending on how your system is customized, using the operator communication manager (OPCOM) might be necessary. The OPCOM system process allows you to request assistance from the operator and allows the operator to respond to your requests. ( Using OPCOM to Communicate with System Users explains OPCOM.)

Requesting Operator Assistance  


NotePlease consult your operator about your site-specific procedures. Your site may not use OPCOM or may use it differently from the examples in this section.

If you want the operator to mount a tape for you, use OPCOM to ask the operator to mount the tape.

How to Perform This Task

Enter either the REQUEST/REPLY or the REQUEST/TO command:

If you request operator assistance and an operator is not available, you receive the following message:

%MOUNT-I-NOOPR, no operator available to service request
This indicates that the operator has disabled the operator's terminal. To abort your request, press Ctrl/Z.

You can also use the /[NO]ASSIST qualifier with either the BACKUP or the MOUNT command:

Examples

  1. To request the operator to mount a tape, enter a command similar to the following one:
    $ REQUEST/REPLY "Is anyone using drive MUA12?"
    %OPCOM-S-OPRNOTIF, operator notified, waiting...12:21:12.46
    %OPCOM-S-OPREPLY, PLEASE DIRECT YOUR REQUEST TO THE TAPE OPERATOR
    2-APR-2000 12:26:13.12. request 2 completed by operator OPA0
    $
    The /REPLY qualifier assigns your request a unique number (in this case, 2) to which the operator can respond. Note that you cannot enter any additional commands until the operator responds.
  2. The following example shows you how to direct your request to a specific operator using the /TO qualifier:
    $ REQUEST/TO=TAPES "Is anyone using drive MUA12?"
    %OPCOM-S-OPRNOTIF, operator notified, waiting...12:40:11.32
    %OPCOM-S-OPREPLY, I'M DONE GO AHEAD
    2-APR-2000 12:45:26.18. request 5 completed by operator OPA0
    $

go to previous page: Using Disks and Tapes Using Disks and Tapes
go to next page: Listing the Contents of a BACKUP Save SetListing the Contents of a BACKUP Save Set