二月 2012
« 一月    
 12345
6789101112
13141516171819
20212223242526
272829  

更改ESX SERVER Switch 的 MTU為9000值(Jumbo Frames)

#esxcfg-vswitch -l

This will allow you to list all the virtual switch you have on the ESX server

#esxcfg-vswitch -m 9000 vswitch1 this command is to enable the mtu value of 9000 for every nics that connected to the same virtual switch which provide the storage access to ISCSI

#vmkping -s 9000 192.x.x.x test [...]