51Testing软件测试论坛

标题: loadrunner 监控centos 7 问题:rpc服务启了,无防火墙,还是不能监控 [打印本页]

作者: smh_dss    时间: 2015-3-15 14:17
标题: loadrunner 监控centos 7 问题:rpc服务启了,无防火墙,还是不能监控
本帖最后由 smh_dss 于 2015-3-15 14:19 编辑

centos rpc服务已经启了,如图,

没有防火墙,还是出现以下错误,

Cannot initialize the monitoring on 192.168.0.143. Error while creating the RPC client. Ensure that the machine can be connected and that it runs the rstat daemon (use rpcinfo utility for this verification). Detailed error: RPC: Failed to create RPC client.
作者: 授客    时间: 2015-3-15 20:29
rpcinfo -p localhost 试试
作者: smh_dss    时间: 2015-3-16 13:35
授客 发表于 2015-3-15 20:29
rpcinfo -p localhost 试试

E:\smh\a.png结果如下图
作者: smh_dss    时间: 2015-3-17 15:52
请高手们帮忙
作者: 授客    时间: 2015-5-3 23:08
1)安装xinetd服务
[root@localhost ~]# yum list | grep xinetd
xinetd.x86_64                           2:2.3.14-29.el6                  centos
[root@localhost ~]# yum install inetd
……
[root@localhost ~]# service xinetd status
xinetd is stopped
[root@localhost ~]# service xinetd start
Starting xinetd:                                           [  OK  ]

2)关闭防火墙
[root@localhost ~]# service iptables stop

3)重启服务
[root@localhost ~]# /etc/init.d/xinetd restart #service xinetd restart应该也可以
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
[root@localhost ~]# service rstatd restart
Stopping rstat services:                                   [FAILED]
Starting rstat services:                                   [  OK  ]
[root@localhost ~]# service rstatd restart
Stopping rstat services:                                   [  OK  ]
Starting rstat services:                                   [  OK  ]
[root@localhost ~]# service rstatd restart

说明:具体是否一定要按这个顺序重启服务就不清楚了,测试中,开放防火墙tcp\udp 111端口,重启过xinetd服务后添加再重新Unix rescource发现还是不行,接着,关闭防火墙->重启xinetd->重启rstatd服务,再次添加就可以了,





欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2