ONTAP 9.12.1 commands

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

    Start 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 start command invokes background job, which will check export policy configuration and if issue found in rules then error entry is created for each affected rule in export policy configuration checker error rule list.

    Export policy configuration checker only validates hostname, netgroup and anonymous user related configuration.

    Parameters

    -vserver <vserver name> - Vserver

    If you specify this parameter, the export policy configuration checker job will be triggered for specified Vserver.

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

    If you specify this parameter, the export policy configuration checker job will be triggered for specified policy.

    Examples

    The following example start a export policy configuration checker job for vserver vs2 and policy default:

    cluster1::> vserver export-policy config-checker start -vserver vs2 -policy default
              [Job 644] Job is queued: Export Policy configuration checker.
    Top of Page