Sponsored Content
Full Discussion: rcp problems
Top Forums UNIX for Advanced & Expert Users rcp problems Post 8932 by Kelam_Magnus on Friday 19th of October 2001 10:06:26 AM
Old 10-19-2001
Question rcp problems

I am having problems with rcp on one particular machine that I have at work.

I can rcp from any host to any other host except this one box.

I get the following error message.

rcp daily_maint remote1:/root/daily_maint
remshd: Password for this account expired.

I get this error when rcp'ing to this box or from this box.

Any help would be appreciated.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Rcp

I am trying to set up RCP so root can access a few machines for file transfer. On the target machine, I have set up a .RHOSTS file that looks like: 10.33.1.59 root However when I try to use RCP to copy a file to this machine, I get permission denied. Is it possible since another user is... (1 Reply)
Discussion started by: hshapiro
1 Replies

2. UNIX for Dummies Questions & Answers

RCP problems

Hi! Daily, one of our RedHat Enterprise servers tries to get some files from other RedHat Enterprise server through rcp. Strangely, only the smallest files (about 80K) are transferred, the larger ones (about 40Mb) are not. The rcp doesn't issue any error message, only keeps waiting and waiting... (0 Replies)
Discussion started by: Daishi
0 Replies

3. UNIX for Advanced & Expert Users

Regd: rcp

Hi, The B machine is using rcp method to copy a file to A machine. But it is not getting copied. Its giving the error as: remshd: Login incorrect. On A machine rhosts file has details about the B machine. Could anyone tell what could be done to make this work? Any help is appreciated.... (1 Reply)
Discussion started by: nehak
1 Replies

4. Shell Programming and Scripting

rcp problem

Hi, When I try to use rcp I donīt recieve the file I try to fetch. I donīt get any error message, it just execute and as far as I can tell doesnīt do anything. I have no problem with using remsh to list the directory. remsh 132.196.133.185 -l root ls xdpyinfo: unable to open display... (7 Replies)
Discussion started by: mr_andrew
7 Replies

5. UNIX for Dummies Questions & Answers

Problems using RCP with symlinks. Trying to use CPIO instead

Hello, I have inherited an old Solaris box and I have to copy all of its files onto another machine, a Centos Box. The Solaris box it so ancient is does not have rsync, scp or any other useful copy functions. I tried using RCP but it handles symlinks terribly: Extraneous data is written to my... (1 Reply)
Discussion started by: mojoman
1 Replies

6. UNIX for Dummies Questions & Answers

RCP command

hi, When i use RCP command to copy filr from a different servers, it is showing as connection refused??? ca anyone help me out??? thanks, Arun Manas:b: (2 Replies)
Discussion started by: arunmanas
2 Replies

7. Solaris

problem with RCP

hi everybody , i have a problem with rcp between too hosts : when i do : host 1(root) :# rcp file1 host2:/target2 or : host2 (root):#rcp file2 host1:/target1 i have the following message : permission denied I made the following changes, but the problem still persists : I added the... (0 Replies)
Discussion started by: lid-j-one
0 Replies

8. Shell Programming and Scripting

rcp -r || cp -r

what different between two instruction cp -r rcp -r (1 Reply)
Discussion started by: tamer11007
1 Replies

9. Solaris

Rcp issue

Hello, Could anyone help me in explaining what the below command actually means? rcp file_name user_name@ukpm01:cgiprod:file_name1 I know the rcp format as:- rcp filename username@servername:directory_location But what to do with multiple colons? I am on SunOS Solaris... (2 Replies)
Discussion started by: shubh05
2 Replies

10. Red Hat

Problems with rcp command

I have two servers A and B; A has redhat 5 and B has Suse10. Both of them has rhost file configuration. When i try to copy file from A to B that is OK but when try to copy from B to A i have an error: connection refused. I installed rsh and rsh-server on server A and stop iptables service. I need... (2 Replies)
Discussion started by: robinsonusp2014
2 Replies
RCP(1)							    BSD General Commands Manual 						    RCP(1)

NAME
rcp -- copy file to and from remote machines SYNOPSIS
rcp [-45FKpxz] [-P port] file1 file2 rcp [-45FKprxz] [-P port] file... directory DESCRIPTION
rcp copies files between machines. Each file argument is either a remote file name of the form ``rname@rhost:path'' or a local file (contain- ing no colon or with a slash before the first colon). Supported options: -4, -5, -K, -F, -x, -z These options are passed on to rsh(1). -P port This will pass the option -p port to rsh(1). -p Preserve file permissions. -r Copy source directories recursively. DIAGNOSTICS
rcp is implemented as a protocol on top of rsh(1), and thus requires a working rsh. If you intend to use Kerberos authentication, rsh needs to be Kerberos aware, else you may see more or less strange errors, such as "login incorrect", or "lost connection". HISTORY
The rcp utility first appeared in 4.2BSD. This version is derived from 4.3BSD-Reno. HEIMDAL
April 16, 2003 HEIMDAL
All times are GMT -4. The time now is 08:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy