volume activity-tracking show
Display activity tracking information
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The volume activity-tracking show command displays the volume activity tracking information for a volume. By default, the command displays the following information:
- Vserver name
- Volume name
- Activity tracking state
Parameters
- { [-fields <fieldname>, ...]
- If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
- | [-instance ]}
- If you specify the -instance parameter, the command displays detailed information about all fields.
- [-vserver <vserver name>] - Vserver Name
- If this parameter and the -volume parameter are specified, the command displays volume activity tracking information about the specified volume. If this parameter is specified by itself, the command displays information about volumes on the specified Vserver.
- [-volume <volume name>] - Volume Name
- If this parameter and the -vserver parameter are specified, the command displays volume activity tracking information about the specified volume. If this parameter is specified by itself, the command displays information about all volumes matching the specified name.
- [-state <Activity Tracking State>] - State
- If this parameter is specified, the command displays information only about the volume or volumes that have the specified volume activity tracking state.
Examples
The following examples display the volume activity tracking information for a volume.
cluster::*> volume activity-tracking show -vserver vs1 -volume fv1
Vserver Name: vs1
Volume Name: fv1
State: on
cluster::*> volume activity-tracking show -vserver vs1 -volume fg1
Vserver Name: vs1
Volume Name: fg1
State: on
Give documentation feedback