ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume efficiency stop

    Stop efficiency operation on a volume

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

    Description

    Use the volume efficiency stop command to stop an efficiency operation.

    Parameters

    -vserver <vserver name> - Vserver Name

    This specifies the Vserver on which the volume is located.

    { -volume <volume name> - Volume Name

    This specifies the name of the volume on which efficiency operation needs to be stopped.

    | -path </vol/volume> - Volume Path }

    This specifies the volume path on which efficiency operation needs to be stopped.

    [-a, -all <true>] - Stop All Operations

    This specifies both active and queued efficiency operations to be aborted.

    Examples

    The following examples stop efficiency on a volume.

    cluster1::> volume efficiency stop -vserver vs1 -volume vol1
    cluster1::> volume efficiency stop -vserver vs1 -volume vol1 -all
    Top of Page