Description of problem: Failed to add RHEL6.5 to 3.5Engine, tried to fix by installing manually vdsm on host, exited with error: warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY Public key for sanlock-2.8-1.el6.x86_64.rpm is not installed Version-Release number of selected component (if applicable): rhevm-3.5.0-0.14.beta.el6ev.noarch How reproducible: 100% Steps to Reproduce: 1.Image host to RHEL6.5 server. 2.Try adding it to 3.5 engine 3.After failed try also manually installing vdsm on host Actual results: Getting error for some kind of key is not available: warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY Public key for sanlock-2.8-1.el6.x86_64.rpm is not installed Expected results: Installation should succeed and RHEL6.5 host should be added to 3.5 engine. Additional info:
Created attachment 946384 [details] enginelogs
Nikolay, are you using unsigned RPMs? which repository did it come from?
the key fd431d51 is good, as listed in https://access.redhat.com/security/team/key the signing key is stored in $ rpm -qf /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release redhat-release-server-6Server-6.6.0.2.el6.x86_64 unless you have a dirt environment the file must exist. If it exists and you still have failure, I guess that if you run yum install on whatever packages you want it will ask you to accept the import of the key. And this is strange because yum install rhevm should have asked you to import that key as well. In any case, it's not related to rhevm or engine-setup.
(In reply to Doron Fediuck from comment #4) > Nikolay, > are you using unsigned RPMs? > which repository did it come from? https://mojo.redhat.com/docs/DOC-970923
Do you still have this issue? Can we close this issue?
(In reply to Yaniv Dary from comment #7) > Do you still have this issue? Can we close this issue? You can close it now as not reproduced, I remember it was happening because of the sanlock problem which was fixed already.