标题: LR监控LINUX系统资源出现的问题 [打印本页] 作者: li12345678997 时间: 2011-12-31 10:34 标题: LR监控LINUX系统资源出现的问题 使用LR来监控LINUX系统的资源使用情况,在添加计数器总是提示:
Monitor name :UNIX Resources. Cannot initialize the monitoring on 192.168.0.239. 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.0.239'.
RPC: RPC call failed.
RPC-TCP: recv()/recvfrom() failed.
RPC-TCP: Timeout reached. (entry point: CFactory::Initialize). [MsgId: MMSG-47190]
提示说:服务没有启动等情况
但我查了LINUX的情况:
[root@localhost ~]# service xinetd restart
Stopping xinetd: [ OK ]
Starting xinetd: [ OK ]
[root@localhost ~]# rpc.rstatd
[root@localhost ~]# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 941 status
100024 1 tcp 944 status
100001 5 udp 829 rstatd
100001 3 udp 829 rstatd
100001 2 udp 829 rstatd
100001 1 udp 829 rstatd
[root@localhost ~]# netstat -an |grep 514
tcp 0 0 0.0.0.0:514 0.0.0.0:* LISTEN
unix 20 [ ] DGRAM 13514 /dev/log
[root@localhost ~]#
对xinetd rsh rstatd 都表现正常啊,我是新装的LINUX系统采用RED HAT 5 ,系统安装后在网上下载xinetd rsh rshserver rstatd 进行安装