为了能在使用 silkperformer 监控 centos 上的资源情况,从而得使用 rstatd.不过也可以使用 rexec(目前没有把它弄出来,作死 512 port 是都监听不到,远程使用 rexec 连接是没有办法.唉,惭愧啊) 首先,到 /etc/init.d/ 查找有没有 rstatd 如果没有,那么到网站上去下载,
http://rpm.pbone.net/index.PHP3/stat/4/idpl/1211423/com/rusers-server-0.17-37.i386.rpm.html
至于这个要编译,...X操作,网上还是有说的,比较容易找到 当然也可以通过
yum install rusers-server
来自动安装,这样可以省下很多事 当完成以后 用
yum search rusers-server
来查看是否已经将 rusers-server 装上了 如果没有,继续
yum install ruers-server
通过 rpcinfo -p 来查看是否已经有 rstatd 服务启动了 如果没有,那么到
/etc/init.d/./rstatd start
启动 (./rstatd {start|stop|status|rstart})
可是在实际中 执行了/etc/init.d/rstatd start 并不能保持rstatd在运行状态。
执行 /etc/rc.d/init.d/portmap start 启动portmap服务之后 ,可以启动rstatd。
安装xinetd服务 yum install xinetd 。