- 3,722,431 Users
- 2,244,306 Discussions
- 7,849,829 Comments
Forum Stats
Discussions
Categories
- Industry Applications
- 3.2K Intelligent Advisor
- Insurance
- 1.4K On-Premises Infrastructure
- 495 Analytics Software
- 41 Application Development Software
- 1.8K Cloud Platform
- 700.5K Database Software
- 17.5K Enterprise Manager
- 16 Hardware
- 248 Infrastructure Software
- 129 Integration
- 63 Security Software
Problem adding hosts to OLVM (4.3.10.4-1.0.11.el7) Self-Hosted Engine

I have a SR in for this, but thought I would ask here as well, just in case someone has seen this before.
We are deploying a new OLVM environment for one of our Data Centers. Right now, this whole environment is just past the install - the Self-Hosted engine has been deployed.
But now I'm getting constant spam of this error in the events:
"VDSM hostname.domain.com command Get Host Capabilities failed: Internal JSON-RPC error: {'reason': 'internal error: Duplicate key'}"
And when I try to add a host, I get this error:
Host hostname.domain.com installation failed. Command returned failure code 1 during SSH session '[email protected]'.
I haven't done a lot at this point, other than add public SSH keys in authorized_keys to see if that was any help. The problem existed prior to that. I did find one article that mentioned allowing root login in /etc/ssh/sshd_config - so I tried that to no avail and set it back to default (yes, did restart sshd).
I've found a few somewhat similar issues out there for RedHat's product and oVirt, a couple claiming the version of libvirtd was a problem and updating it fixed the issue - but we have another Self-Hosted engine managing a couple clusters on the same versions and it seems to be fine. Also - libvirtd seems to be the highest version out there on the official OEL7 repos. I did find a suggestion to try to use the EPEL repos, but that's not really an answer to this, as we need to keep this OLVM landscape on the same versions across our company.
I highly suspect the 'Duplicate Key' is related - on our other Self-Hosted engine, I don't see that error at all.
Any suggestions would be appreciated :)
Answers
-
Hi.
Are You install HOSTS from installation media or Duplicate it ?
Also: Ovirt do not recommend use EPEL repository: https://www.ovirt.org/release/4.3.0/
Oracle do not support OLVM with enabled ol7_developer_EPEL :
Regards,
Nik
-
The physical hosts were installed using installation media (OEL 7.7). We have a kickstart file to install them, used the same one (with necessary edits of course) on all of them.
I have a feeling it's more an issue with the Self-Hosted engine, but I could be wrong there also. I thought about just re-installing, but I figured I would give Oracle support a bit of time to assist and keep searching / post here before that..