ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • statistics catalog instance show

    Display the list of instances associated with an object

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

    Description

    This command displays the names of instances associated with the specified object. The displayed data is either node-specific or cluster-wide, depending on the objects specified.

    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.

    -object <text> - Object

    Selects the object for which you want to display the list of instances. This parameter is required. To view a list of valid object names, type statistics catalog instance show-object`?` or statistics catalog object show .

    [-instance <text>] - Instance Name

    Selects the instances that match this parameter value. If you do not specify this parameter, the command displays all the instances.

    [-filter <text>] - Filter Data

    Selects the instances that match this parameter value. For example, to display instances from vserver1, specify -filter "vserver_name=vserver1" .

    [-vserver <vserver name>,…​] - Vserver Name

    Selects the instances that match this parameter value. If you do not specify this parameter, the command displays instances for all of the Vservers in the cluster.

    [-node {<nodename>|local}] - Node Name

    Selects the instances that match this parameter value. If you do not specify this parameter, the command displays instances for all of the nodes in the cluster.

    Examples

    The following example displays the list of instances associated with the processor object.

    cluster1::> statistics catalog instance show -object processor
    Object: processor
      processor0
      processor0
      processor1
      processor1
    4 entries were displayed.
    Top of Page