VMware vSphere

 View Only
  • 1.  Management Traffic checkbox

    Posted Oct 14, 2010 08:16 AM

    I've tried to find the answer but failed, so I'll go ahead and ask :smileyhappy:

    On vmkernel portgroups, there is a checkbox for "Management Traffic". I have tried it both checked and unchecked, and it doesn't seem to make any difference whatsoever. I have made sure that all vmkernel ports have the option unchecked, but I can still manage the host as usual, and iSCSI traffic flows as expected.

    What is the use of this checkbox?

    Thanks!



  • 2.  RE: Management Traffic checkbox

    Posted Oct 14, 2010 01:07 PM

    Hello.

    On vmkernel portgroups, there is a checkbox for "Management Traffic". I have tried it both checked and unchecked, and it doesn't seem to make any difference whatsoever. I have made sure that all vmkernel ports have the option unchecked, but I can still manage the host as usual, and iSCSI traffic flows as expected.

    What is the use of this checkbox?

    It is used to allow you to manage the host from the address of that VMkernel interface. Checking this box would allow you to use the IP address of the VMkernel interface to connect with the vSphere client, allow HA to use it as a heartbeat network, etc. Many of these activities are obviously dependent on other factors in your setup, but in essence checking that box allows you to use that particular VMkernel for management activities. If your default VMkernel management interface is redundant, then there is probably no real need to enable management networks on the other VMkernel networks.

    Good Luck!



  • 3.  RE: Management Traffic checkbox

    Posted Oct 14, 2010 02:10 PM

    Thanks for the response. Though, I'm still puzzled why it allows me to manage the host using the vSphere client, with this option unchecked on all vmkernel interfaces. What am I missing?



  • 4.  RE: Management Traffic checkbox

    Posted Oct 14, 2010 02:48 PM

    unchecked on all vmkernel interfaces. What am I missing?

    All? Does this include the default "Management Network" on vmk0?



  • 5.  RE: Management Traffic checkbox

    Posted Oct 14, 2010 03:26 PM

    yes this one in particular :smileygrin:

    and management is still working. I just don't know what this option is for, except sending heartbeats (which I'm also not certain is affected by this option, seeing how management works anyway).



  • 6.  RE: Management Traffic checkbox

    Posted Dec 09, 2010 03:37 PM

    Any answer on that ? Same situation here.

    Thanks.



  • 7.  RE: Management Traffic checkbox

    Posted Dec 09, 2010 05:00 PM

    I believe the checkbox does exactly what vmroyale stated, but it seems it takes a reboot for the change to take effect.

    I unchecked management traffic on all interfaces, and after I rebooted the host I could no longer manage it.



  • 8.  RE: Management Traffic checkbox

    Posted Dec 09, 2010 06:44 PM

    Are you running ESX or ESXi?

    If using ESX login through the console on the physical host itself.

    then type

    esxcfg-vmknic -l

    If you only de-checked in Client and didin't remove then

    You should see your "Management Network" (vmk0) listed with setting under "ENABLED" set to "false".

    then...

    esx-vmknic -e vmk0

    Should re-enable it for you.

    then typing...

    esxcfg-vmknic -l

    and you should see your "Management Network" (vmk0) listed with setting under "ENABLED" set to "true".

    and you should be able to reconnect to the host with the Client.

    -redsi