ONTAP 9.12.1 commands

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

    Delete the NFS configuration of a Vserver

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

    Description

    The vserver nfs delete command deletes the NFS configuration of a specified Vserver. This command does not delete the Vserver itself, just its ability to serve NFS clients.

    If you delete a Vserver, the Vserver’s NFS configuration is automatically deleted. Any Windows-to-UNIX or UNIX-to-Windows name mappings defined for the Vserver are also deleted because they require both the CIFS and NFS servers.

    Parameters

    -vserver <vserver name> - Vserver

    This specifies the Vserver whose NFS configuration you want to delete.

    Examples

    The following example deletes the NFS configuration of a Vserver named vs2:

    cluster1::> vserver nfs delete -vserver vs2
    Top of Page