Start and Stop Server for NFS
Applies To: Windows Server 2008
Starting Server for NFS
Using the Windows interface
Using the command prompt
To start Server for NFS from the Windows interface
Open Services for Network File System (NFS): click Start, point to Programs, point to Administrative Tools, and then click Services for Network File System (NFS).
If necessary, connect to the computer you want to manage.
Right-click Server for NFS, and then click Start service.
Additional references
To start Server for NFS from the command prompt
Open the command prompt with elevated privileges.
Click the Start button, and click All Programs, and click Accessories.
Right-click the command prompt, and click Run as administrator.
At the command prompt, type:
nfsadmin server [ComputerName] start
Argument Description ComputerName
The name of the computer on which you want to start Server for NFS.
Note
To view the complete syntax for this command, at a command prompt, type: nfsadmin server /?
Additional references
Stopping Server for NFS
Using the Windows interface
Using the command prompt
To stop Server for NFS from the Windows interface
Open Services for Network File System: click Start, point to Programs, point to Administrative Tools, and then click Services for Network File System (NFS).
If necessary, connect to the computer you want to manage.
Right-click Server for NFS, and then click Stop service.
Note
Before attempting to stop Server for NFS running on a node in a server cluster, either move all groups containing NFS shared resources to another node or take all NFS shared resources offline.
Additional references
To stop Server for NFS from the command line
Open the command prompt with elevated privileges:
Click the Start button, click All Programs, and click Accessories.
Right-click the command prompt, and select Run as administrator.
At the command prompt, type:
nfsadmin server [ComputerName] stop
Argument Description ComputerName
The name of the computer on which you want to stop Server for NFS.
Note
Before attempting to stop Server for NFS running on a node in a server cluster, either move all groups containing NFS shared resources to another node or take all NFS shared resources offline.
To view the complete syntax for this command, at a command prompt, type: nfsadmin server /?