beautypg.com

Dismount function, Capreport function – HP NonStop G-Series User Manual

Page 125

background image

Using the MSMM Utility Interface Program
(INTFACE)

Mid-Range Silo Media Manager Installation and User’s Guide 541530-003

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 .INTFACE/NAME/ DISMOUNT 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 .INTFACE/NAME/ CAPREPORT file>

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.