VMware vSphere

 View Only
  • 1.  Error with installation of esxi-embedded-host-client - ESXI 5.1U3

    Posted Mar 24, 2016 08:09 PM

    Hello, i have ESXi 5.1U3, yestoday i setup host-client and see error

    #######################

    wget http://download3.vmware.com/software/vmw-tools/esxui/esxui-signed-3623722.vib

    Connecting to download3.vmware.com (23.64.232.102:80)

    esxui-signed-3623722 100% |*******************************************************************************************************|  2966k  0:00:00 ETA

    ~ # esxcli software vib install -v esxui-signed-3623722.vib

    [VibDownloadError]

    ('esxui-signed-3623722.vib', '', "[Errno 4] IOError: <urlopen error [Errno 2] No such file or directory: '/var/log/vmware/esxui-signed-3623722.vib'>")

            url = esxui-signed-3623722.vib

    Please refer to the log file for more details.



    What's wrong ?



  • 2.  RE: Error with installation of esxi-embedded-host-client - ESXI 5.1U3

    Posted Mar 24, 2016 08:17 PM

    Okey, i touch this file

    touch /var/log/vmware/esxui-signed-3623722.vib

    ~ # esxcli software vib install -v ./esxui-signed-3623722.vib

    [VibFormatError]

    Bad VIB archive header

       filename = ./esxui-signed-3623722.vib

    Please refer to the log file for more details.





  • 3.  RE: Error with installation of esxi-embedded-host-client - ESXI 5.1U3
    Best Answer

    Posted Mar 25, 2016 06:57 AM

    Can you please try full path to the vib rather than relative path

    esxcli software vib install -v < full path to the vib>