- 3,708,758 Users
- 2,241,121 Discussions
- 7,840,594 Comments
Forum Stats
Discussions
Categories
- 22 Industry Applications
- 3.2K Intelligent Advisor
- 4 Insurance
- 745 On-Premises Infrastructure
- 251 Analytics Software
- 21 Application Development Software
- 1.7K Cloud Platform
- 700.4K Database Software
- 17.4K Enterprise Manager
- 4 Hardware
- 106 Infrastructure Software
- 70 Integration
- 45 Security Software
Why the Rstatd Process Does not work on Oracle Linux 7.6

ORACLE LINUX7.6 RAC, 2 nodes
I try to run load runner on the 2 nodes, and I find that both servers have not rstatd process. I download file "rpc.rstatd-4.0.1.tar" from site: https://nchc.dl.sourceforge.net/project/rstatd/rstatd/4.0.1/rpc.rstatd-4.0.1.tar.gz,
and make & install it, then, run the command:
[[email protected] /backup/soft/rpc.rstatd-4.0.1]
#./rpc.rstatd
[[email protected] /backup/soft/rpc.rstatd-4.0.1]
#rpcinfo -p
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100001 5 udp 982 rstatd
100001 3 udp 982 rstatd
100001 2 udp 982 rstatd
100001 1 udp 982 rstatd
[[email protected] /backup/soft/rpc.rstatd-4.0.1]
#ps -ef|grep rstatd
root 2500 1 0 10:47 ? 00:00:00 ./rpc.rstatd
root 3228 22585 0 10:47 pts/1 00:00:00 grep --color=auto rstatd
[[email protected] /backup/soft/rpc.rstatd-4.0.1]
#
Then I try to run Load runner, While It can not get the statistics(No statistics disappers), I find At the time that Load runner process tries to connect to one Node, the rstatd process Disapper, Disapper, Disapper,
After a while, It appers auto. And I find the message from /var/log/messages: Sep 18 14:07:58 rac02 rpc.rstatd[18000]: dummy function, should never be called!
How can I do ?