Operating System - HP-UX
1834336 Members
1868 Online
110066 Solutions
New Discussion

Re: Remote copy (rcp) fails with one specific file

 
Martin Simonis
Advisor

Remote copy (rcp) fails with one specific file

I have a file (an Oracle temp tablespace data file, though I don't think this is relevant). I can copy it (cp) anywhere within the server, but if I try to remote copy it (rcp) to any other server, the process hangs after transferring about 2M.
File is about 200Mb and there is pleanty of space on the target servers. Fails in exactly the same place when trying to rcp to 2 different servers.
The permissions are all OK.
I can rcp larger files and smaller files, but there is something about this particular file that causes rcp to fail.
Any ideas ??
2 REPLIES 2
Sridhar Bhaskarla
Honored Contributor

Re: Remote copy (rcp) fails with one specific file

Martin,

Did you try compressing it and then rcp'ing?.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
someone_4
Honored Contributor

Re: Remote copy (rcp) fails with one specific file

Sys Adm: defining the 'size' reference in 'rcp' man page

Current Path Home
Score : 0
Document Type : EN
Date : 2000 Feb 03
Description : Sys Adm: defining the 'size' reference in 'rcp' man page
Document Id : S1100002208
Search String :

You may provide feedback on this document

View the printer friendly version of this document



--------------------------------------------------------------------------------

PROBLEM
The 'rcp' man page states the following information:

-S size This option sets the size of the socket send buffer.
-R size This option sets the size of the socket receive buffer.

How large is 'size'?

CONFIGURATION
Operating System - HP-UX
Subsystem - System Administration
RESOLUTION
The magnitude of size is in bytes:

Default Size: 32 KB

Minimum Size: 1 KB

Maximum Size: 256KB