volume analytics off
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Disable collection of file system analytics for a volume
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The volume analytics off
command disables file system analytics 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 file system analytics is being disabled.
[-foreground <true>]
- Run Operation in the Foreground-
If true, the command doesn't complete until the
analytics-state
of the volume isoff
. If false, the command returns immediately, and theanalytics-state
can be tracked using the volume analytics show command.
Examples
The following example disables file system analytics on a flexible volume named "flexvol" in Vserver "vs1":
cluster::*> volume analytics off -vserver vs1 -volume flexvol