Dismount function, Capreport function – HP Integrity NonStop J-Series User Manual
Page 89

Using the ELMM Utility Interface Program
(INTFACE)
Entry Level Media Manager Installation and User’s Guide— 694639-001
6 -9
DISMOUNT Function
DISMOUNT Function
The DISMOUNT function of the utility program allows the dismounting of one tape
cartridge from a tape drive in an ACL connected to the NonStop server. It reports an
error if the dismount does not occur.
Syntax:
Run
Example:
Run $SYSTEM.ELMM.INTFACE/NAME/ DISMOUNT 000001 $SYSTEM.ELMM
DISMOUNT is the function.
000001 is the tape cartridge number.
$SYSTEM.ELMM is the location of the ELMM 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 ACL.
CAPREPORT Function
The CAPREPORT function of the utility program allows the reporting of tapes in the
CAP.
Syntax:
Run
Example:
Run $SYSTEM.ELMM.INTFACE/NAME/ CAPREPORT
$SYSTEM.OUTPUT.CAPLIST $SYSTEM.ELMM
CAPREPORT is the function.
$SYSTEM.OUTPUT.CAPLIST is the output file for the listing.
$SYSTEM.ELMM is the location of the ELMM software on the
NonStop server. It can be any valid $volume.subvolume.