volume activity-tracking on
Enable 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 on command enables 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 enabled.
- [-foreground [true]] - Run Operation in the Foreground
- If true, the command doesn't complete until the volume activity tracking state is on. 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 enable volume activity tracking on a volume.
cluster::*> volume activity-tracking on -vserver vs1 -volume fv1
cluster::*> volume activity-tracking on -vserver vs1 -volume fg1
Give documentation feedback