ONTAP 9.12.1 commands

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

    Display connectivity to back-end storage tape libraries.

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

    Description

    This command displays information such as how the storage tape libraries connect to the cluster, LUN groups, number of LUNs, WWPN, and switch port information. Use this command to verify the cluster’s storage tape library configuration or to assist in troubleshooting.

    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.

    | [-switch ]

    If you specify this parameter, switch port information is shown.

    | [-instance ] }

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

    [-node {<nodename>|local}] - Controller Name

    The name of the clustered node for which information is being displayed.

    [-group <integer>] - LUN Group

    A LUN group is a set of LUNs that shares the same path set.

    [-target-wwpn <text>] - Library Target Ports

    The World Wide Port Name of a storage tape library port.

    [-initiator <text>] - Initiator

    The host bus adapter that the clustered node uses to connect to storage tape libraries.

    [-array-name <array name>] - Library Name

    Name of the storage tape library that is connected to the clustered node.

    [-target-side-switch-port <text>] - Target Side Switch Port

    This identifies the switch port that connects to the tape library’s target port.

    [-initiator-side-switch-port <text>] - Initiator Side Switch Port

    This identifies the switch port that connects to the node’s initiator port.

    [-lun-count <integer>] - Number of LUNS

    This is a command-line switch (-lun-count) used to restrict what LUN groups are displayed in the output.

    Examples

    The following example displays the storage tape library configuration information.

    cluster1::> storage tape library config show
                 LUN   LUN
    Node         Group Count                 Library Name     Library Target Port Initiator
    ------------ ----- ----- ---------------------------- ----------------------- ---------
    cluster1-01
                     0     2                   TAPE_LIB_1        50050763124b4d6f        3d
    
    cluster1::>
    Top of Page