Skip to main content

volume file fingerprint show

Display fingerprint operation status

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

Description

The volume file fingerprint show command returns information for one or several fingerprint operations. This command requires either -session-id or -vserver and -volume.

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.
[-session-id <integer>] - Session ID of Fingerprint Operation
If this parameter is specified, the command returns the progress of the fingerprint operation of the specified session-id. The session-id is a unique identifier for the fingerprint operation that is returned when the fingerprint operation is started on a file.
[-vserver <vserver name>] - Vserver
If this parameter is specified, -volume must also be specified. When queried with -vserver and -volume, the command returns the progress of all the fingerprint operations running on that particular volume.
[-volume <volume name>] - Volume Name
If this parameter is specified, -vserver must also be specified. When queried with -vserver and -volume, the command returns the progress of all the fingerprint operations running on that particular volume.
[-file </vol/<volume name>/<file path>>] - File Path
If this parameter is specified, the command returns the progress of all fingerprint operations on the specified file.
[-operation-status {Unknown|In-Progress|Failed|Aborting|Completed}] - Operation Status
If this parameter is specified, the command returns the progress of all fingerprint operations with matching status value.
[-progress-percentage <integer>] - Progress Percentage
If this parameter is specified, the command returns the progress of all fingerprint operations with matching progress percentage value.

Examples

The following example displays the progress of all the fingerprint operations running on volume nfs_slc:

cluster1::> volume file fingerprint show -vserver vs0 -volume nfs_slc
Progress
File-Path Session-ID Status Percentage
--------------------------------------- ------------------ --------- ----------
/vol/nfs_slc/worm 17104897 Completed 100
/vol/nfs_slc/worm_appedable 17104898 Completed 100
/vol/nfs_slc/regular 17104899 In-Progress 30
3 entries were displayed.