<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><br></div><div class="gmail_quote">Disclaimer: These are preliminary answers. I&#39;m not part of oVirt team ;-)</div><div class="gmail_quote"><br></div><div class="gmail_quote"> </div><div class="gmail_quote">On Wed, Aug 23, 2017 at 10:05 AM, Khoi Thinh <span dir="ltr">&lt;<a href="mailto:thinhduckhoi@gmail.com" target="_blank">thinhduckhoi@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>My name is Khoi. I&#39;m totally new to Ovirt and i&#39;d like to know some knowledge related to Ovirt&#39;s architecture as well as how it works.</div><div>As far as i understand, in each &quot;Node&quot; we can have many &quot;guest&quot;.</div><div>My questions are:</div><div><br></div><div>1.We need to install Ovirt management engine in order to manage system. But that engine would be installed on &quot;Node&quot; or can be installed on &quot;Guest&quot;?</div></div></blockquote><div><br></div><div>There are 2 scenarios:</div><div><br></div><div>- engine is kept separate from oVirt infra itself. In this case the related sw components should be installed on a server that is not one of the nodes an not one of its guests. This server could be a physical server or a virtual server (in this second case part of a different virtual infastructure, oVirt or not oVirt)</div><div>Eg: I have a vSphere environment where I configured a CentOS 7.3 VM and on it I installed the engine sw components for managing an oVirt infrastructure. So this vSphere virtual machine is my &quot;oVirt management engine&quot;, using your words.<br></div><div>HA of this server and its backup/restore policies naturally inherited from what offered by VMware and its agents</div><div><br></div><div>- engine is itself a VM of the oVirt infrastructure that it has to manage</div><div>This kind of environment is known as Self Hosted Engine environment</div><div>The technological approach is similar to the one described here for VMware:</div><div><a href="https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=10087">https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=10087</a><br></div><div><br></div><div>There is also the choice to use an already set-up virtual appliance as done in VMware:</div><div><a href="https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.vcsa.doc/GUID-223C2821-BD98-4C7A-936B-7DBE96291BA4.html">https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.vcsa.doc/GUID-223C2821-BD98-4C7A-936B-7DBE96291BA4.html</a><br></div><div><br></div><div>See here for oVirt:</div><div><a href="http://www.ovirt.org/documentation/self-hosted/chap-Deploying_Self-Hosted_Engine/">http://www.ovirt.org/documentation/self-hosted/chap-Deploying_Self-Hosted_Engine/</a><br></div><div><br></div><div>and here for RHEV:</div><div><a href="https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1/html/self-hosted_engine_guide/deploying_self-hosted_engine">https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1/html/self-hosted_engine_guide/deploying_self-hosted_engine</a><br></div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>2.Let&#39;s say i have 2 &quot;Node&quot; with 4 &quot;Guest&quot; in each &quot;Node&quot;</div><div>It would be something like this</div><div>[ ■  ■] Node 1</div><div><div>[ ■  ■]  <br></div><div><br></div><div><div>[ ■  ■]  Node 2</div><div>[ ■  ■]</div></div><div><br></div><div>If the management engine can be installed on the first guest of Node1, from that we can manage everything in Node1 and Node2? Or we just only manage the other guest in Node1?</div></div></div></blockquote><div><br></div><div>When you use Self Hosted Engine Environment, the guest used as engine mgmt virtual server is not &quot;owned&quot; by a particular host.</div><div>In a certain moment in time it will run on Node1 or Node2 but it can be for example live migrated if you desire.</div><div>A subset of the Hosts of the infrastructure can be selected as &quot;Hosted Engine&quot; Hosts, so to be able to guest the engine VM</div><div>You should define at least more than one hosts of this kind, if you want redundancy for the engine vm in this case.</div><div><br></div><div>See here the RHEV doc to add a new host and set it as an &quot;hosted engine&quot; host, I don&#39;t find the related part in oVirt docs (link missing...)</div><div><br></div><div><a href="https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1/html/self-hosted_engine_guide/chap-installing_additional_hosts_to_a_self-hosted_environment">https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1/html/self-hosted_engine_guide/chap-installing_additional_hosts_to_a_self-hosted_environment</a><br></div><div>Feel free also to RTFM.. both oVirt and RHEV, they are done well in my opinion, starting here:</div><div><a href="https://access.redhat.com/documentation/en/red-hat-virtualization?version=4.1/">https://access.redhat.com/documentation/en/red-hat-virtualization?version=4.1/</a><br></div><div><br></div><div>the match is not 1-1 between oVirt and RHEV same versions but I would say at least 90%</div><div>  </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><br></div><div>3.Regard of High availability of Ovirt</div><div>If the first guest of Ovirt1 (which we install management engine on) went down, what would happen? We can pull a image from Shared Storage and use it to deploy a new management engine on other Guest? (On Node1 or Node2)</div></div></div></blockquote><div><br></div><div>Based on the answers above, this applies only in self hosted engine scenario, and as written above, you should take care of setting more than one host as &quot;hosted engine&quot; host, so that the HA of the engine VM will be guaranteed.</div><div>I opened a bug to propose this to be the default in case of self hosted engine environment.</div><div>See here</div><div><a href="https://bugzilla.redhat.com/show_bug.cgi?id=1399613">https://bugzilla.redhat.com/show_bug.cgi?id=1399613</a><br></div><div><br></div><div>and also this related one:</div><div><a href="https://bugzilla.redhat.com/show_bug.cgi?id=1399609">https://bugzilla.redhat.com/show_bug.cgi?id=1399609</a><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><br></div><div>Best regards,</div><span class="gmail-HOEnZb"><font color="#888888"><div><br></div><div><br></div>-- <br><div class="gmail-m_3269731045635955576gmail_signature"><div dir="ltr"><span style="background-color:rgb(106,168,79)"><span style="color:rgb(0,0,255)"><i><b><span style="background-color:rgb(243,243,243)"><span></span></span></b></i></span></span><i><b>Khoi Thinh</b></i><br></div></div>
</font></span></div></div>
<br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
<br></blockquote></div><br></div><div class="gmail_extra">Cheers,</div><div class="gmail_extra">Gianluca</div></div>