Event ID 1070 — NFS Port Registration

Applies To: Windows Server 2008

Network File System (NFS) clients discover NFS servers by querying the port mapper for a remote server. RPC Port Mapper converts RPC data into TCP and UDP protocol port numbers. It must be active for Server for NFS to start.

Event Details

Product: Windows Operating System
ID: 1070
Source: NfsServer
Version: 6.0
Symbolic Name: EVENT_NFS_NLM_SPECIFIC_PORT_RPC_REGISTRATION_FAILURE
Message: Server for NFS could not register the Network Lock Manager (NLM) protocol on the specified port. Server for NFS did not start. Without the NLM protocol, Network File System (NFS) clients cannot lock files on this server. Some software programs cannot function properly without file-locking support. Verify that no other programs are registered on the specified NLM protocol port, or use the Nfsadmin command-line tool to specify a different port.

Resolve

Free ports and restart Server for NFS

To make TCP/IP ports available and restart Server for NFS:

  1. Open an elevated Command Prompt window. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
  2. Type netstat -a -b -o. to display all connections with their associated executables and processes.
  3. Unload unnecessary drivers, stop unnecessary services, or close unnecessary programs.
  4. Type net start nfssvc to start Server for NFS.

Verify

To verify that Server for NFS has successfully registered all protocols:

  1. Open a command prompt with elevated privileges. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
  2. Type rpcinfo to determine the ports and transports that Server for NFS uses.
  3. In the list, verify that the following services are present on both IPv4 and IPv6 (if used):
  • mountd
  • nfs
  • nlockmgr
  • status

NFS Port Registration

File Services