lslib - List libraries

List the library objects defined in the TSLM database.

By default, all library objects are listed. The list is sorted ascending by the name attribute unless another sort order is provided with the generic option -order.

Syntax

lslib [library_name [...]]

Parameters

library_name [...]
Specifies the library to be included in the list. Multiple library names must be separated with a blank character between each name. Displays all library objects, if no name is specified.

Results

Default tabular output for each application instance listed includes the following information (also serve as the headings for output):
  • Name
  • Online
  • Disabled
  • LM
  • StateSoft
  • StateHard
  • AccessPath

Long output includes:

  • Name
  • Online
  • Disabled
  • LM
  • StateSoft
  • StateHard
  • AccessPath

Short output only displays:

  • Name

Examples

lslib
lslib -match "streq(Library.\"LibraryOnline\" \"false\")"

Related commands