ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage tape show-supported-status

    Displays the qualification and supported status of tape drives

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    This command displays the supported and qualification status of all tape drives recognized by Data ONTAP attached to a node in the cluster. This includes nonqualified tape drives. Such tape drives do not have a Tape Configuration File (TCF) on the storage system. A nonqualified tape drive can be used if the tape drive emulates a qualified tape drive or if the appropriate TCF for the nonqualified tape drive is downloaded from the NetApp Support Site to the storage system.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-node {<nodename>|local}] - Node

    Selects the tape drives that match this parameter value.

    [-tape-drive <text>] - Tape Drive Name

    Selects the tape drives that match this parameter value.

    [-is-supported {true|false}] - Tape Drive Supported

    Selects the tape drives that match this parameter value.

    [-status <text>] - Supported Status

    Selects the tape drives that match this parameter value.

    Examples

    The following example displays support and qualification status of tape drives recognized by Data ONTAP. The command also identifies tape drives attached to the node that are nonqualified (not supported).

    cluster1::> storage tape show-supported-status
    Node: Node1
                                   Is
         Tape Drive                Supported  Support Status
         ------------------------- ---------  ---------------------------------
         sw4:2.126L6               false      Nonqualified tape drive
         Hewlett-Packard C1533A    true       Qualified
         Hewlett-Packard C1553A    true       Qualified
         Hewlett-Packard Ultrium 1 true       Qualified
         Sony SDX-300C             true       Qualified
         Sony SDX-500C             true       Qualified
         StorageTek T9840C         true       Dynamically Qualified
         StorageTek T9840D         true       Dynamically Qualified
         Tandberg LTO-2 HH         true       Dynamically Qualified
    The following example displays support and qualification status of tape
         drives selected by –tape-drive. The command identifies the supported
         status of the selected tape drive.
    cluster1::> storage tape show-supported-status -tape-drive "Sony SDX-300C"
    Node: Node1
                                      Is
      Tape Drives                     Supported  Support Status
      ------------------------------  ---------  -------------------------------
      Sony SDX-300C                   true       Qualified
    Top of Page