1753534 Members
6877 Online
108795 Solutions
New Discussion юеВ

Re: SCP error

 
Abhilash Krishnan
Frequent Advisor

SCP error

Hi I am getting following error whli SCP it is over 2gb file.

scp protocol error size not dlimeted

Please help me out.
6 REPLIES 6
yulianto piyut
Valued Contributor

Re: SCP error

do you get this file? check your filesystem, support largefiles or not ?
Frank de Vries
Respected Contributor

Re: SCP error

Default on 10.00 to 11.11
is nolargefiles

e.g.

[root@oradb1:]/root<>>> fsadm /var
fsadm: /etc/default/fs is used for determining the file system type
nolargefiles
[root@oradb1:]/root<>>>

Look before you leap
Frank de Vries
Respected Contributor

Re: SCP error

To change it to largefiles is fairly simple:


fsadm -F vxfs -o largefiles /var
[root@orasrv2:]/tmp<>>> fsadm /var
fsadm: /etc/default/fs is used for determining the file system type
nomultifsets
largefiles
[root@orasrv2:]/tmp<>>> cd /var
[root@orasrv2:]/var<>>>

Look before you leap
Suraj K Sankari
Honored Contributor

Re: SCP error

Hi,
What is your destination file system size?
Is your destination FS support large files?
If not then 1st enable large file into your destination FS.

Convert a vxfs file system from a nolargefiles file system to a large files file system:
#fsadm -F vxfs -o largefiles /dev/vg02/lvol1

Display vxfs relevant file system statistics
#fsadm -F vxfs /dev/vg02/lvol1

Suraj
Abhilash Krishnan
Frequent Advisor

Re: SCP error

It has largefile support already.
rachelgomez_123
Advisor

Re: SCP error

Login is not correct: the SCP error could occur when you are trying to copy files to certain desktop after you have logged into the server.  That's because the server will try to find the local path within it. In this case, you should log out of the server path to solve the problem.

 

Regards,

Rachel Gomez