VMware Cloud Community
HostaHost
Contributor
Contributor

vsish changes in real time, reboot, and/or survives reboot?

Looking at this article while trying to troubleshoot horrible long distance vmotion performance:

https://kb.vmware.com/s/article/59232

I noticed:

How to tune Long Distance vMotion bandwidth for better performance (for hot data)?

By default, Long Distance vMotion operates on an expected line rate of 1Gbps, and adjust socket buffer size based on this expected line rate. If you environment supports higher line rate, you can change this default expected line rate to your actual line rate by setting the following VSISH option:

vsish -e set config/Migrate/intOpts/NetExpectedLineRateMBps <expected line rate>

For vSphere 6.7u1, you will also be able to increase the maximum socket buffer size by setting the following VSISH option:

vsish -e set /net/tcpip/instances/<netstack>/sbMax <max ideal socket buffer size>

<netstack> should either be the default networking stack, or the vMotion networking stack, depends on which one you were using for vMotion hot data traffic. <max ideal socket buffer size> should be the maximum bandwidth delay product you expect in your environment.
 
Was curious if these settings take effect immediately or require reboot?  If immediate, do they also survive reboot or need to be re-done?  I can see the first has a corresponding option in advanced settings, Migrate.NetExpectedLineRateMBps, but when I make the CLI change via vsish, Migrate.NetExpectedLineRateMBps doesn't seem to reflect the new value, so who knows if they really are the same, if both must be set, how one impacts the other, etc.?
 
The second one, socket buffer size, I can't seem to find any equivalent in advanced settings, so that's curious.
0 Kudos
2 Replies
vbondzio
VMware Employee
VMware Employee

All changes to vsi are ephemeral (don't survive reboot) and usually active immediately, the two you mention definitely are. Please use the advanced setting for the first option instead (and reboot), to set the 2nd at every boot, you can use local.sh (up to 6.7): https://kb.vmware.com/s/article/2043564

We usually don't recommend using vsi(sh) as it is not a (customer) supported interface, let me update the KB to use the advanced option for the first setting and check whether we handle the 2nd one differently in more recent releases.



0 Kudos
doro516
Contributor
Contributor

can you point me to the vsish documentation?

0 Kudos