To myself I say - READ THE MANUAL/RELEASE NOTES
- ESXCLI command displays SSH thumbprint error
When you run an ESXCLI command in each ESX target, SSH thumbprint error is displayed. Add the thumbprint against each ESX target using credstore_admin.pl utility. Run the following command:
/usr/lib/vmware-vcli/apps/general/credstore_admin.pl add -s <ServerName> -T <Thumbprint>
where : ServerName is the ESX target name and Thumbprint is the value that is received in the error while running the esxcli command.
For example:
vi-admin@sin2-pek-esxplatdhcp156:/> /usr/lib/vmware-vcli/apps/general/credstore_admin.pl add -s sin2-pek-esxplatdhcp211.eng.vmware.com -t E2:FA:96:09:FC:18:C8:19:07:3F:78:12:74:46:66:1E:C8:3B:84:8C
vi-admin@sin2-pek-esxplatdhcp156:/> /usr/lib/vmware-vcli/apps/general/credstore_admin.pl add -s 10.111.8.211 -t E2:FA:96:09:FC:18:C8:19:07:3F:78:12:74:46:66:1E:C8:3B:84:8C
This issue has been resolved in this release.
All better.