Thanks in advance to all who answer
Thanks to all who answer.
1. The FTP user's ulimit (on the target system) has to allow the file of
this size. Type ulimit -a to verify. Only root can change that, using
chuser command.
chuser fsize_hard=NUMBER-OF-512byte-BLOCKS username
chuser fsize=NUMBER-OF-512byte-BLOCKS username
Use "-1" for unlimited.
2. Verify that the ftp daemon is configured to allow output file of the
size.
3. Check if there's a disk quota.
4. If the receiving file system is JFS it has to be LARGE FILE ENABLED.
You cannot change that. Either chose another fs or re-create it with the
parameter. JFS2 has no such feature and will allow to go over 2GB.
Hope this is of help.
Igor
--- news://freenews.netfront.net/ - complaints: ne...@netfront.net ---
I still can't get this work.
here is my ulimit -a for root
# ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
threads(per process) unlimited
processes(per user) unlimited
Here is my message when I try to pull a file from my PC to my AIX 6.1
machine.
ftp> put aix.ppc64_11gR2_database_1of2.zip
200 PORT command successful.
150 Opening data connection for aix.ppc64_11gR2_database_1of2.zip.
452 Error writing file: A file cannot be larger than the value set by
ulimit.
ftp: 1073741824 bytes sent in 92.18Seconds 11648.32Kbytes/sec
My File system is jfs and the file I am tranfering is 1.5GB.
Anybody have any ideas?
BTW, I edited the /etc/security/limits file to change the data and
fsize to -1 (unlimited)
Another thing, just in case, check you have enough pace on the target jfs.
--- news://freenews.netfront.net/ - complaints: ne...@netfront.net ---
Hi,
on a "jfs" filesystem "unlimited" doesn't help unless you define the filesystem
"large file enabled". Use a "jfs2" filesystem and everything will be ok.
Regards,
Uwe Auer