一、安装必要包
yum istall gcc gcc-c++ rpcbind -y
二、下载安装必要软件rstatd
下载并安装rstatd,下载地址:http://sourceforge.net/projects/rstatd。
安装rstatd
[[email protected] /]# tar -xzvf rpc.rstatd-4.0.1.tar.gz
[[email protected] /]# cd rpc.rstatd-4.0.1
[[email protected] /]# ./configure
[[email protected] /]# make && make install
三、启动
[[email protected] /]# rpcbind
[[email protected] /]# rpc.rstatd
四、关闭防火墙
[[email protected] /]# service iptables stop
[[email protected] /]# chkconfig iptables off
五、关于安装rsh、rsh-server
看网上好多教程说要安装这两个服务,这两个服务是基于xinetd服务的,所以yum安装完rsh-server服务后,自动安装xinetd(如果没有安装的话)。但没有安装这两个服务,在Loadrunner添加监控时,也能成功。不知道这两个服务有什么用???
六、错误-47195
在Loadrunner添加ip时,报一个-47195错误:
Monitor name :UNIX Resources. 无法在计算机 ***.***.***.*** 上访问度量 Disk Traffic 的数据。提示: 在计算机上检查是否有此类度量(使用“添加计算机”对话框)(入口点: CRstatMeasurement::CRstatMeasurement)。 [MsgId: MMSG-47195]
解决办法:因为汉化版的缘故,所以要在添加监控时,把“资源度量位于”中的Disk Traffic选项删除,添加中文的“磁盘流量” 。