ONTAP 9.12.1 commands

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

    Display the status of the NFS service of a Vserver

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

    Description

    The vserver nfs status command shows the status of NFS on a Vserver. The Vserver must already exist.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the Vserver for which you want to see the NFS status.

    [-is-enabled {true|false}] - NFS Service Enabled

    If you specify this optional parameter, the command displays whether NFS is enabled or not. This parameter is true if the NFS server is running.

    Examples

    The following example shows the status of NFS on a Vserver named vs0 for which NFS is enabled.

    cluster1::> vserver nfs status -vserver vs0.
    The NFS server is running.
    Top of Page