Questions tagged «rpc»

6
netstat显示没有pid的侦听端口,但lsof却没有
这个问题类似于网络端口打开,但是没有附加进程吗? 我已经尝试了所有内容,查看了日志等等,但找不到任何东西。 我的netstat显示不带pid的TCP侦听端口和UDP端口。当我在lsof中搜索那些端口时,什么也没有出现。 netstat -lntup Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:44231 0.0.0.0:* LISTEN - udp 0 0 0.0.0.0:55234 0.0.0.0:* - 以下命令不显示任何内容: lsof | grep 44231 lsof | greo 55234 fuser -n tcp 44231 fuser -n udp 55234 重新启动后,除了新的端口号外,那些“相同”的两个连接在那里: netstat -lntup Proto Recv-Q …
21 port  netstat  rpc 

1
Windows RPC端口135、137、139(及更高版本的端口)的顺序是什么?145端口会发生什么变化?
有人可以解释每个Windows RPC端口的使用时间和频率吗?我了解的“核心”是: 港口135 端口137 港口139 135端口的“目录”发布的高级端口 然后,我听说使用145端口来使NBT / TCP变得“更好”,但是我不确定这与Windows客户端启动RPC操作的顺序如何匹配。 谁能一劳永逸地解决我对RPC端口的了解?
10 windows  netbios  rpc 

1
是什么导致Linux NFS客户端RPC凭据重复刷新?
使用nfsstat -c,我在NFS客户端PC上看到了很高的“ authrefrsh”(在某些系统上称为“ newcred”),对于诸如此类的操作ls以及find包含约1000个文件的目录的操作。这与非常差的性能(超过20分钟的目录列表)相关。缓存的NFS操作不表现出此行为(authrefrsh或减慢)。 authrefrsh =每次我检查nfsstat时都会调用: $ nfsstat -c Client rpc stats: calls retrans authrefrsh 280462 0 280462 Client nfs v3: null getattr setattr lookup access readlink 0 0% 126990 45% 0 0% 10062 3% 58592 20% 0 0% read write create mkdir symlink mknod 25030 8% 0 0% 65 …
10 nfs  rpc 

3
如果不运行rpcbind,NFSv4无法为nfsd设置任何套接字
根据Red Hat的文档,不再需要'rpcbind'了: 由于协议支持已集成到v4协议中,因此NFSv4没有与portmap,rpc.lockd和rpc.statd守护程序进行交互。NFSv4侦听众所周知的TCP端口2049,从而无需进行端口映射交互。安装和锁定协议已合并到V4协议中,从而无需与rpc.lockd和rpc.statd进行交互。服务器上仍需要rpc.mountd守护程序,但不参与任何在线操作。 但是,当'rpcbind'服务未运行时,我无法启动NFS守护程序: # service nfs start Starting NFS services: [ OK ] Starting NFS quotas: Cannot register service: RPC: Unable to receive; errno = Connection refused rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp). [FAILED] Starting NFS mountd: [ OK ] Starting NFS daemon: rpc.nfsd: writing fd to kernel …
8 redhat  nfs  nfs4  rpc 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.