ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • metrocluster interconnect mirror multipath show

    Display multipath information

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

    Description

    The metrocluster interconnect mirror multipath show command displays the NVRAM mirror multipath policy for the nodes configured in a MetroCluster.

    This command displays the following details about the local node and the HA partner node:

    • Node: This field specifies the name of the node in the cluster.

    • Multipath Policy: This field specifies the multipath policy used for NVRAM mirroring.

    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 Name

    If this parameter is specified, mirror details of the specified node are displayed.

    [-multipath-policy {no-mp|static-map|dynamic-map|round-robin}] - Multipath Policy

    If this parameter is specified, nodes with the specidifed multipath policy are displayed.

    Examples

    The following example shows the output of the command:

    clusA::> metrocluster interconnect mirror multipath show
           Node            Multipath Policy
           --------------- -----------------
           clusA-1         static-map
           clusA-2         static-map
    Top of Page