VMS Help  —  ROBOT  UNLOAD
    The UNLOAD command moves a cartridge from a drive into a slot.

    Note:
       To unload a cartridge from a drive in a TL8xx Automated Tape Library,
       you must first dismount the media before issuing the DISMOUNT command
       with the /UNLOAD qualifier.

    Format

    UNLOAD [DRIVE drv_number] SLOT slot_number [ROBOT robot_name]

1  –  Parameters

    drv_number - An integer value indicating the physical drive in the robot.

    slot_number - An integer value indicating the robot slot.

    robot_name - The name for the media robot.

2  –  Examples

    1.  The following example unloads the cartridge from drive 0 and
        places the cartridge into slot 1 of robot device GKA401:

    $ ROBOT UNLOAD DRIVE 0 SLOT 1 ROBOT GKA401
    UNLOAD DRIVE 0 into SLOT 1 using ROBOT GKA401

    2.  The following example shows the commands to unload a cartridge
        from a drive in the TL820 library.

    $ DISMOUNT/UNLOAD $1$MUA22:
    $ ROBOT UNLOAD DRIVE 1 SLOT 15 ROBOT $1$DUA0
    UNLOAD DRIVE 1 into SLOT 15 using ROBOT $1$DUA0
Close Help