Difference between revisions of "Troubleshoot Devices"

From Tranzman Documentation
Jump to: navigation, search
(Map_Drives)
Line 24: Line 24:
  
 
===Map_Drives===
 
===Map_Drives===
 
+
Options in this sub-menu can be displayed at any moment by invoking the command,
 
+
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 +
|
 +
> map_drives ?
 +
|}
 +
Menu displayed would look like this.
 +
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 +
|
 +
add_drive          Add drive to map
 +
delete_drive      Delete drive from map
 +
delete_map        Delete map
 +
exit              Exit this CLI session
 +
help              Display an overview of the CLI syntax
 +
list_robot_drives  show drives configured in the library
 +
list_robots        List all connected robots
 +
return            return to previous menu
 +
show_all_maps      List all current maps
 +
show_map          List map contents for a specific library
 +
|}
 
----
 
----
 
Use this link to go back to the main [[Support]] Page.
 
Use this link to go back to the main [[Support]] Page.

Revision as of 11:12, 17 September 2018

This section details the options available to troubleshoot devices on the Tranzman appliance.

Devices menu can be reached via the CLI interface and the following commands;

> support > devices

The following menu will be displayed.

exit Exit this CLI session help Display an overview of the CLI syntax map_drives Configure devices that don't support serialization rescan rescan devices return return to previous menu robots acces robotic devices scsi_inq show scsi ing info show_devices show media on standalone drives and in libraries attached to this appliance show_robot_contents List contents of Library show_robots List Connected robots tapes acces tape devices

Map_Drives

Options in this sub-menu can be displayed at any moment by invoking the command,

> map_drives ?

Menu displayed would look like this.

add_drive Add drive to map delete_drive Delete drive from map delete_map Delete map exit Exit this CLI session help Display an overview of the CLI syntax list_robot_drives show drives configured in the library list_robots List all connected robots return return to previous menu show_all_maps List all current maps show_map List map contents for a specific library


Use this link to go back to the main Support Page.