ONTAP 9.12.1 commands

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

    Show the status of export policy configuration checker jobs

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

    Description

    The vserver export-policy config-checker show command displays status information about export policy configuration checker job. This command displays the following information:

    • Vserver name

    • Export policy name

    • Export policy configuration checker job state

    • Export policy rule checked count

    • Export policy rule being checked rule index

    • Export policy rule with issue count

    This command output will only be available after running the export policy configuration checker job.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields parameter, the command only displays the fields that you specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all entries.

    [-vserver <vserver name>] - Vserver

    If you specify this parameter, the command displays export policy configuration checker job state information for Vservers that match the specified value.

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

    If you specify this parameter, the command displays export policy configuration checker job state information for policy that match the specified value.

    [-rules-checked <integer>] - Number of Rules Checked

    If you specify this parameter, the command displays export policy configuration checker job state information that have the specified rules-checked count matching.

    [-rule-being-checked <integer>] - Rule Being Checked

    If you specify this parameter, the command displays export policy configuration checker job state information that have the specified rule-being-checked index matching.

    [-rules-with-issues <integer>] - Number of Rules with Issues

    If you specify this parameter, the command displays export policy configuration checker job state information that have the specified rules-with-issues count matching.

    [-state {Initial|Queued|Running|Waiting|Pausing|Paused|Quitting|Success|Failure|Reschedule|Error|Quit|Dead|Unknown|Restart|Dormant}] - Job State

    If you specify this parameter, the command displays export policy configuration checker job state information that have the specified state matching.

    Examples

    The following example displays an export policy configuration checker job state information for vserver vs2 and policy default:

    cluster1::> vserver export-policy config-checker show -vserver vs2 -policy default
    Job       Rules     Rule Index    Rules With
    Vserver    Policy     State     Checked   Being Checked Issues
    ---------- ---------- --------- --------- ------------- -------------
    vs2        default    Running   1         2             1
    Top of Page