ESXi

 View Only
  • 1.  VMotion failing while putting host into maintenance mode.

    Posted Jun 10, 2019 10:31 AM

    Hi All,

    I was trying to  upgrade ILO firmware but the host maintenance mode failed  with vmotion error

    vMotion interfce 'vss.VMotion' on the "source" host does not have the recommended capacity(full duplex/1000 MBPS) to properly support vMotion

    vMotion interfce 'vss.VMotion' on the "Destination" host does not have the recommended capacity(full duplex/1000 MBPS) to properly support vMotion

    Any pointer will be much appreciated.

    thanks

    vmk



  • 2.  RE: VMotion failing while putting host into maintenance mode.

    Posted Jun 10, 2019 10:44 AM

    Hello,

    But thats just a warning your link is slow?



  • 3.  RE: VMotion failing while putting host into maintenance mode.

    Posted Jun 10, 2019 11:06 AM

    No, VM's was not moving to another host after putting host into maintenance mode.

    thanks

    vmk



  • 4.  RE: VMotion failing while putting host into maintenance mode.

    Posted Jun 10, 2019 11:46 AM

    In many cases the switchport or ESXi pNIC configuration is not correct. Check the switch port configuration (speed: 1000 Mbit, auto-negotiate: enabled). And please check the pNIC settings on your ESXi server that they match the switch port settings.

    With the following command you can check the link speed and duplex mode of the pNICs on the ESXi servers:

    esxcfg-nics -l

    Sometimes the switch port, the SFP module, the cable or the network card of the server is broken, so that only 100 Mbit are negotiated with enabled auto negotiate. You can also try a different cable or switch port as a test.



  • 5.  RE: VMotion failing while putting host into maintenance mode.

    Posted Jun 10, 2019 08:22 PM

    Check the vmkernel interface used for vMotion on source and destination hosts. Gb is a requirement for vMotion.

    Check for speed mismatches among:

    - vMotion vmkernel.

    - vmnic used by this vmkernel.

    - physical switch port speed.

    They should be all set to 1000 or set to auto negotiate 1000.



  • 6.  RE: VMotion failing while putting host into maintenance mode.

    Posted Jun 10, 2019 08:26 PM

    That's exactly what I wrote...



  • 7.  RE: VMotion failing while putting host into maintenance mode.

    Posted Jun 10, 2019 08:43 PM

    The concept of where everything is located might be solid in our minds, but sometimes it's important to say that following the logical path is crucial.
    Thinking as a packet from the inside to the outside until the issue is isolated.
    > vmkernel uses a vmnic > vmnic is physically connected to a physical switch port.

    I felt like I needed to put it differently. Hope we helped our colleague there, because that's why we're here after all isn't