Install RPC in 64-bit RedHatLinux

Source: Internet
Author: User
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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.