Bad VIB archive header
trying to patch a host getting this error, power cli says unable to download vib.
esxcli software vib update -v "http://10.101.200.140/esxidepot/ESXi500-201206001/metadata.zip"
esxcli software vib install -v "http://10.101.200.140/esxidepot/ESXi500-201206001/metadata.zip"
it's annoying me sha1 matches from patch.
thanks
The file "ESXi500-201206001.zip" is a software depot not a VIB.
The correct syntax should be:
esxcli software sources vib update -d "http://10.101.200.140/esxidepot/ESXi500-201206001/metadata.zip" -n <vibname>
Where <vibname> is the name of the VIB you want to update.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1019288
didn't add the mime type to the IIS server :smileyhappy:
i was aware that was the incorrect syntax, just showing they both bombed on the same thing.
thanks!