|
[求助] LR监控linux资源,已按网络资源进行相关配置,为何加载资源时还会出现-47190错误?
网络, 加载, linux, 资源网络, 加载, linux, 资源
如标题,我已经启动了rpc.rstatd和xinetd,并且关闭了防火墙,但在LR添加linux资源时还是会报错,我找不到哪里出了问题,请各位大侠指点指点,是否还跟别的什么设置有关?错误信息及linux服务启动见如下:
Monitor name :UNIX Resources. Cannot initialize the monitoring on 192.168.204.138. 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.
RPC-TCP: Failed to establish RPC server address.
RPC-TCP: Failed to communicate with the portmapper on host '192.168.204.138'.
RPC: RPC call failed.
RPC-TCP: recv()/recvfrom() failed.
RPC-TCP: Timeout reached. (entry point: CFactory::Initialize). [MsgId: MMSG-47190]
[root@localhost root]# rpc.rstatd ---------启动rpc.rstatd
[root@localhost root]# rpcinfo -p
程序 版本 协议 端口
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32768 status
100024 1 tcp 32768 status
391002 2 tcp 32769 sgi_fam
100001 5 udp 913 rstatd
100001 3 udp 913 rstatd
100001 2 udp 913 rstatd
100001 1 udp 913 rstatd
[root@localhost root]# /etc/init.d/xinetd restart --------启动xinetd
停止 xinetd: [ 确定 ]
启动 xinetd: [ 确定 ]
[root@localhost root]# chkconfig --list iptables -----查看防火墙状态
iptables 0:关闭 1:关闭 2:关闭 3:关闭 4:关闭 5:关闭 6:关闭
[root@localhost root]# ps -e ----------查看进程
2006 ? 00:00:00 rpc.rstatd
补充
也已经对/etc/xinetd.d/下的三个conf文件进行了修改:
rlogin disable=no;
rsh disable=no;
rexec disable=no;
rsh服务也已启动
[root@localhost xinetd.d]# netstat -an |grep 514
tcp 0 0 0.0.0.0:514 0.0.0.0:* LISTEN
unix 3 [ ] STREAM CONNECTED 2514 |
|