smiley1017 发表于 2011-5-25 15:21:04

LR监控linux资源,为何加载资源时会出现-47190错误?

[求助] 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).      

# rpc.rstatd               ---------启动rpc.rstatd
# rpcinfo -p
   程序 版本 协议   端口
    100000    2   tcp    111portmapper
    100000    2   udp    111portmapper
    100024    1   udp32768status
    100024    1   tcp32768status
    391002    2   tcp32769sgi_fam
    100001    5   udp    913rstatd
    100001    3   udp    913rstatd
    100001    2   udp    913rstatd
    100001    1   udp    913rstatd

# /etc/init.d/xinetd restart         --------启动xinetd
停止 xinetd:                                              [确定]
启动 xinetd:                                              [确定]

# chkconfig --list iptables          -----查看防火墙状态
iptables      0:关闭1:关闭2:关闭3:关闭4:关闭5:关闭6:关闭

# ps -e         ----------查看进程
2006 ?      00:00:00 rpc.rstatd

补充
也已经对/etc/xinetd.d/下的三个conf文件进行了修改:
rlogin   disable=no;
rsh          disable=no;
rexec      disable=no;

rsh服务也已启动
# netstat -an |grep 514
tcp      0      0 0.0.0.0:514             0.0.0.0:*               LISTEN      
unix3      [ ]         STREAM   CONNECTED   2514

humh 发表于 2011-5-26 17:14:14

看错误日志是服务器连接失败,是不是连接错了服务器地址?

kuangquanshui 发表于 2011-5-26 17:36:16

lr监控linux时候容易出现这种问题就算是RPC服务开启了也会有断开的情况   建议楼主换个第三方的监控工具比如nmon这个工具   楼主可以试试
页: [1]
查看完整版本: LR监控linux资源,为何加载资源时会出现-47190错误?