ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver security file-directory policy task remove

    Remove a policy task

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

    Description

    The vserver security file-directory policy task remove command removes a task entry from a security policy.

    Removing a policy task fails if a job is currently running for the specified policy from which a task is being removed.

    Parameters

    -vserver <vserver name> - Vserver

    Specifies the Vserver associated with the security policy that contains the task you want to remove.

    -policy-name <Security policy name> - Policy Name

    Specifies the name of the security policy that contains the task you want to remove.

    -path <text> - Path

    Specifies the path of the file/folder associated with the task that you want to remove.

    Examples

    The following example removes a security policy task entry.

    cluster1::> vserver security file-directory policy task remove -vserver vs1 -policy-name policy1 -path /
    Top of Page