ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume file fingerprint abort

    Abort a file fingerprint operation

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

    Description

    The volume file fingerprint abort command aborts an in-progress fingerprint operation. This command only aborts the fingerprint operations that have not yet completed. This command takes session-id as input and aborts the fingerprint operation that is associated with that particular session-id.

    Parameters

    -session-id <integer> - Session ID of Fingerprint Operation

    Specifies the session-id of the fingerprint operation that needs to be aborted. It is an unique identifier for the fingerprint operation. This session-id is returned when the fingerprint operation is started on a file.

    Examples

    The following example aborts the fingerprint operation identified by 17039361 :

    cluster1::> volume file fingerprint abort -session-id 17039361
    Top of Page