ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver locks show-mirrored-open-count

    Display mirrored open count

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

    Description

    The `vserver locks show-mirrored-open-count ` command displays number of mirrored opens on node.

    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

    This parameter displays node name.

    [-mirrored-open-count <integer>] - Mirrored Open Count

    This parameter displays mirrored opens count on node.

    Examples

    The following example displays the mirrored opens count on node1.

    cluster1::> vserver locks show-mirrored-open-count
    Node               Mirrored Open Count
    -------------      -------------------
    node1              40

    The following example displays the mirrored opencount for HA pair cluster.

    cluster1::> vserver locks show-mirrored-open-count
    Node               Mirrored Open Count
    --------------     -------------------
    node1              20
    node2              30
    Top of Page