ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver peer permission show

    Display Vserver peer permissions

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

    Description

    The vserver peer permission show command displays the following information about Vserver peer permissions:

    • Peer cluster name

    • Local Vserver name

    • Applications

    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.

    [-peer-cluster <text>] - Peer Cluster Name

    If this parameter is specified, the command displays permissions that have the specified peer cluster name.

    [-vserver <text>] - Vserver Name

    If this parameter is specified, the command displays permissions that match the specified local Vserver.

    [-applications {snapmirror|flexcache}] - Peering Applications

    If this parameter is specified, the command displays permissions that have the specified applications.

    Examples

    The following examples illustrate how to display Vserver peer permissions:

    cluster1::> vserver peer permission show
    Peer Cluster     Vserver         Applications
    ---------------- --------------- -----------------
    cluster2         "*"             snapmirror
    cluster3         vs1             snapmirror
    2 entries were displayed.
    Top of Page