<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 14, 2018 at 1:47 PM, Martin Sivak <span dir="ltr">&lt;<a href="mailto:msivak@redhat.com" target="_blank">msivak@redhat.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">Hi,<br>
<br>
the vnc device is there by default (I copied it out of my own hosted<br>
engine instance), I do not know why it was missing in your case.<br></blockquote><div><br></div><div>graphical_console parameter has been introduced in ovirt_vms ansible module just since ansible 2.5.</div><div><a href="http://docs.ansible.com/ansible/latest/modules/ovirt_vms_module.html#ovirt-vms">http://docs.ansible.com/ansible/latest/modules/ovirt_vms_module.html#ovirt-vms</a></div><div><br></div><div>Anso so we have to consume it as well.</div><div><br></div><div>I just opened <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1567772">https://bugzilla.redhat.com/show_bug.cgi?id=1567772</a></div><div>to track it.</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">
<br>
Best regards<br>
<span class="gmail-HOEnZb"><font color="#888888"><br>
Martin Sivak<br>
</font></span><div class="gmail-HOEnZb"><div class="gmail-h5"><br>
On Fri, Apr 13, 2018 at 5:13 PM, Thomas Klute &lt;<a href="mailto:klute@ingenit.com">klute@ingenit.com</a>&gt; wrote:<br>
&gt; Dear Martin,<br>
&gt;<br>
&gt; yes, that worked. Thank you so much!!<br>
&gt; We were able to see that the latest kernel update failed and did not<br>
&gt; create the initramfs file and thus the boot process failed with a kernel<br>
&gt; panic.<br>
&gt;<br>
&gt; Debugging this problem took us many hours... It felt so complicated to<br>
&gt; connect a vnc to this vm - compared to a bare metal setup with display<br>
&gt; and keyboard.<br>
&gt; Wouldn&#39;t it be a good idea to have the vnc device in the config by default?<br>
&gt;<br>
&gt; Best regards,<br>
&gt;  Thomas<br>
&gt;<br>
&gt;&gt; You need to be in global maintenance, but I think you already know that.<br>
&gt;&gt; Then try updating the vm.conf like you already did and add this line:<br>
&gt;&gt;<br>
&gt;&gt; devices={device:vnc,type:<wbr>graphics,deviceId:f1d0394e-<wbr>b077-4ea6-99e5-b9b6b8fe073c,<wbr>address:None}<br>
&gt;&gt;<br>
&gt;&gt; Then restart the VM using hosted-engine commands and try the VNC approach again.<br>
&gt;&gt;<br>
&gt;&gt; Best regards<br>
&gt;&gt;<br>
&gt;&gt; Martin Sivak<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Apr 13, 2018 at 2:35 PM, Thomas Klute &lt;<a href="mailto:klute@ingenit.com">klute@ingenit.com</a>&gt; wrote:<br>
&gt;&gt;&gt; Dear Martin,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; thanks for the feedback.<br>
&gt;&gt;&gt; We already read this and tried it.<br>
&gt;&gt;&gt; It seems to me that the graphics device was removed from the hosted<br>
&gt;&gt;&gt; engine by some ovirt release.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; If I try to set a console password I see this message:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; hosted-engine --add-console-password<br>
&gt;&gt;&gt; Enter password:<br>
&gt;&gt;&gt; no graphics devices configured<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Furthermore, there is nothing listening on port 5900 after that.<br>
&gt;&gt;&gt; The HostedEngine qemu process shows a &quot; -display none &quot; as parameter and<br>
&gt;&gt;&gt; I have no idea where this can be changed.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I already created a /var/run/ovirt-hosted-engine-<wbr>ha/vm-custom.conf<br>
&gt;&gt;&gt; containing:<br>
&gt;&gt;&gt; display=vnc<br>
&gt;&gt;&gt; kvmEnable=true<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; But nothing changed.<br>
&gt;&gt;&gt; I also edited the HostedEngine VM config using virsh and added a vnc<br>
&gt;&gt;&gt; display:<br>
&gt;&gt;&gt; /usr/bin/virsh -c<br>
&gt;&gt;&gt; qemu:///system?authfile=/etc/<wbr>ovirt-hosted-engine/virsh_<wbr>auth.conf edit<br>
&gt;&gt;&gt; HostedEngine<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     &lt;graphics type=&#39;vnc&#39; port=&#39;12355&#39; autoport=&#39;no&#39; listen=&#39;0.0.0.0&#39;&gt;<br>
&gt;&gt;&gt;       &lt;listen type=&#39;address&#39; address=&#39;0.0.0.0&#39;/&gt;<br>
&gt;&gt;&gt;     &lt;/graphics&gt;<br>
&gt;&gt;&gt;     &lt;video&gt;<br>
&gt;&gt;&gt;       &lt;model type=&#39;qxl&#39; ram=&#39;65536&#39; vram=&#39;65536&#39; vgamem=&#39;16384&#39;<br>
&gt;&gt;&gt; heads=&#39;1&#39; primary=&#39;yes&#39;/&gt;<br>
&gt;&gt;&gt;       &lt;address type=&#39;pci&#39; domain=&#39;0x0000&#39; bus=&#39;0x00&#39; slot=&#39;0x07&#39;<br>
&gt;&gt;&gt; function=&#39;0x0&#39;/&gt;<br>
&gt;&gt;&gt;     &lt;/video&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; But there is still &quot;display none&quot; passed as command line parameter to<br>
&gt;&gt;&gt; qemu and thus, I suppose, there&#39;s no display.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Any help is appreciated, thanks,<br>
&gt;&gt;&gt; Thomas<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; the serial console will show output if the kernel knows to use it.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; The VNC approach is also possible and I believe we already have a<br>
&gt;&gt;&gt;&gt; graphical device present. What you are looking for is probably this<br>
&gt;&gt;&gt;&gt; (VNC method is described there):<br>
&gt;&gt;&gt;&gt; <a href="https://www.ovirt.org/documentation/how-to/hosted-engine/#handle-engine-vm-boot-problems" rel="noreferrer" target="_blank">https://www.ovirt.org/<wbr>documentation/how-to/hosted-<wbr>engine/#handle-engine-vm-boot-<wbr>problems</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Best regards<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Martin Sivak<br>
&gt;&gt;&gt;&gt; SLA / oVirt<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Fri, Apr 13, 2018 at 11:26 AM, Thomas Klute &lt;<a href="mailto:klute@ingenit.com">klute@ingenit.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; Dear oVirt Team,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; after trying to reboot a hosted engine setup on oVirt 4.2 the VM won&#39;t<br>
&gt;&gt;&gt;&gt;&gt; come up anymore.<br>
&gt;&gt;&gt;&gt;&gt; The qemu-kvm process is there but we&#39;re unable to access the VM using<br>
&gt;&gt;&gt;&gt;&gt; - the serial console (simply does not show anything, does not react to<br>
&gt;&gt;&gt;&gt;&gt; characters typed)<br>
&gt;&gt;&gt;&gt;&gt; - VNC / Spice because the hosted engine vm.conf does not contain any<br>
&gt;&gt;&gt;&gt;&gt; graphics device.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Before trying to reinstall, we&#39;d like to recover and debug what is going on.<br>
&gt;&gt;&gt;&gt;&gt; We mounted a Centos7 install .iso and started the VM using<br>
&gt;&gt;&gt;&gt;&gt; hosted-engine --vm-start<br>
&gt;&gt;&gt;&gt;&gt; --vm-conf=/var/run/ovirt-<wbr>hosted-engine-ha/vm-custom.<wbr>conf<br>
&gt;&gt;&gt;&gt;&gt; But we still have to problem, that the serial console does not show<br>
&gt;&gt;&gt;&gt;&gt; anything and there is no way to connect using VNC.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; So, what is the recommended way to move forward in such situation?<br>
&gt;&gt;&gt;&gt;&gt; IMHO the classical way would be to add a graphics device and connect via<br>
&gt;&gt;&gt;&gt;&gt; VNC?<br>
&gt;&gt;&gt;&gt;&gt; I did not use the serial console much, up to now. Should the serial<br>
&gt;&gt;&gt;&gt;&gt; console show any output during boot?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Thanks for your help,<br>
&gt;&gt;&gt;&gt;&gt;  Thomas<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; ______________________________<wbr>______________________________<wbr>____________<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;  Dipl.-Inform. Thomas Klute                           <a href="mailto:klute@ingenit.com">klute@ingenit.com</a><br>
&gt;&gt;&gt;&gt;&gt;  Geschäftsführer / CEO<br>
&gt;&gt;&gt;&gt;&gt;  ------------------------------<wbr>------------------------------<wbr>----------<br>
&gt;&gt;&gt;&gt;&gt;  ingenit GmbH &amp; Co. KG                       Tel. +49 (0)231 58 698-120<br>
&gt;&gt;&gt;&gt;&gt;  Emil-Figge-Strasse 76-80                    Fax. +49 (0)231 58 698-121<br>
&gt;&gt;&gt;&gt;&gt;  D-44227 Dortmund                                       <a href="http://www.ingenit.com" rel="noreferrer" target="_blank">www.ingenit.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;  Registergericht: Amtsgericht Dortmund, HRA 13 914<br>
&gt;&gt;&gt;&gt;&gt;  Gesellschafter : Thomas Klute, Marc-Christian Schröer<br>
&gt;&gt;&gt;&gt;&gt; ______________________________<wbr>______________________________<wbr>____________<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt;&gt;&gt;&gt; Users mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
&gt;&gt;&gt; Sollten noch Fragen offen sein, stehen wir Ihnen natürlich jederzeit<br>
&gt;&gt;&gt; gerne zur Verfügung.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Mit Grüßen aus Dortmund,<br>
&gt;&gt;&gt;  Thomas Klute<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; ______________________________<wbr>______________________________<wbr>____________<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;  Dipl.-Inform. Thomas Klute                           <a href="mailto:klute@ingenit.com">klute@ingenit.com</a><br>
&gt;&gt;&gt;  Geschäftsführer / CEO<br>
&gt;&gt;&gt;  ------------------------------<wbr>------------------------------<wbr>----------<br>
&gt;&gt;&gt;  ingenit GmbH &amp; Co. KG                       Tel. +49 (0)231 58 698-120<br>
&gt;&gt;&gt;  Emil-Figge-Strasse 76-80                    Fax. +49 (0)231 58 698-121<br>
&gt;&gt;&gt;  D-44227 Dortmund                                       <a href="http://www.ingenit.com" rel="noreferrer" target="_blank">www.ingenit.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;  Registergericht: Amtsgericht Dortmund, HRA 13 914<br>
&gt;&gt;&gt;  Gesellschafter : Thomas Klute, Marc-Christian Schröer<br>
&gt;&gt;&gt; ______________________________<wbr>______________________________<wbr>____________<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; Sollten noch Fragen offen sein, stehen wir Ihnen natürlich jederzeit<br>
&gt; gerne zur Verfügung.<br>
&gt;<br>
&gt; Mit Grüßen aus Dortmund,<br>
&gt;  Thomas Klute<br>
&gt;<br>
&gt; --<br>
&gt; ______________________________<wbr>______________________________<wbr>____________<br>
&gt;<br>
&gt;  Dipl.-Inform. Thomas Klute                           <a href="mailto:klute@ingenit.com">klute@ingenit.com</a><br>
&gt;  Geschäftsführer / CEO<br>
&gt;  ------------------------------<wbr>------------------------------<wbr>----------<br>
&gt;  ingenit GmbH &amp; Co. KG                       Tel. +49 (0)231 58 698-120<br>
&gt;  Emil-Figge-Strasse 76-80                    Fax. +49 (0)231 58 698-121<br>
&gt;  D-44227 Dortmund                                       <a href="http://www.ingenit.com" rel="noreferrer" target="_blank">www.ingenit.com</a><br>
&gt;<br>
&gt;  Registergericht: Amtsgericht Dortmund, HRA 13 914<br>
&gt;  Gesellschafter : Thomas Klute, Marc-Christian Schröer<br>
&gt; ______________________________<wbr>______________________________<wbr>____________<br>
&gt;<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></div></blockquote></div><br></div></div>