NFS: The Server for NFS service should be started
Updated: February 2, 2011
Applies To: Windows Server 2008 R2
This topic is intended to address a specific issue identified by a Best Practices Analyzer scan. You should apply the information in this topic only to computers that have had the File Services Best Practices Analyzer run against them and are experiencing the issue addressed by this topic. For more information about best practices and scans, see Best Practices Analyzer.
Operating System |
Windows Server 2008 R2 |
Product/Feature |
File Services |
Severity |
Error |
Category |
Configuration |
Issue
The Server for NFS service is not running on this server.
Impact
Client computers will not be able to access NFS shares on this server.
Resolution
Start the Server for NFS service.
Membership in the Administrators group, or equivalent, is the minimum required to complete this procedure.
To start the Services for NFS by using a Command Prompt window
Click Start, right-click Command Prompt, and then click Run as administrator.
To start Services for NFS, type:
sc start nfsadmin
.To confirm that the service is in the Running state (also known as the Started state), type:
sc query nfsadmin
.