ONTAP 9.12.1 commands

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

    Enable efficiency on a volume

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

    Description

    The volume efficiency on command enables efficiency on a volume. The specified volume must be online. Efficiency operations will be started periodically according to a per volume schedule or policy. The volume efficiency modify command can be used to modify schedule and the volume efficiency policy modify command can be used to modify policy. You can also manually start an efficiency operation with the volume efficiency start command.

    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 needs to be enabled.

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

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

    Examples

    The following examples enable efficiency on a volume.

    cluster1::> volume efficiency on -vserver vs1 -volume vol1
    cluster1::> volume efficiency on -vserver vs1 -path /vol/vol1
    Top of Page