<html><head></head><body bgcolor="#ffffff" text="#2e3436" link="#2a76c6" vlink="#215d9c"><div>On Fri, 2016-04-08 at 16:40 +0000, Michael Kleinpaste wrote:</div><blockquote type="cite"><div dir="ltr">Actually this is used pretty regularly in VMware environments.&nbsp; For instance I've seen MSSQL systems running under AD credentials so they can access UNC shares.&nbsp; If the AD domain controllers aren't up prior to the database server starting up the MSSQL service won't start because it can't authenticate the user on the service.\</div></blockquote><div><br></div><div>That was exactly what I had in one of my jobs where I had an AD domain for a University and we had several MSSQL servers that needed the AD credentials. &nbsp;Plus I had an IBM FileNet ECM system with several servers that had to be started in the correct order. &nbsp;With AD you need to have the domain controllers up and running or nothing works. &nbsp;Our Linux systems alsso had some that depended on others. &nbsp;If they weren't started in the correct order they had to be restarted again. &nbsp;And it's not really a VMware specific need but any environment whether it's physical or virtual needs as startup sequence. &nbsp;Before we virtualized we had a written procedure on what servers came up and in what order (and the reverse for a shutdown of the site). &nbsp;When moving to virtualization the virtualization system replaces people flipping switches with it's startup/shutdown order or it should.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><blockquote type="cite"><br><div class="gmail_quote"><div dir="ltr">On Fri, Apr 8, 2016 at 9:25 AM Nir Soffer &lt;<a href="mailto:nsoffer@redhat.com">nsoffer@redhat.com</a>&gt; wrote:<br></div><blockquote type="cite">On Fri, Apr 8, 2016 at 7:17 PM, Brett I. Holcomb &lt;<a href="mailto:biholcomb@l1049h.com" target="_blank">biholcomb@l1049h.com</a>&gt; wrote:<br>
&gt; On Fri, 2016-04-08 at 11:31 +0200, Martin Sivak wrote:<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt;<br>
&gt; I set highly available on, did not pin to any host, and also set the<br>
&gt; watchdog which should reset if they go down but I'm not sure that will start<br>
&gt; them if the host comes up and the VMs are not running.&nbsp; I'll look at the CLI<br>
&gt; first.<br>
&gt;<br>
&gt;<br>
&gt; The engine will try to keep the VM running. So if one host goes down,<br>
&gt; it will restart the VM on some other host automatically. We will also<br>
&gt; migrate the VM (or some other to free resources) when the current host<br>
&gt; gets too loaded. We do not require any migration addons, it just<br>
&gt; works. But of course we have usually more hosts in a cluster to make<br>
&gt; this possible.<br>
&gt;<br>
&gt; I do not really remember what happens when all hosts are restarted<br>
&gt; (power outage) though as that is quite special case.<br>
&gt;<br>
&gt; Regards<br>
&gt;<br>
&gt; --<br>
&gt; Martin Sivak<br>
&gt; SLA / oVirt<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Thanks.&nbsp; I only have one host so who knows what will happen.&nbsp; I'm working on<br>
&gt; a script that will basically emulate what VMware does - start VMS in a given<br>
&gt; order at startup of the host/engine.&nbsp; I'll also file a feature request.<br>
<br>
Why do you care about the order?<br>
<br>
Isn't it enough to restart all the vms after a host was restarted?<br>
<br>
Nir<br>
<br>
&gt;<br>
&gt; On Wed, Apr 6, 2016 at 9:10 PM, Brett I. Holcomb &lt;<a href="mailto:biholcomb@l1049h.com" target="_blank">biholcomb@l1049h.com</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt; On Wed, 2016-04-06 at 13:42 -0400, Adam Litke wrote:<br>
&gt;<br>
&gt; On 06/04/16 01:46 -0400, Brett I. Holcomb wrote:<br>
&gt;<br>
&gt; In VMware we could setup guests to autostart when the host started and<br>
&gt; define the order.&nbsp; Is that doable in oVirt?&nbsp; The only thing I've seen<br>
&gt; is the watchdog and tell it to reset but nothing that allows me to<br>
&gt; define who starts up when and if they autostart.&nbsp; I assume it's there<br>
&gt; but I must be missing it or haven't found it in the web portal.<br>
&gt;<br>
&gt;<br>
&gt; In oVirt guests aren't tied to a host by default (although you can set<br>
&gt; them to run only on a specific host if you want).&nbsp; The closest thing I<br>
&gt; can think of would be the High Availability features (VM-&gt;Edit).<br>
&gt; oVirt will try to restart highly available VMs if they go down.&nbsp; You<br>
&gt; can also set the priority for migration and restart in that pane.<br>
&gt; Hopefully a combination of host pinning and the&nbsp; high availability<br>
&gt; settings will get you close enough to where you want to be.<br>
&gt;<br>
&gt; Otherwise, you could always do some scripting with the ovirt REST API<br>
&gt; using the SDK or CLI.<br>
&gt;<br>
&gt;<br>
&gt; If you had the VMware migration extra add-on you could have hosts move as<br>
&gt; needed so they were not tied to any host either but we could set a startup<br>
&gt; order and specify auto, manual so that once the host started the VMs were<br>
&gt; brought up as specified no matter what host they were running on.<br>
&gt;<br>
&gt; I am running hosted-engine deployment with the Engine VM on the host.<br>
&gt;<br>
&gt; I set highly available on, did not pin to any host, and also set the<br>
&gt; watchdog which should reset if they go down but I'm not sure that will start<br>
&gt; them if the host comes up and the VMs are not running.&nbsp; I'll look at the CLI<br>
&gt; first.<br>
&gt;<br>
&gt; It would be nice if oVirt added this feature as it's really required for<br>
&gt; large installations and is a help for any size installation, even small<br>
&gt; ones.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt;<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
<br></blockquote></div><div dir="ltr">-- <br></div><div dir="ltr"><b>Michael Kleinpaste</b><br><span>Senior Systems Administrator</span><br><span>SharperLending, LLC.</span><br><a>www.SharperLending.com</a><br><span>Michael.Kleinpaste@SharperLending.com</span><br><span>(509) 324-1230 &nbsp; Fax: (509) 324-1234</span></div>
</blockquote></body></html>