I hit a roadblock when trying to copy a 50G file from an NFS mount to a local disk on an AIX 5.3 server.
The error is as follows:
0653-447 Requested a write of 4096 bytes, but wrote only 3584.
What to do? On a console, type :
#ulimit -f unlimited
#ulimit -d unlimited
..and retry the copy process 🙂
Thanks dude it solve my problem.