ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system node hardware tape drive show

    Displays information about tape drives

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

    Description

    This command displays the following information about tape drives:

    • Node to which the tape drive is attached

    • Device ID of the tape drive

    • Description of the tape drive

    • NDMP path of the tape drive

    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

    Displays detailed information about tape drives on the specified node.

    [-device-id <text>] - Device ID

    Selects information about the tape drive that has the specified device ID.

    [-description <text>] - Description

    Selects information about the tape drive or drives that have the specified description.

    [-wwn <text>] - World Wide Name

    Selects information about the tape drive that has the specified worldwide name.

    [-serial-number <text>] - Serial Number

    Selects information about the tape drive that has the specified serial number.

    [-ndmp-path <text>,…​] - NDMP Path

    Selects information about the tape drive or drives that have the specified NDMP path.

    Examples

    The following example displays information about all tape drives in the cluster:

    cluster1::> system node hardware tape drive show
    Node   Device Id Drive Description    NDMP Path
    ------ --------- -------------------- ---------------------------------
    cluster1
           brocade-247-198:3.126L1        nrst0l nrst0m nrst0h nrst0a
                     IBM LTO 4 ULTRIUM    rst0l rst0m rst0h rst0a
                                          urst0l urst0m urst0h urst0a
           brocade-247-198:3.126L2        nrst1l nrst1m nrst1h nrst1a
                     IBM LTO 4 ULTRIUM    rst1l rst1m rst1h rst1a
                                          urst1l urst1m urst1h urst1a
           brocade-247-198:3.126L3        nrst2l nrst2m nrst2h nrst2a
                     IBM LTO 4 ULTRIUM    rst2l rst2m rst2h rst2a
                                          urst2l urst2m urst2h urst2a
           brocade-247-198:3.126L4        nrst3l nrst3m nrst3h nrst3a
                     IBM LTO 4 ULTRIUM    rst3l rst3m rst3h rst3a
                                          urst3l urst3m urst3h urst3a
           brocade-247-198:3.126L6        nrst5l nrst5m nrst5h nrst5a
                     SONY    SDX-400C     rst5l rst5m rst5h rst5a
                                          urst5l urst5m urst5h urst5a
         5 entries were displayed.
    Top of Page