奥运会和世界杯
存储系统上使用了哪些网络文件系统(NFS) TCP和NFS UDP端口?
适用于
ONTAP 9Data ONTAP 7-模式NFS v3 问题解答 存储控制器使用的默认端口如下:
ONTAP 9: 111 TCP/UDP portmapper 2049 TCP/UDP nfsd 635 TCP/UDP mountd 4045 TCP/UDP nlockmgr 4046 TCP/UDP status 4049 TCP/UDP rquotad Data ONTAP 7-Mode: 111 TCP/UDP portmapper 2049 TCP/UDP nfsd 4046 TCP/UDP mountd 4045 TCP/UDP nlockmgr 4047 TCP/UDP status 4049 TCP/UDP rquotad
可以修改这些默认端口,因此要检查存储控制器上当前配置的端口,请使用以下命令,
Data ONTAP 7-Mode:
7dot> options rpc rpc.mountd.tcp.port 4046 rpc.mountd.udp.port 4046 rpc.nlm.tcp.port 4045 rpc.nlm.udp.port 4045 rpc.nsm.tcp.port 4047 rpc.nsm.udp.port 4047 rpc.pcnfsd.tcp.port 4048 rpc.pcnfsd.udp.port 4048 rpc.rquotad.udp.port 4049
ONTAP 9: cDot::*> nfs show -vserver NFSsvm -fields rquotad-port ,nlm-port ,nsm-port ,mountd-port vserver mountd-port nlm-port nsm-port rquotad-port ------- ----------- -------- -------- ------------ NFSsvm 635 4045 4046 4049 cDot::*>
或者使用以下内容显示在节点上侦听的端口
cdot::>network connection listening show -node
这些端口列表也可以通过以下命令从大多数 UNIX 客户端中看到:rpcinfo -p
追加信息
additionalInformation_text
NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.