leadm library

How to use the leadm library command.

The leadm library command can be used with the show subcommand. The show subcommand displays detailed information about the library. The default output is in JSON format.

Command syntax

leadm library show [global options] [subcommand options]

For the global options, see leadm.

Subcommand option
-o OUTPUT_TYPE, --output=OUTPUT_TYPE
Output type of the command results. Valid choices are json or xml [default: json].

Command example

Example of the leadm library show command and its output.
$ leadm library show
{
  "obj_type": "library",
  "scsi_address": "3.0.3.1",
  "vendor": "IBM",
  "product_id": "03584L32",
  "obj_id": "0000078A42740405",
  "firmware_revision": "1601"
  "ieslots": 255,
  "devname": "/dev/sg19",
  "drives": 4,
  "robots": 2,
  "slots": 1715,
  "product_name": "TS3500/TS4500"
}