Difference between revisions of "Robots"
(One intermediate revision by the same user not shown) | |||
Line 22: | Line 22: | ||
unload move from drive to slot | unload move from drive to slot | ||
|} | |} | ||
− | + | __NOTOC__ | |
===Contents=== | ===Contents=== | ||
To show the contents of the currently selected Library. | To show the contents of the currently selected Library. | ||
Line 63: | Line 63: | ||
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap; | {| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap; | ||
| | | | ||
− | > unload <device> < | + | > unload <device> <drive> <slot> |
|} | |} | ||
* <device> - Robotic device (i.e. sg1, sg2, etc) | * <device> - Robotic device (i.e. sg1, sg2, etc) | ||
+ | * <drive> - Drive number | ||
* <slot> - Physical slot number (i.e. 01, 02, 03, etc) | * <slot> - Physical slot number (i.e. 01, 02, 03, etc) | ||
− | |||
---- | ---- | ||
Use this link to go back to the main [[Devices - Tape Drives]] Page. | Use this link to go back to the main [[Devices - Tape Drives]] Page. |
Latest revision as of 14:42, 17 September 2018
This section details how to work with the robots attached to the system.
This menu can be found by navigating to;
> support > devices > robots |
Resulting Menu would look like this.
contents show library contents exit Exit this CLI session help Display an overview of the CLI syntax inventory inventory library list display list of robotic devices load move from slot to drive return return to previous menu unload move from drive to slot |
Contents
To show the contents of the currently selected Library.
> contents <device> |
- <device> - iSCSI number for the robots (i.e. sg 1, sg2, etc)
Inventory
Reads the contents from the library and adds this information to the internal Catalog on the appliance.
> inventory <device> |
- <device> - iSCSI number for the robots (i.e. sg1, sg2, etc)
List
Displays a list of all robotic devices currently attached to the appliance.
> list |
Load
Loads a desired tape to a specified drive.
> load <device> <slot> <drive> |
- <device> - Robotic device (i.e. sg1, sg2, etc)
- <slot> - Physical slot number (i.e. 01, 02, 03, etc)
- <drive> - Drive number
Unload
Unloads a desired tape from a tape drive.
> unload <device> <drive> <slot> |
- <device> - Robotic device (i.e. sg1, sg2, etc)
- <drive> - Drive number
- <slot> - Physical slot number (i.e. 01, 02, 03, etc)
Use this link to go back to the main Devices - Tape Drives Page.