Event ID 1069 — 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: 1069
Source: NfsServer
Version: 6.0
Symbolic Name: EVENT_NFS_NFS_SPECIFIC_PORT_RPC_REGISTRATION_FAILURE
Message: Server for NFS could not register the Network File System (NFS) protocol on the specified port (%6). Server for NFS is will attempt to continue. At least one successful NFS port registration is required to start Server for NFS but some NFS clients may not function properly without this specific port registration. Verify that no other programs have registered with RPC Port Mapper with the following parameters. Program Name:%t%2
Program Number:%t%3
Version:%t%t%4
Protocol:%t%t%5

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