ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver export-policy config-checker stop

    Stop export policy configuration checker job

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

    Description

    The vserver export-policy config-checker stop command stops running export policy configuration checker job.

    Export policy configuration checker stop command only works if the keys provided are same as the keys provided at the time of starting export policy configuration checker job.

    Parameters

    -vserver <vserver name> - Vserver

    If you specify this parameter, the command stops export policy configuration checker job, if any export policy configuration checker job is running for the specified Vserver.

    [-policy <export policy name>] - Export Policy Name

    If you specify this parameter, the command stops export policy configuration checker job, if any export policy configuration checker job is running for the specified policy.

    Examples

    The following example stop an export policy configuration checker job for Vserver vs2 and policy default:

    cluster1::> vserver export-policy config-checker stop -vserver vs2 -policy default
    Top of Page