
On Thu, Apr 20, 2017 at 7:39 PM, Martin Sivak <msivak@redhat.com> wrote:
Are you sure you restarted the proper services?
I see -nographic in the qemu command line and you mentioned ovirt-guest-agent intead of ovirt-ha-agent..
Best regards
Martin Sivak
Yes, I mispelled the service in the text of my e-mail, but I did restart ovirt-ha-agent service. [root@ractor ~]# systemctl status ovirt-ha-agent ● ovirt-ha-agent.service - oVirt Hosted Engine High Availability Monitoring Agent Loaded: loaded (/usr/lib/systemd/system/ovirt-ha-agent.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2017-04-20 19:08:29 CEST; 4h 16min ago Main PID: 22405 (ovirt-ha-agent) CGroup: /system.slice/ovirt-ha-agent.service └─22405 /usr/bin/python /usr/share/ovirt-hosted-engine-ha/ovirt-ha-agent --no-daemon Apr 20 19:08:29 ractor.datacenter.polimi.it systemd[1]: Started oVirt Hosted Engine High Availability Monitoring Agent. Apr 20 19:08:29 ractor.datacenter.polimi.it systemd[1]: Starting oVirt Hosted Engine High Availability Monitoring Agent... [root@ractor ~]# And my qemu-kvm process for my hosted engine: [root@ractor ~]# ps -ef|grep Hosted qemu 23686 1 5 19:11 ? 00:13:59 /usr/libexec/qemu-kvm -name guest=HostedEngine,debug-threads=on .... I did see that there is no graphic part... In web admin gui I see that my engine has Video Type "QXL" but graphics Protocol set to "None": https://drive.google.com/file/d/0BwoPbcrMv8mvUURobHhKb0kxemM/view?usp=sharin... Gianluca