Re: [ovirt-users] Replace one engine host

2016-09-26 Thread Roy Golan
Those ids are hidden in the UI and you can reveal them from the db ```sql select vds_spm_id,vds_name from vds_spm_id_map map,vds_static static where map.vds_id = static.vds_id ; ``` On 19 September 2016 at 11:52, Davide Ferrari wrote: > Mmmh, how can I check this? And how

Re: [ovirt-users] Replace one engine host

2016-09-19 Thread Davide Ferrari
Mmmh, how can I check this? And how can I cahnge the id from the engine? IDs are not even shown in the GUI for example 2016-09-19 10:35 GMT+02:00 Roy Golan : > I'm suspect the host-id is out of sync in the engine now. changing the > host-id locally isn't supported. The engine

Re: [ovirt-users] Replace one engine host

2016-09-19 Thread Roy Golan
I'm suspect the host-id is out of sync in the engine now. changing the host-id locally isn't supported. The engine is the only source of id assignment. On 19 September 2016 at 00:21, Davide Ferrari wrote: > Oh, thanks! You put me on the right way! Now it works: > Steps that

Re: [ovirt-users] Replace one engine host

2016-09-18 Thread Davide Ferrari
Oh, thanks! You put me on the right way! Now it works: Steps that I did: - reinstall + deploy vm03 - manually set from maintenance to none on vm03 - reinstall + undeploy vm04 (I left it deployed again last time, trying to remove it) Then I found the problem: vm03 hosted-engine conf

Re: [ovirt-users] Replace one engine host

2016-09-18 Thread Roy Golan
Can you share the deploy logs of vm03? /var/log/ovirt-engine/host-deploy/ Is there an /etc/ovirt-hosted-engine/hosted-engine.conf at all? On 18 September 2016 at 17:28, Davide Ferrari wrote: > Hello Roy, I forgot to mention that I already reinstalled (several times) > vm03

Re: [ovirt-users] Replace one engine host

2016-09-18 Thread Davide Ferrari
Hello Roy, I forgot to mention that I already reinstalled (several times) vm03 from the gui with the deploy option checked, but there's no way it appears there. For the record vm04 was the first host deployed (from cli) after the initial vm01 installation, then vm02 and then 03. On Sep 18, 2016

Re: [ovirt-users] Replace one engine host

2016-09-18 Thread Roy Golan
vm03 is missing here from the status. Can you reinstall it from UI (if you added the host vm03 then just go to Management menu and click reinstall, choose 'Deploy' Option) - After its done, when the host is activated you'll need to manually switch the host out of maintenence (we have a bug on it -