Dismount function, Capreport function – HP Integrity NonStop H-Series User Manual
Page 127

Using the MLMM Utility Interface Program
(INTFACE)
Mid-Range Library Media Manager Installation and User’s Guide — 541641-001
7 -9
DISMOUNT Function
DISMOUNT Function
The DISMOUNT function of the utility program allows the dismounting of one tape
cartridge from a tape drive in a tape library connected to the NonStop server. It reports
an error if the dismount does not occur.
Syntax:
Run
Example:
Run $SYSTEM.MLMM.INTFACE/NAME/ DISMOUNT 000001 $SYSTEM.MLMM
DISMOUNT is the function.
000001 is the tape cartridge number.
$SYSTEM.MLMM is the location of the MLMM software on the
NonStop server. It can be any valid $volume.subvolume. This
function could be embedded in a TACL routine, in which it
would mount the next tape cartridge generated, then loop
through executing the utility function for every tape
cartridge. This would fully automate the labeling process.
When the labeling is complete, the remainder of the backup
TACL routine could then export the tape cartridges used to
the tape library.
CAPREPORT Function
The CAPREPORT function of the utility program allows the reporting of tapes in the
CAP.
Syntax:
Run
Example:
Run $SYSTEM.MLMM.INTFACE/NAME/ CAPREPORT
$SYSTEM.OUTPUT.CAPLIST $SYSTEM.MLMM
CAPREPORT is the function.
$SYSTEM.OUTPUT.CAPLIST is the output file for the listing.
$SYSTEM.MLMM is the location of the MLMM software on the
NonStop server. It can be any valid $volume.subvolume.