Difference between revisions of "Robots"

From Tranzman Documentation
Jump to: navigation, search
Line 32: Line 32:
 
* <device> - iSCSI number for the robots (i.e. sg 1, sg2, etc)
 
* <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.
 +
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 +
|
 +
> 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.
 +
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 +
|
 +
> list
 +
|}
 +
 +
===Load===
 +
Loads a desired tape to a specified drive.
 +
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 +
|
 +
> 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.
 +
{| 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> <slot> <drive>
 +
|}
 +
 +
* <device> - Robotic device (i.e. sg1, sg2, etc)
 +
* <slot> - Physical slot number (i.e. 01, 02, 03, etc)
 +
* <drive> - Drive number
  
 
----
 
----
 
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.

Revision as of 14:40, 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> <slot> <drive>

  • <device> - Robotic device (i.e. sg1, sg2, etc)
  • <slot> - Physical slot number (i.e. 01, 02, 03, etc)
  • <drive> - Drive number

Use this link to go back to the main Devices - Tape Drives Page.