ONTAP 9.12.1 commands

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

    Delete a rule set

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

    Description

    The vserver export-policy delete command deletes an export policy. You cannot delete the default policy (named default ) for a Vserver unless you delete the Vserver.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the Vserver on which the export policy that you want to delete is located.

    -policyname <export policy name> - Policy Name

    This parameter specifies the export policy that you want to delete.

    Examples

    The following example deletes an export policy named test_expolicy from a Vserver named vs0:

    vs1::> vserver export-policy delete -vserver vs0 -policyname test_expolicy
    Top of Page