The SHOW SLOT command shows the status of slots. One of these
possible states is reported:
o Full or <barcode> -- The slot contains a cartridge. The bar code
value of the cartridge occupying the slot appears if the media
robot is capable of reading cartridge bar codes.
o Empty -- The slot contains no cartridge, and is available for
use.
o Unavailable -- The slot is unavailable for use.
Format
SHOW [ROBOT robot_name] SLOT [[[slot_number]|[slot_number-slot_number]],...]
1 – Parameters
robot_name - The name for the media robot.
slot_number - An integer value indicating the robot slot.
2 – Examples
1. The following example shows the contents of separate slots:
$ ROBOT SHOW SLOT 1,3
SLOT: 1 Empty
SLOT: 3 Full
2. The following example shows the contents of a range of slots:
$ ROBOT SHOW SLOT 1-3
SLOT: 1 Empty
SLOT: 2 Full
SLOT: 3 Full