I have a couple of AIX servers where I transfer files to a Windows share.
When looking at the transfer time I see that it takes 15seconds to tranfer a file that is 118mb.
The same operation takes 3seconds on a linux server.
----------------------------------------------------------
aix-srv # date ; cp /tmp/TESTx.tar.gz /mnt/test/user/ ; date
Tue Oct 6 10:27:20 GMT+02:00 2009
Tue Oct 6 10:27:35 GMT+02:00 2009
AIX / CIFS --> 15 sec
linux-srv # date ; cp /tmp/TESTx.tar.gz /mnt/test/user/ ;date
Wed Oct 7 13:32:05 CEST 2009
Wed Oct 7 13:32:08 CEST 2009
Linux / CIFS --> 3 sec
-----------------------------------------------------
Any suggestions?
-holdahl
When looking at the transfer time I see that it takes 15seconds to tranfer a file that is 118mb.
The same operation takes 3seconds on a linux server.
----------------------------------------------------------
aix-srv # date ; cp /tmp/TESTx.tar.gz /mnt/test/user/ ; date
Tue Oct 6 10:27:20 GMT+02:00 2009
Tue Oct 6 10:27:35 GMT+02:00 2009
AIX / CIFS --> 15 sec
linux-srv # date ; cp /tmp/TESTx.tar.gz /mnt/test/user/ ;date
Wed Oct 7 13:32:05 CEST 2009
Wed Oct 7 13:32:08 CEST 2009
Linux / CIFS --> 3 sec
-----------------------------------------------------
Any suggestions?
-holdahl