I'm doing some copies over virtual ethernet and only get around 4Gb per minute, coping a 350G oracle database. This doesn't seem that fast. Anyone got it working faster?
You just set the MTU to a high value, if it is allowed on your switches if the Virtual ethernet is bridged to real ethernet via the VIO server SharedEthernetAdapter.
For a plain virtual LAN between LPARs of the same p5, you can just set it to 9000 .
The Maximum MTU size supported on inter-partition virtual ethernets is 65280...
After doing some testing ftp'ing a 10G file between 2 machines I've found the with default settings it takes 100 seconds. To set the higher MTU on the card i've done the following:
chdev -l en3 -a mtu=65280 -a tcp_recvspace=655360 -a tcp_sendspace=655360
and the following with no:
no -o tcp_sendspace=655360 -o tcp_recvspace=655360 -o sb_max=1310720
Now my ftp of a 10G file takes 90 seconds, or 10% imporovement. Anything else that needs to be set to get optimum throughput?
If memory serves me right, the virtual Ethernet theoretical bandwidth in a p5 box is 3Gbit/s, about triple what you're getting, but you probably get slowed down by your disks?
Can you FTP 3 files in parallel from/to different disks? Does that give an overall speed improvement?
Also make sure your using 100/1000 Full Duplex not autoneg
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.