Operating System - Linux
1753787 Members
7708 Online
108799 Solutions
New Discussion юеВ

Re: Install and activate RCP

 
SOLVED
Go to solution
Tonatiuh
Super Advisor

Install and activate RCP

I think I have not installed the RCP service in my RHAS 3.0 servers.

[root@itanium3 etc]# rpm -qa |grep -i rcp
[root@itanium3 etc]# chkconfig rcp on
error reading information on service rcp: No such file or directory

I have looked for it in the installation disks of RH and I have not found it.

Where or how can I get and install the RCP service?
5 REPLIES 5
Stephen Keane
Honored Contributor
Solution

Re: Install and activate RCP

Do you mean RCP or RPC?
Jan Sladky
Trusted Contributor

Re: Install and activate RCP

Hi Tonatiuh

if you mean RCP (emote access commands like rcp, rsh, rlogin)

you should install either rsh client or rsh-server for your distro.

try download form RH pages

If you mean RPC (like remote procedure calls used in NFS or NIS)

you should download NFS/NIS client or sever

from the same place.

p.s. don't forget assign the points to other guys, seems you don't take care about it

rgds Jan
GSM, Intelligent Networks, UNIX
Tonatiuh
Super Advisor

Re: Install and activate RCP

I mean RCP.
I want to copy files between servers.
Tonatiuh
Super Advisor

Re: Install and activate RCP

Hi Jan,

I have installed rsh server and I have activated rsh and rlogin services succesfully.

#chkconfig rsh on
#chkconfig rlogin on

But when I tray to activate rcp I get an error.
xyko_1
Esteemed Contributor

Re: Install and activate RCP

Hi Tonatiuh,

edit /etc/xinetd.d/rsh

and comment the line

disable = yes

Prefere to use ssh instead of rsh. ssh is more secure. ssh needs Openssh installed.

regards,
xyko