KB Article #163707
MTU - network optimization for B2Bi installed in cluster
Problem
-- how to optimize network communication for B2Bi cluster
Resolution
* The maximum transfer unit (MTU) specifies the maximum transmission size of an interface.
* Find and set the best value for the MTU in B2Bi cluster:
-identify all machines(node 1, node 2, shared, database machine(if different))
-for each machine, find the highest MTU value possible.
-set the highest MTU value that is supported by each machine and apply it everywhere
Note
* MTU configuration is OS specific. More information can be found;
-for windows: http://msdn.microsoft.com/en-us/library/cc558565(v=bts.10).aspx
-for linux: http://www.debian.org/doc/manuals/debian-reference/ch05.en.html#_finding_optimal_mtu
-...