Mid-Range Silo Media Manager Installation and User's Guide (G06.27+)

Using the MSMM Utility Interface Program
(INTFACE)
Mid-Range Silo Media Manager Installation and User’s Guide541530-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 <MSMM ISV>.INTFACE/NAME/ DISMOUNT <tape number> <MSMM ISV
location>
Example:
Run $SYSTEM.MSMM.INTFACE/NAME/ DISMOUNT 000001 $SYSTEM.MSMM
DISMOUNT is the function.
000001 is the tape cartridge number.
$SYSTEM.MSMM is the location of the MSMM 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 <MSMM ISV>.INTFACE/NAME/ CAPREPORT <qualified output
file> <MSMM ISV location>
Example:
Run $SYSTEM.MSMM.INTFACE/NAME/ CAPREPORT
$SYSTEM.OUTPUT.CAPLIST $SYSTEM.MSMM
CAPREPORT is the function.
$SYSTEM.OUTPUT.CAPLIST is the output file for the listing.
$SYSTEM.MSMM is the location of the MSMM software on the
NonStop server. It can be any valid $volume.subvolume.