thebel1 / thpimon

Native ESXi on Arm hardware status driver for the Raspberry Pi.
1 stars 0 forks source link

Install of vib fails on ARM release build-17839012 #6

Closed 0101binary0101 closed 3 years ago

0101binary0101 commented 3 years ago

Built VIB appears to fail install on latest arm release: 17839012


[root@pi4-esxi03:~] vmware -v
VMware ESXi 7.0.0 build-17839012
[root@pi4-esxi03:~]esxcli software acceptance get
CommunitySupported
[root@pi4-esxi03:~] esxcli software vib update -v  file:////vmfs/volumes/5f4e56e5-100d8621-8d2a-dca6327371c7/ESXITOOLS/native/pi-temp/thpimon-0.1.0-1OEM.701.1.0.40650718.aarch64.vib
Installation Result
   Message: Host is not changed.
   Reboot Required: false
   VIBs Installed:
   VIBs Removed:
   VIBs Skipped: THX_bootbank_thpimon_0.1.0-1OEM.701.1.0.40650718
[root@pi4-esxi03:~]
0101binary0101 commented 3 years ago

Spotted my mistake ... I issued 'update' instead of 'install'

[root@pi4-esxi03:~] esxcli software vib install  -v  file:///vmfs/volumes/5f4e56e5-100d8621-8d2a-dca6327371c7/ESXITOOLS/native/pi-temp/thpimon-0.1.0-1OEM.701.1.0.40650718.aarch64.vib
Installation Result
   Message: Operation finished successfully.
   Reboot Required: false
   VIBs Installed: THX_bootbank_thpimon_0.1.0-1OEM.701.1.0.40650718
   VIBs Removed:
   VIBs Skipped:
[root@pi4-esxi03:~]