ESXi

 View Only
Expand all | Collapse all

ESXi 5 esxcli installation of VIBs fails

  • 1.  ESXi 5 esxcli installation of VIBs fails

    Posted Sep 02, 2011 10:07 PM

    Well to tell you the thruth it doesnt even start.....

    I`m trying to install 1000v VIB via CLI directly on the host via SSH.

    Here is what I get

    [CODE]

    esxcli software vib install /tmp/VEM500-201108271.zip

    Error: Unknown command or namespace software vib install /tmp/VEM500-201108271.zip

    [/CODE]

    Even to list installed VIBs.

    [CODE]

    esxcli software vib list
    Error: Unknown command or namespace software vib list

    [/CODE]

    What am I doing wrong ? This is a new ESXi 5 install (upgrade from 4.1)



  • 2.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Sep 23, 2011 11:43 PM

    Same issue here.  I'm just trying to patch the server.  I don't have update manager and I'm using the same CLI tools that I had from the 4.1 days.



  • 3.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Sep 23, 2011 11:49 PM

    If you're doing this at the console you'll want to use one of the options to specify a VIB file -  -n/--vibname or -v/--viburl.

    Remotely, you'll want to update the version of the vCLI that you're using.  esxcli has been significantly enhanced in the 5.0 release.



  • 4.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Sep 24, 2011 06:33 AM


  • 5.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 06:11 PM

    I`m really not sure what I did last time, but I`m trying to upgrade to a VIB on my ESXi and its still not working, from vCLI or shell

    Error: Unknown command or namespace software vib list

    PLease help, as I need to update ASAP.



  • 6.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 06:41 PM

    Can you try running

    esxcli software vib list

    and if it fails look through /var/log especially esxcli.log and hostd.log and post any related messages?



  • 7.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 06:43 PM
    /bin # esxcli software vib list
    Error: Unknown command or namespace software vib list
    /bin # more /var/log/esxcli.log
    [root ERROR] Unknown command or namespace software vib list
    /bin #


  • 8.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 06:46 PM

    What does

    grep -r ERROR /var/log

    give you?



  • 9.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 06:48 PM

    Also can you post the output of

    esxcli --help

    it should list the available namespaces



  • 10.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 06:49 PM

    See below, I remmber it was something where I had to specify something like, esxcli IMAGE_or_something software that was for vem-cmd, never mind

    /bin # grep -r ERROR /var/log
    /var/log/vmware/vua-1.log:-->       <result>ERROR</result>
    /var/log/vmware/vua-1.log:-->       <result>ERROR</result>
    /var/log/vmware/vua-1.log:--> ERROR:root:Mount failed: (256) mount: applet not found
    /var/log/vmware/vua-1.log:-->       &lt;result&gt;ERROR&lt;/result&gt;
    /var/log/vmware/vua-1.log:-->       &lt;result&gt;ERROR&lt;/result&gt;
    /var/log/vmware/vua-1.log:--> ERROR:root:Mount failed: (256) mount: applet not found
    /var/log/vmware/vua.log:-->       <result>ERROR</result>
    /var/log/vmware/vua.log:-->       <result>ERROR</result>
    /var/log/vmware/vua.log:--> ERROR:root:Mount failed: (256) mount: applet not found
    /var/log/vmware/vua.log:-->       &lt;result&gt;ERROR&lt;/result&gt;
    /var/log/vmware/vua.log:-->       &lt;result&gt;ERROR&lt;/result&gt;
    /var/log/vmware/vua.log:--> ERROR:root:Mount failed: (256) mount: applet not found
    /var/log/.vmsyslogd.err:2012-01-17T02:46:11.592Z vmsyslog.main            : ERROR   ] reloading (2642)
    /var/log/esxcli.py.log:[root ERROR] Unknown command or namespace software vib list
    /var/log/syslog.log:2012-01-28T11:14:35Z sfcb-vmware_base[113384]: ERROR READING FROM SOCKET
    /var/log/shell.log:2012-02-29T18:47:10Z shell[1877788]: vmgrep -r ERROR /var/log
    /var/log/shell.log:2012-02-29T18:47:10Z shell[1877788]: grep -r ERROR /var/log
    /var/log/esxcli.log:[root ERROR] Unknown command or namespace vm
    /bin #


  • 11.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 06:49 PM
    /bin # esxcli --help
    Usage: esxcli [options] {namespace}+ {cmd} [cmd options]
    Options:
      --formatter=FORMATTER
                            Override the formatter to use for a given command. Available
                            formatter: xml, csv, keyvalue
      --debug               Enable debug or internal use options
      --version             Display version information for the script
      -?, --help            Display usage information for the script
    /bin #


  • 12.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 06:53 PM

    Ok, somehow the esxcli infrastructure doesn't find the namespace plugins. Can you run this command

    find /usr/lib/vmware/ | grep -i esxcli

    and post the result?



  • 13.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 06:55 PM

    REALLY THANK YOU for helping me...

    /bin # find /usr/lib/vmware/ | grep -i esxcli
    /usr/lib/vmware/esxcli
    /usr/lib/vmware/esxcli/ext
    /usr/lib/vmware/esxcli/ext/cisco.xml
    /usr/lib/vmware/esxcli/ext/esxcli-syslog.xml
    /usr/lib/vmware/esxcli/ext/esxcli-software.xml
    /usr/lib/vmware/esxcli/libfcoe.so
    /usr/lib/vmware/esxcli/libvms.so
    /usr/lib/vmware/esxcli/libhardware.so
    /usr/lib/vmware/esxcli/libsystem.so
    /usr/lib/vmware/esxcli/libnetwork.so
    /usr/lib/vmware/esxcli/libcore-storage.so
    /usr/lib/vmware/esxcli/int
    /usr/lib/vmware/esxcli/int/ext
    /usr/lib/vmware/esxcli/int/ext/hostprofile.xml
    /usr/lib/vmware/esxcli/int/libdebug.so
    /usr/lib/vmware/esxcli/int/libboot.so
    /usr/lib/vmware/esxcli/int/libsched.so
    /usr/lib/vmware/esxcli/int/libnetworkinternal.so
    /usr/lib/vmware/esxcli/int/libcore-storage-internal.so
    /usr/lib/vmware/esxcli/libiscsi.so
    /usr/lib/vmware/hostd/docroot/esxcli.css
    /usr/lib/vmware/hostd/cgi-bin/esxcli.cgi
    /usr/lib/vmware/esxcli-software
    /bin #


  • 14.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 06:59 PM

    Hmm that looks all correct. Just to verify my assumption you are running in a root shell right? Can you type

    who

    and post the output?



  • 15.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 07:02 PM

    I`m on the root shell, I also tried from vCLI and get exactly same results

    /bin # who
    USER       TTY              IDLE      TIME            HOST
    root       char/pty/t1      00:00     Feb 17 21:07:08 win7quad.lan
    root       char/pty/t2      00:00     Feb 29 18:18:52 win7quad.lan
    /bin #


  • 16.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 07:41 PM

    Not sure what to do, or how it cant find the plugins.... is it something with the paths ? I need to patch this to the ESXi500-201112001.zip, is there anyother way to do it ?



  • 17.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 08:33 PM

    Let me think this through a bit. I'll try to get back to you soon.



  • 18.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 08:35 PM

    Thanks, I`m really stuck here, I have been searching all day and cant find anything regarding this at all... I`m alsmost thinking I have to reinstall the ESXi, but I have to avoid that at all costs.....



  • 19.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 08:52 PM

    [Edit] In case that wasn't clear you have to run the below command from a Linux box not on the ESX server [/Edit]

    Let's try and debug this a bit more. You need to verify that the plugins are healthy. The easiest way to do that is to run readelf -h on them from a Linux system. If you run this in a bash shell

    MYSRV="root@<your server IP>"; for f in $(ssh $MYSRV "find /usr/lib/vmware/ -type f | grep esxcli"); do scp $MYSRV:$f /tmp; readelf -h /tmp/$(basename $f); rm -f /tmp/$(basename $f); done 2> /dev/null

    that should do the trick. It helps your wrist if you have ssh keys setup so that you don't have to type your password for every ssh access. Once you are done, can you post the output?



  • 20.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 09:11 PM
    $ MYSRV="root@192.168.1.225"; for f in $(ssh $MYSRV "find /usr/lib/vmware/ -type f | grep esxcli"); do scp $MYSRV:$f /tmp; readelf -h /tmp/$(basename $f); rm -f /tmp/$(basename $f); done 2> /dev/null
    cisco.xml                                                                                             100% 2244     2.2KB/s   00:00
    esxcli-syslog.xml                                                                                     100% 7937     7.8KB/s   00:00
    esxcli-software.xml                                                                                   100%   44KB  44.3KB/s   00:00
    libfcoe.so                                                                                            100%  110KB 109.5KB/s   00:00
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Intel 80386
      Version:                           0x1
      Entry point address:               0x8b60
      Start of program headers:          52 (bytes into file)
      Start of section headers:          111080 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         27
      Section header string table index: 26
    libvms.so                                                                                             100%   61KB  61.5KB/s   00:00
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Intel 80386
      Version:                           0x1
      Entry point address:               0x57e0
      Start of program headers:          52 (bytes into file)
      Start of section headers:          61888 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         27
      Section header string table index: 26
    libhardware.so                                                                                        100%  294KB 293.6KB/s   00:00
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Intel 80386
      Version:                           0x1
      Entry point address:               0x10a50
      Start of program headers:          52 (bytes into file)
      Start of section headers:          299608 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         27
      Section header string table index: 26
    libsystem.so                                                                                          100%  910KB 910.2KB/s   00:00
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Intel 80386
      Version:                           0x1
      Entry point address:               0x3a670
      Start of program headers:          52 (bytes into file)
      Start of section headers:          931000 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         27
      Section header string table index: 26
    libnetwork.so                                                                                         100% 1611KB   1.6MB/s   00:01
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Intel 80386
      Version:                           0x1
      Entry point address:               0x62c70
      Start of program headers:          52 (bytes into file)
      Start of section headers:          1648176 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         27
      Section header string table index: 26
    libcore-storage.so                                                                                    100% 1787KB   1.7MB/s   00:00
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Intel 80386
      Version:                           0x1
      Entry point address:               0x5b930
      Start of program headers:          52 (bytes into file)
      Start of section headers:          1828464 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         27
      Section header string table index: 26
    hostprofile.xml                                                                                       100% 2261     2.2KB/s   00:00
    libdebug.so                                                                                           100%   49KB  49.5KB/s   00:00
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Intel 80386
      Version:                           0x1
      Entry point address:               0x50d0
      Start of program headers:          52 (bytes into file)
      Start of section headers:          49604 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         27
      Section header string table index: 26
    libboot.so                                                                                            100% 2038KB   2.0MB/s   00:01
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Intel 80386
      Version:                           0x1
      Entry point address:               0x19e70
      Start of program headers:          52 (bytes into file)
      Start of section headers:          1995972 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         38
      Section header string table index: 35
    libsched.so                                                                                           100%  226KB 225.6KB/s   00:00
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Intel 80386
      Version:                           0x1
      Entry point address:               0xf200
      Start of program headers:          52 (bytes into file)
      Start of section headers:          229956 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         27
      Section header string table index: 26
    libnetworkinternal.so                                                                                 100%  510KB 509.6KB/s   00:01
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Intel 80386
      Version:                           0x1
      Entry point address:               0x8020
      Start of program headers:          52 (bytes into file)
      Start of section headers:          493348 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         38
      Section header string table index: 35
    libcore-storage-internal.so                                                                           100%   46KB  45.5KB/s   00:00
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Intel 80386
      Version:                           0x1
      Entry point address:               0x5260
      Start of program headers:          52 (bytes into file)
      Start of section headers:          45540 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         27
      Section header string table index: 26
    libiscsi.so                                                                                           100% 1646KB   1.6MB/s   00:01
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Intel 80386
      Version:                           0x1
      Entry point address:               0x46b90
      Start of program headers:          52 (bytes into file)
      Start of section headers:          1684720 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         27
      Section header string table index: 26
    esxcli.css                                                                                            100% 1851     1.8KB/s   00:00
    esxcli.cgi                                                                                            100%   33     0.0KB/s   00:00
    esxcli-software                                                                                       100%   15KB  15.3KB/s   00:00


  • 21.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 09:15 PM

    I spent all day searching I dont see anything regarding my issue anywhere... How is that possible ? Originaly I went from 4.1 to 5 as an upgrade, I`m assuming something went wrong there..... I was never able to use that command esxcli



  • 22.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 09:29 PM

    Is this proper ?

    lrwxrwxrwx    1 root     root                 15 Aug 19  2011 esxcli -> /sbin/esxcli.py
    lrwxrwxrwx    1 root     root                 12 Aug 19  2011 esxcli.cgi -> /sbin/esxcli
    -r-xr-xr-x    1 root     root              69766 Aug 19  2011 esxcli.py


  • 23.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 10:14 PM

    I agree, I was trying to help you figure out what went wrong. At this point this seems beyond typing in some easy commands it's probably best if you file a SR.



  • 24.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 29, 2012 10:15 PM

    ok, thanks for the help, we will try a full reinstall tonight and then an SR it is...



  • 25.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Feb 06, 2013 11:50 PM

    This is waaaaay after the fact on this issue, but hopefully this will help others who have run into this problem:

    If you are lazy like me, you cut-and-paste the command for the update, for instance:

    esxcli software vib install –d /vmfs/volumes/datastore1/patch/update-from-esxi5.0-5.0_update02.zip

    For some bizarre reason, the dash in front of the "-d" command is not interpreted correctly when you cut and paste to an SSH session with an ESXi host.

    So either type it all out manually, or replace the dash after you've cut and pasted the command.

    It won't look any different, but it's solved the problem for me every time.

    In fact, the resaon I'm submitting this is so that it's out there the next time I forget and do a search for "Unknown command or namespace".



  • 26.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Jun 14, 2013 05:54 PM

    Here's the solution for me :smileyhappy:

    Apply this syntax:

    esxcli software vib install --depot=/path/to/package.zip

    For example:

    esxcli software vib install --depot=/tmp/dell/OM-SrvAdmin-Dell-Web-7.1.0-5304.VIB-ESX50i_A00.zip

    To install Dell Open Manage.

    Regards.



  • 27.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Aug 15, 2013 08:57 PM

    That did it for me!!! Stupid little fix! thanks for all the help!!!



  • 28.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Sep 07, 2015 09:51 PM

    That "replace dash" trick worked for me, thank you ggathagan‌ !



  • 29.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Jan 25, 2016 05:33 PM

    Replacing the dash resolved my issue. It was copy-pasted from Notepad and still didn't work



  • 30.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Sep 23, 2018 06:22 AM

    THANK YOU!

    4 years later and you're still saving lives.



  • 31.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Jun 13, 2014 09:19 PM

    ggathagan's fix worked for me. Pesky little dash. I had cut and paste from our internal wiki that I created when updating one standalone host. Tried another host and it failed. Was really puzzled until I used the same command but this time replacing the pasted dash with a manually entered dash.



  • 32.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Jun 16, 2014 09:14 AM

    First, unpack the archive, then add -v, so it should look like esxcli software vib install -v /path_to_vib_file. For best effect, put the binaries on shared vmfs, it will be available for every esx box in the cluster.



  • 33.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Jun 16, 2014 02:06 PM

    Here is the KB with installing patches from CLI

    VMware KB: Installing patches on an ESXi 5.x host from the command line

    Try:

    esxcli software vib install -d /tmp/VEM500-201108271.zip

    and make sure you have full acess to the folder, seeing as your probably logged in as Root you should be good to go.



  • 34.  RE: ESXi 5 esxcli installation of VIBs fails

    Posted Jul 11, 2014 03:03 AM

    In my humble contribution to this post, this is what I did to solve the installation of vxlan vib on each host,

    1.-Download the vib file vxlan.zip from vcns, if blocked check ports or IE settings

    2.-copy with SCP to each host in cluster in tmp the .zip file

    3.-Intall the vib with this command esxcli software vib install –depot=\tmp\vxlan.zip

    4.- run refresh on virtual networking vcenter vcns

    5.- if APIPA ip addres on recently created vmkenel port, just go to vds and change it

    6.-run resolve in case, or just will see green check mark

    7.-end


    regards


    ray