ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage aggregate object-store profiler abort

    Abort object store profiler

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

    Description

    The storage aggregate object-store profiler abort command will abort an ongoing object store profiler run. This command requires two parameters - an object store configuration and a node on which the profiler is currently running.

    Parameters

    -node {<nodename>|local} - Node on Which the Profiler Should Run

    This parameter specifies the node on which the object store profiler is running.

    -object-store-name <text> - Object Store Configuration Name

    This parameter specifies the object store configuration that describes the object store. The object store configuration has information about the object store server name, port, access credentials, and provider type.

    Examples

    The following example aborts the object store profiler :

    cluster1::>storage aggregate object-store profiler abort -object-store-name my-store -node my-node
    Top of Page