west_xian 发表于 2010-4-2 15:14:07

LR监控linux资源,已按网络资源进行相关配置,为何加载资源时还会出现-47190错误?

如标题,我已经启动了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
2024 ?      00:00:00 xinetd

west_xian 发表于 2010-4-2 15:24:06

补充

也已经对/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

5555 发表于 2010-4-2 15:28:33

用 nmon 吧,好用

caiw0418 发表于 2011-4-20 11:43:46

求解~

smiley1017 发表于 2011-5-25 15:17:25

楼主,我也有类似的问题,请问您解决了吗?
页: [1]
查看完整版本: LR监控linux资源,已按网络资源进行相关配置,为何加载资源时还会出现-47190错误?