How To Install rpc.rstatd On CentOS
UPDATE on 3/30/2022 – Source code patched to support new AWS Linux 5.10 kernel. (Amazon Linux 2)
http://www.wyzaerd.com/public/rpc.rstatd-5.10.tar.gz
UPDATE on 8/16/2016 – Source code patched to support new AWS Linux 4.9 kernel.
http://www.wyzaerd.com/public/rpc.rstatd-4.0.4.tar.gz
UPDATE on 7/12/2016 – Source code patched to support new AWS Linux 4.4 kernel.
http://www.wyzaerd.com/public/rpc.rstatd-4.0.4.tar.gz
UPDATE on 11/9/2015 – Source code patched to support new AWS Linux 4.1 kernel.
http://www.wyzaerd.com/public/rpc.rstatd-4.0.1.tar.gz
UPDATE on 7/15/2014 – Source code patched to support new AWS Linux 3.10 kernel.
EDIT on 4/10/2012 – Source code patched to support new AWS Linux 3.2 kernel. Previous code would die in getdata.c calling for the wrong get_disk function.
All commands to be run as the root
user:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
cd uname -a yum install rpcbind gcc chkconfig rpcbind on service rpcbind start rpcinfo -p wget http://www.wyzaerd.com/public/rpc.rstatd-5.10.tar.gz tar xvzf rpc.rstatd-5.10.tar.gz cd rpc.rstatd-5.10 ./configure make make install /usr/local/sbin/rpc.rstatd rpcinfo -p ./rsysinfo localhost System Information for: localhost uptime: 8:07, load averge: 0.00 0.01 0.05 cpu usage (jiffies): user 12022 nice 296 system 2853 idle 5834251 page in: 221530 page out: 961763 swap in: 0 swap out: 0 intr: 1723356 context switches: 2324144 disks: 0 0 0 0 ethernet: rx: 0 rx-err: 0 tx: 89995 tx-err: 0 collisions: 0 |
kjm said on November 1, 2011, 9:15 am:
thanks, very helpful, just what i’ve been looking for.
wget http://www.wyzaerd.comn/public/rpc.rstatd-4.0.1.tar.gz should be
wget http://www.wyzaerd.com/public/rpc.rstatd-4.0.1.tar.gz