vserver export-policy config-checker rule delete
Delete error entries for rules from export policy configuration checker error rule list
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The vserver export-policy config-checker rule delete command deletes error rule entries from export policy configuration checker error rule list. You can delete a specific error entry rule by specifying its rule index number.
Parameters
- -node {<nodename>|local} - Node
- This parameter specifies the node on which the export policy configuration error rule entries are stored.
- -vserver <vserver name> - Vserver
- This parameter specifies the Vserver which contains the export policy.
- -policy <export policy name> - Policy Name
- This parameter specifies the export policy from which you want to delete an error rule entry.
- -rule-index <integer> - Rule Index
- This parameter specifies the index number of the error rule entry that you want to delete. You can use the vserver export-policy config-checker rule show command to view a list of rules with their index numbers.
Examples
The following example deletes an error rule entry from config-checker error rule list, with the index number 1 from an export policy named default on a Vserver named vs34:
cluster1::>vserver export-policy config-checker rule delete -node node-vsim3 -vserver vs34 -policy test -rule-index 1
(vserver export-policy config-checker rule delete)
1 entry was deleted.
Give documentation feedback