ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume activity-tracking off

    Disable activity tracking for a volume

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

    Description

    The volume activity-tracking off command disables volume activity tracking on a volume.

    Parameters

    -vserver <vserver name> - Vserver Name

    This specifies the Vserver in which the volume is located.

    -volume <volume name> - Volume Name

    This specifies the name of the volume on which volume activity tracking is being disabled.

    [-foreground <true>] - Run Operation in the Foreground

    If true, the command doesn’t complete until the volume activity tracking state is off . If false, the command returns immediately, and the volume activity tracking state can be tracked using the volume activity-tracking show command.

    Examples

    The following examples disable volume activity tracking on a volume.

    cluster::*> volume activity-tracking off -vserver vs1 -volume fv1
    cluster::*> volume activity-tracking off -vserver vs1 -volume fg1
    Top of Page