ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage path show-by-initiator

    Display a list of paths to attached arrays from the initiator’s perspective

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

    Description

    The storage path show-by-initiator command displays path based statistics. The output is similar to the storage path show command but the output is listed by initiator.

    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}] - Controller name

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

    [-initiator <text>] - Initiator Port

    Initiator port that the clustered node uses.

    [-target-wwpn <text>] - Target Port

    Target World Wide Port Name. Port on the storage array that is being used.

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

    Switch port connected to the clustered node.

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

    Switch port connected to the array.

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

    Name of the storage array that is connected to the cluster.

    [-tpgn <integer>] - Target Port Group Number

    TPGN refers to the target port group to which the target port belongs. A target port group is a set of target ports which share the same LUN access characteristics and failover behaviors.

    [-port-speed <text>] - Port Speed

    Port Speed of the specified port.

    [-path-io-kbps <integer>] - Kbytes of I/O per second on Path (Rolling Average)

    Rolling average of I/O per second on the path.

    [-path-iops <integer>] - Number of IOPS on Path (Rolling Average)

    Rolling average of Kbytes of I/O per second on the path

    [-initiator-io-kbps <integer>] - Kbytes of I/O per second on Initiator (Rolling Average)

    Rolling average of I/O per second on the initiator port.

    [-initiator-iops <integer>] - Number of IOPS on Initiator (Rolling Average)

    Rolling average of Kbytes of I/O per second on the initiator port.

    [-target-io-kbps <integer>] - Kbytes of I/O per second to Target (Rolling Average)

    Rolling average of I/O per second on the target port.

    [-target-iops <integer>] - Number of IOPS to Target (Rolling Average)

    Rolling average of Kbytes of I/O per second on the target port.

    Examples

    vnv3070f20b::> storage path show-by-initiator
    Node: vnv3070f20b
              Initiator I/O       Initiator Side     Path I/O          Target Side   Target I/O
    Initiator        (KB/s)          Switch Port       (KB/s)          Switch Port       (KB/s)      Target Port Array Name
    --------- ------------- -------------------- ------------ -------------------- ------------ ---------------- ----------------
    0a                    3 vnbr3850s4:4                    3        vnbr3850s5:15            3 200600a0b819e16f IBM_1722_1
                                                            0        vnbr3850s5:12            0 50060e80004291c0 HITACHI_DF600F_1
    0c                   35 vnci9124s54:1-6                35     vnci9124s54:1-24           35 200700a0b819e16f IBM_1722_1
                                                            0     vnci9124s54:1-22            0 50060e80004291c2 HITACHI_DF600F_1
    4 entries were displayed.
    Top of Page