64-bit RedHatLinux operating system to install RPC, loadrunner do stress testing to install rpc1 on the server, 64 system need to install several support packages: rpm-ivhrsh-server-0.17-40.el5.x86_64.rpmrpm-ivhlrsh-0.17-40.el5.x86_64.rpm change configuration file cd/etc/xinetd. d/rloginrshrexec three files disab
RPC is installed in 64-bit RedHat Linux. When loadrunner performs stress testing, rpc must be installed on the server.
1. support packages to be installed in 64 systems:
Rpm-ivh rsh-server-0.17-40.el5.x86_64.rpm
Rpm-ivhl rsh-0.17-40.el5.x86_64.rpm
Change configuration file
Cd/etc/xinetd. d/
The disable = yes Of the three rlogin rsh rexec files is changed to disable = no
(If the rsh-server is not installed, the preceding three files will not exist)
2 install and start xinetd
Rpm-ivh xinetd-2.3.14-10.el5.x86_64.rpm
Start xinetd
/Etc/init. d/xinetd start
3. rpc installation:
Tar-zxvf rpc.rstatd-4.0.1.tar.gz
Cd rpc. rstatd-4.0.1
./Configure // configure
Make // compile
Make install // install
Start rpc. rstatd
Verify whether it is successful
/Usr/sbin/rpcinfo-p
Program version protocol port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 813 status
100024 1 tcp 816 status
100001 3 udp 611 rstatd
100001 2 udp 611 rstatd
100001 1 udp 611 rstatd
NOTE: If compilation fails, you may need to install the C language compiler, gcc. x86_64
Rpm-ivh gcc-4.1.2-46.el5.x86_64.rpm
4. Check whether the process is started normally.
Netstat-an | grep 514
Tcp 0 0 0.0.0.0: 514 0.0.0.0: * LISTEN
Now, loadrunner can obtain the system data.