How do I connect to Linux
Question ID: 107934
1
0

From the LoadRunner Controller, I’m trying to monitor my Linux server. When I try to connect, I get an error that mentions the rstatd. What does his mean and how to I work around this issue.

Marked as spam
Posted by (Questions: 23, Answers: 4)
Asked on October 26, 2017 5:32 pm
42 views
Answers (1)
1
Private answer

The rpc.rstatd daemon is a service that runs in both Linux and Unix that provides the mechanism to return performance statistics via remote procedure calls. By default, the rpc.rstatd is not installed on most Linux distributions. The package add command is different on various flavors of Unix and Linus. On the most common ubuntu distribution, just run the following two command.

sudo apt-get update
sudo apt-get install rstatd

If you are using a different distribution, just google the package add command for your server.

Once the rpc.rstatd is running, you should enable rsh connection. Do this by editing the .rhosts file in your $HOME directory and add the Controller name:

For example:

+@[Server Name]
+@sys301lg01

Marked as spam
Posted by (Questions: 4, Answers: 41)
Answered on October 26, 2017 5:33 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top