- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RCP on RHAS 2.1
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 11:32 AM
11-09-2004 11:32 AM
[root@RAC1 root]# chkconfig rcp on
error reading information on service rcp: No such file or directory
What must I do in order to activate the RCP service?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 12:58 PM
11-09-2004 12:58 PM
Re: RCP on RHAS 2.1
Its on one of the install cd's under legacy servers or protocols. Once you find it, the command is
rpm -i name-of-rpm-file
But, by default you have something better.
Its called openssh.
It contains the following components:
ssh - replacement for rsh
sftp - replacement for ftp
scp - replacement for rcp
They all work by the same command syntax as the insecure Berkley r-tools.
I'm attaching a configuration document that shows you how to handle setup and password free scp/ssh/sftp between trusted machines.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2004 07:46 PM
11-14-2004 07:46 PM
Re: RCP on RHAS 2.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 01:39 AM
11-15-2004 01:39 AM
Re: RCP on RHAS 2.1
Does the command rcp still preserve the same name to be called (rcp)? this is because I am installing an Oracle RAC and I guess Oracle calls the command as rcp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 06:50 AM
11-15-2004 06:50 AM
SolutionThere is no such thing as rcp service.
You just need
chkconfig rsh on
chkconfig rlogin on
chkconfig telnet on
check in /etc/xinetd.conf that these service are not disabled.
Furthermore be aware of ipchains / iptables ('firewalls'). RAC only needs r-commands on the 'private' interface, so either configure your firewall to let through your 'private' traffic, or disable the firewall (temporarily).
JP