VMware Cloud Community
GangFeng
Contributor
Contributor

Meet issue when install vib package, shows "Could not find a trusted signer"

Hi, experts

When I'm doing a Flash Memory Certification on ESXi5.0, the cert cases are always failed with error info:

-------------------------------------

......

[FLASHMEMOR] [0] ERROR: Failed to install memcert.vib

......

Then I manurally copy memcert.vib from workbench to server under certification and run command:

---------------------------------

esxcli software vib install -v /memcert.vib

Result shows that:
---------------------------------

[InstallationError]
('VMware_bootbank_memcert_5.0.0-00003', 'Could not find a trusted signer.')
       vibs = VMware_bootbank_memcert_5.0.0-00003
Please refer to the log file for more details.

I google search about this but got nothing.

Does anyone has some clue about how to solving this issue?

Thanks a lot!

--Feng

Tags (2)
0 Kudos
3 Replies
runclear
Expert
Expert

I havent tried installing any VIB's on 5x yet...  - Have you tried adding --nosigcheck after the install command (ive used this before with esxupdate) ... 

-------------------- What the f* is the cloud?!
0 Kudos
Mats_Webjörn
Contributor
Contributor

Correction: The parameter to "esxcli software vib install" is --no-sig-check

pfswilson
Contributor
Contributor

Thanks for the info. This was helpful in getting me past that error message when installing the Synology VAAI vib so I can finally do thick provisioning.

0 Kudos