Trailing-Edge
-
PDP-10 Archives
-
QT020_T20_4.1_6.1_SWSKIT_851021
-
swskit-hacks/mtvrfy.hlp
There are no other files named mtvrfy.hlp in the archive.
This program is used to check tape data integrity. It will write data from
the begining of the tape all the way until the end. Then it will check what
was just written against the data that was supposed to be written. Commands
are as follows:
ASSIGN [tape]
The ASSIGN command will allow you to assign a tape drive that has been
set available for system usage and is not under MOUNTR's control.
DEASSIGN
This will deassign the tape drive that you have assigned. It works like
DISMOUNT on a labelled tape.
EXIT
To exit from the program. Note: If a tape drive has been assigned, it
will be deassigned upon exitting.
HELP
This is it.
INFORMATION (about parameter settings)
This will show you the settings for OVERRIDE and UNLOAD.
PUSH
To push to a lower EXEC.
REWIND
This allows you to rewind the tape on the assigned drive.
SET
Used to SET one of the following flags:
UNLOAD - SET UNLOAD ON sets a flag so that after tape verification, the
tape drive will be unloaded. Note, if tape verification fails,
the tape will still be unloaded.
SET UNLOAD OFF sets a flag so that after verification, the tape
drive remains loaded. This is the default.
OVERRIDE [ON,OFF] - If a tape has been verified good or bad, a "stamp"
is placed at the beginning of the tape. SET OVERRIDE ON tells
the program to ignore this stamp and verfiy the tape anyway.
SET OVERRIDE OFF will allow a check to see if the tape has been
already checked. Default setting: ON.
UNLOAD
This will unload or DISMOUNT the current tape in use.
VERIFY [tape]
Begins verification procedure. The program will write data on the tape,
will rewind, and then read the data off the tape. If there are any tape
errors, it will be reported. The tape name does not have to be supplied
if a drive has been assigned using the ASSIGN command.
In addition to the above commands, the user may type a control-A during tape
verification for status information. This will enable the program to report
to the user which record the program is currently on. To abort the verification
process, type a control-E. This can only be done during verification.
A tape with a write ring must be placed in the assigned drive or an error
will occur. The tape drive must also be on line.
[End of MTVRFY.HLP]