<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Jun 7, 2017 18:14, &quot;Anthony.Fillmore&quot; &lt;<a href="mailto:Anthony.Fillmore@target.com">Anthony.Fillmore@target.com</a>&gt; wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Awesome, this is exactly what I was looking for!  Thank you!<br>
<br>
One last thing - Is there a data dictionary available somewhere for the Ovirt Postgresql DB tables and views?  Some way I can view the full schema and understand what data is located where?  Documentation online seems very scarce in this regard.<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Hi Anthony, </div><div dir="auto"><br></div><div dir="auto">This is an implementation detail, and changing the DB directly isn&#39;t recommended. </div><div dir="auto"><br></div><div dir="auto">You can probably find some documentation in the code, but we don&#39;t maintain schema docs. </div><div dir="auto"><br></div><div dir="auto">Oved</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks again, I truly appreciate the help!<br>
<br>
Tony<br>
<div class="quoted-text"><br>
-----Original Message-----<br>
From: Alexander Wels [mailto:<a href="mailto:awels@redhat.com">awels@redhat.com</a>]<br>
</div><div class="elided-text">Sent: Tuesday, June 6, 2017 10:36 AM<br>
To: Anthony.Fillmore &lt;<a href="mailto:Anthony.Fillmore@target.com">Anthony.Fillmore@target.com</a>&gt;<br>
Cc: <a href="mailto:users@ovirt.org">users@ovirt.org</a>; Brandon.Markgraf &lt;<a href="mailto:Brandon.Markgraf@target.com">Brandon.Markgraf@target.com</a>&gt;<br>
Subject: Re: [EXTERNAL] Re: [ovirt-users] oVirt: Host Removal Question<br>
<br>
On Tuesday, June 6, 2017 11:18:35 AM EDT Anthony. Fillmore wrote:<br>
&gt; Hey Alexander,<br>
&gt;<br>
&gt; I did those exact steps roughly two days ago...the host is still stuck<br>
&gt; in preparing for maintenance mode.  Confirming the host has been<br>
&gt; rebooted seems to have no effect.<br>
&gt;<br>
&gt; Any other ideas?  Some way to hit the Ovirt Database and manipulate<br>
&gt; the value for what state the host is in?  Remove the host entirely<br>
&gt; from the back-end database?<br>
&gt;<br>
<br>
That should have worked, but if all else fails you can always set the host in maintaince in the database doing this in the engine database:<br>
<br>
update vds_dynamic set status=2 where vds_id = &lt;id_of_host&gt;<br>
<br>
you can figure out the id of the host by doing this<br>
<br>
select vds_id from vds_static where vds_name=&#39;&lt;name_of_host&gt;&#39;<br>
<br>
If you are feeling brave you can combine the two into a single statement, but I would be sure you have the right host before you do that.<br>
<br>
Then once you have updated the status, you can refresh the webadmin and the host should be in maintenaince mode and you should be able to remove it normally. I would not attempt more manual manipulation of the database than setting the status to 2 (which is maintenaince).<br>
<br>
&gt; -----Original Message-----<br>
&gt; From: Alexander Wels [mailto:<a href="mailto:awels@redhat.com">awels@redhat.com</a>]<br>
&gt; Sent: Tuesday, June 6, 2017 9:29 AM<br>
&gt; To: <a href="mailto:users@ovirt.org">users@ovirt.org</a><br>
&gt; Cc: Brandon.Markgraf &lt;<a href="mailto:Brandon.Markgraf@target.com">Brandon.Markgraf@target.com</a>&gt;; Anthony.Fillmore<br>
&gt; &lt;<a href="mailto:Anthony.Fillmore@target.com">Anthony.Fillmore@target.com</a>&gt; Subject: [EXTERNAL] Re: [ovirt-users] oVirt:<br>
&gt; Host Removal Question<br>
&gt; On Monday, June 5, 2017 4:10:54 PM EDT Brandon. Markgraf wrote:<br>
&gt; &gt; Hello oVirt Users,<br>
&gt; &gt; We have a cluster that has been decommissioned and we are trying to<br>
&gt; &gt; remove the hosts from the oVirt Engine but one host is stuck in<br>
&gt; &gt; &quot;Preparing for Maintenance&quot;.  It&#39;s preventing me from removing that<br>
&gt; &gt; host and the associated cluster.<br>
&gt; &gt;<br>
&gt; &gt; The physical server has been shut down and is no longer accessible.<br>
&gt; &gt; What&#39;s the best way to take this server in oVirt Engine out of this<br>
&gt; &gt; status so we can remove the host and the cluster from oVirt Engine?<br>
&gt; &gt;<br>
&gt; &gt; Thanks so much in advance and please let me know if there are any<br>
&gt; &gt; questions.<br>
&gt; &gt;<br>
&gt; &gt; Brandon Markgraf | *Target |<br>
&gt;<br>
&gt; IIRC when I had that issue (I removed the host physically before<br>
&gt; removing it from oVirt) I had to do the following:<br>
&gt;<br>
&gt; - Right click in the grid on the host, and select confirm host has<br>
&gt; been rebooted (this is basically you telling oVirt the host has been<br>
&gt; fenced). - After a while the host should end up as down (or unknown<br>
&gt; state). - You should be able to select maintaince at that point, this<br>
&gt; might take a while (timeouts etc). - This should put the host in<br>
&gt; maintaince and you should be able to remove it then.<br>
<br>
<br>
<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>
</div></blockquote></div><br></div></div></div>