Link to home
Start Free TrialLog in
Avatar of portino
portino

asked on

SCP Problem

I have scp problem while remote copying files from source (solaris 10) to destination (solaris 10)

Actually, I have not any problem while performing scp to /tmp partition but when I try to copy another surface (disk), scp operation might be two slow or it is being in suspended state with writing "stalled"

Is it about the destionation disk i/o performance? How can I check?
Avatar of Tintin
Tintin

What exactly do you mean by "another surface (disk)"?
The reason for scp to stall, is because scp grabs as much bandwith of the network as possible when it transfers files, any delay caused by the network switch of the firewall can easily make the TCP connection stalled.
Use the option "-l 8192¿ (scp -l 8192 source destination) to limit the bandwidth to about 8Mb/s which give reasonable speed and avoid network being stalled.
ASKER CERTIFIED SOLUTION
Avatar of portino
portino

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of portino

ASKER

replacing hw