Error: 452 Error writing:file larger than ulimit set
Posted by Raj
Error: 452 Error writing:file larger than ulimit set
I was trying to copy file (of size : 1464634 KB) from Windows to AIX through ftp and I got the following error :
`452 Error writing file: A file cannot be larger than the value set by ulimit.`
I think this limit is a security limit in AIX.
root:/ > ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) .......
memory(kbytes) ......
coredump(blocks) ......
nofiles(descriptors) .....
Solution:
1.Open /etc/security/limits file
($sudo gedit /etc/security/limits.conf)
2.increase the "fsize" limit or change it to "-1" (unlimited).
3.Restart your Machine.
4.Now Transfer your File.
5. Done.
I was trying to copy file (of size : 1464634 KB) from Windows to AIX through ftp and I got the following error :
`452 Error writing file: A file cannot be larger than the value set by ulimit.`
I think this limit is a security limit in AIX.
root:/ > ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) .......
memory(kbytes) ......
coredump(blocks) ......
nofiles(descriptors) .....
Solution:
1.Open /etc/security/limits file
($sudo gedit /etc/security/limits.conf)
2.increase the "fsize" limit or change it to "-1" (unlimited).
3.Restart your Machine.
4.Now Transfer your File.
5. Done.
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
452 Error,
452 Error writing file,
AIX,
how to file transfer,
set ulimit,
ulimit,
ulimit files,
ulimit setting,
unix,
very large files
.You can leave a response, or trackback from your own site.