【问题描述】
lmbench测试结果中RPC/UDP和RPC/TCP结果为空,查看测试原始结果文件有如下报错:
unable to register (XACT_PROG, XACT_VERS, udp).
localhost: RPC: Timed out
localhost: RPC: Remote system error - Connection refused

【解决方法】
1、安装rpcbind组件
yum -y install rpcbind
2、启动rpcbind服务
systemctl start rpcbind
3、查看rpcbind服务是否正常
systemctl status rpcbind
然后再次运行lmbench测试
【问题描述】
lmbench测试结果中RPC/UDP和RPC/TCP结果为空,查看测试原始结果文件有如下报错:
unable to register (XACT_PROG, XACT_VERS, udp).
localhost: RPC: Timed out
localhost: RPC: Remote system error - Connection refused
【解决方法】
1、安装rpcbind组件
yum -y install rpcbind
2、启动rpcbind服务
systemctl start rpcbind
3、查看rpcbind服务是否正常
systemctl status rpcbind
然后再次运行lmbench测试