ONTAP 9.12.1 commands

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

    Create a rule set

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

    Description

    The vserver export-policy create command creates an export policy. You can use the vserver export-policy rule create command to add rules to a policy. Each cluster has an empty default export policy with the ID 0. This default export policy does not contain any rules. You cannot delete the default export policy, but you can rename or modify it.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the Vserver on which you want to create the export policy.

    -policyname <export policy name> - Policy Name

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

    Examples

    The following example creates an export policy named read_only_expolicy on a Vserver named vs0:

    vs1::> vserver export-policy create -vserver vs0 -policyname read_only_expolicy
    Top of Page