ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver snapdiff-rpc-server show

    Display the SnapDiff RPC server configurations of Vservers

    Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

    Description

    The vserver snapdiff-rpc-server show command displays the state of the SnapDiff RPC server for all the Vservers. The command output depends on the parameter or parameters specified with the command. If no parameters are specified, the command displays the following information about all the configured Vservers:

    • Vserver name

    • Whether SnapDiff RPC server access is enabled

    You can specify additional parameters to display only the information that matches those parameters. For instance, to display the information only for the Vservers that have access enabled, enter the command with the `-state`on parameter.

    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.

    [-vserver <vserver name>] - Vserver

    If you specify this parameter, the command displays information only about the specified Vserver.

    [-state {on|off}] - SnapDiff RPC Server state

    If you specify this parameter, the command displays information only about the specified SnapDiff RPC server state.

    Examples

    The following example displays information about all the Vservers with SnapDiff RPC server configured:

    cluster1::> vserver snapdiff-rpc-server show
    Vserver      SnapDiff RPC Server State
    -----------    --------------------------
    vs0        on
    vs1        off
    2 entries were displayed.
    Top of Page