在 Windows 2016 上安装 NFS 服务时出错

Ang*_*115 5 nfs windows-server-2016

当我尝试在 Windows 2016 上安装 NFS 服务时它失败了。在系统事件日志中,我有 3 个错误:

- The Server for NFS Open RPC (ONCRPC) Portmapper service failed to start due to the following error: 
A device attached to the system is not functioning.

- The Server for NFS Driver service depends on the Server for NFS Open RPC (ONCRPC) Portmapper service which failed to start because of the following error: 
A device attached to the system is not functioning.

- The Server for NFS service depends on the Server for NFS Driver service which failed to start because of the following error: 
The dependency service or group failed to start.
Run Code Online (Sandbox Code Playgroud)

知道我可以检查什么来解决这个问题吗?

此致

Ang*_*115 1

经过一番研究,我发现Portmapper在安装过程中需要绑定端口111。就我而言,Veeam vPower NFS 服务正在使用该端口。停止服务后Veeam vPower NFS 服务

  1. 检查端口是否正在侦听打开命令提示符并键入:

    netstat -aon | 网络统计 查找str 111

  2. 停止负责使用该端口的进程。

警告:如果您的服务器正在生产中,停止服务可能会产生一些副作用。如果您不确定,最好的办法是计划在生产时间之外进行干预。

  1. 安装 NFS 服务。

  2. 重新启动步骤2中停止的服务。