Chinaunix首页 | 论坛 | 博客
  • 博客访问: 262313
  • 博文数量: 44
  • 博客积分: 1431
  • 博客等级: 上尉
  • 技术积分: 558
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-24 12:53
文章分类
文章存档

2012年(1)

2011年(28)

2010年(15)

分类: LINUX

2011-09-01 10:59:43

By default, loadrunner can't monit unix-like system resource only if your system had installed rstatd server. And this document will tell you how to configure rstatd server in linux.
step1 Download rstatd-4.0.1.tar.gz form

step2 Install rstatd
#tar -zxvf rpc.rstatd-4.0.1.tar.gz
#./configure
#make
#make install
#rpc.rstatd (for starting the server)

step3 restart exietd server
#cd /etc/init.d
#service exietd restart

step4 Modify three related configure files(rlogin, rsh, rexec) located /etc/xinetd.d, in the three file, modify disable = yes as disable = no(another way is modify #default:off as default:on, and uncomment it)

step5 start rstatd with command:rpc.rstatd, and if you get error like somewhat like this"Cannot register service:RPC:Unable to receive; error = Ction refused", then use the following way to fix it:
#/etc/init.d/portmap start
#/etc/init.d/nfs start
then restart rpc.rstatd server.

step6 Check whether rstatd has started normally, use the following command:
#rpcinfo -p  
if you can see some infomation like: 100001 5 udp 892 rstard, then it means you got it.

阅读(1372) | 评论(0) | 转发(0) |
0

上一篇:Configure samba server

下一篇:jboss内存管理

给主人留下些什么吧!~~