
Hello, i have installed one oVirt platform with 2 node and 1 HE version 4.2.1.7-1 It seem to work fine, but i would like more information on the guest agent. For the HE, the guest agent seem to be OK, on this vm i 've spotted that the ovirt-guest-agent and qemu-guest-agent are installed. I have 2 VM, 1 debian 9 and 1 RHEL 6.5. I've tried to install the same service on each VM, but the result is the same : no info about IP, fqdn, or app installed for these vm, and there is a orange ! for each vm on the web ui (indicate that i need to install latest guest agent) . I have tried different test with spice-vdagent, or ovirt-guest-agent or qemu-guest-agent but no way. ovirt-guest-agent doesn't start on debian 9 and RHEL 6.5 : MainThread::INFO::2018-03-11 22:46:02,984::ovirt-guest-agent::59::root::Starting oVirt guest agentMainThread::ERROR::2018-03-11 22:46:02,986::ovirt-guest-agent::141::root::Unhandled exception in oVirt guest agent!Traceback (most recent call last): File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 135, in <module> agent.run(daemon, pidfile) File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 65, in run self.agent = LinuxVdsAgent(config) File "/usr/share/ovirt-guest-agent/GuestAgentLinux2.py", line 472, in __init__ AgentLogicBase.__init__(self, config) File "/usr/share/ovirt-guest-agent/OVirtAgentLogic.py", line 188, in __init__ self.vio = VirtIoChannel(config.get("virtio", "device")) File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 153, in __init__ self._stream = VirtIoStream(vport_name) File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 134, in __init__ self._vport = os.open(vport_name, os.O_RDWR)OSError: [Errno 2] No such file or directory: '/dev/virtio-ports/com.redhat.rhevm.vdsm' Can i have help for this problem ? Thanks. Nicolas VAYE DSI - Nouméa NEW CALEDONIA

On Mon, Mar 12, 2018 at 12:57 AM Nicolas Vaye <nicolas.vaye@province-sud.nc> wrote:
Hello,
i have installed one oVirt platform with 2 node and 1 HE version 4.2.1.7-1
It seem to work fine, but i would like more information on the guest agent. For the HE, the guest agent seem to be OK, on this vm i 've spotted that the ovirt-guest-agent and qemu-guest-agent are installed.
I have 2 VM, 1 debian 9 and 1 RHEL 6.5. I've tried to install the same service on each VM, but the result is the same : no info about IP, fqdn, or app installed for these vm, and there is a orange ! for each vm on the web ui (indicate that i need to install latest guest agent) .
I have tried different test with spice-vdagent, or ovirt-guest-agent or qemu-guest-agent but no way.
ovirt-guest-agent doesn't start on debian 9 and RHEL 6.5 : MainThread::INFO::2018-03-11 22:46:02,984::ovirt-guest-agent::59::root::Starting oVirt guest agentMainThread::ERROR::2018-03-11 22:46:02,986::ovirt-guest-agent::141::root::Unhandled exception in oVirt guest agent!Traceback (most recent call last): File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 135, in <module> agent.run(daemon, pidfile) File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 65, in run self.agent = LinuxVdsAgent(config) File "/usr/share/ovirt-guest-agent/GuestAgentLinux2.py", line 472, in __init__ AgentLogicBase.__init__(self, config) File "/usr/share/ovirt-guest-agent/OVirtAgentLogic.py", line 188, in __init__ self.vio = VirtIoChannel(config.get("virtio", "device")) File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 153, in __init__ self._stream = VirtIoStream(vport_name) File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 134, in __init__ self._vport = os.open(vport_name, os.O_RDWR)OSError: [Errno 2] No such file or directory: '/dev/virtio-ports/com.redhat.rhevm.vdsm'
Can i have help for this problem ?
I hope that Tomáš can help. Nir

Hi, on Debian stretch the problem is the old version of agent from stretch repository. I downloaded 1.0.13 from Debian testing repo as *.deb file. With these new versions of guest-agent then is also a udev rules issue. The serial channels have been renamed and the rules didn`t match for ovirt. See my install script, as attachement. Cheers. On 11.03.2018 23:56, Nicolas Vaye wrote:
Hello,
i have installed one oVirt platform with 2 node and 1 HE version 4.2.1.7-1
It seem to work fine, but i would like more information on the guest agent. For the HE, the guest agent seem to be OK, on this vm i 've spotted that the ovirt-guest-agent and qemu-guest-agent are installed.
I have 2 VM, 1 debian 9 and 1 RHEL 6.5. I've tried to install the same service on each VM, but the result is the same : no info about IP, fqdn, or app installed for these vm, and there is a orange ! for each vm on the web ui (indicate that i need to install latest guest agent) .
I have tried different test with spice-vdagent, or ovirt-guest-agent or qemu-guest-agent but no way.
ovirt-guest-agent doesn't start on debian 9 and RHEL 6.5 : MainThread::INFO::2018-03-11 22:46:02,984::ovirt-guest-agent::59::root::Starting oVirt guest agentMainThread::ERROR::2018-03-11 22:46:02,986::ovirt-guest-agent::141::root::Unhandled exception in oVirt guest agent!Traceback (most recent call last): File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 135, in <module> agent.run(daemon, pidfile) File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 65, in run self.agent = LinuxVdsAgent(config) File "/usr/share/ovirt-guest-agent/GuestAgentLinux2.py", line 472, in __init__ AgentLogicBase.__init__(self, config) File "/usr/share/ovirt-guest-agent/OVirtAgentLogic.py", line 188, in __init__ self.vio = VirtIoChannel(config.get("virtio", "device")) File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 153, in __init__ self._stream = VirtIoStream(vport_name) File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 134, in __init__ self._vport = os.open(vport_name, os.O_RDWR)OSError: [Errno 2] No such file or directory: '/dev/virtio-ports/com.redhat.rhevm.vdsm'
Can i have help for this problem ?
Thanks.
Nicolas VAYE DSI - Nouméa NEW CALEDONIA _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Mit freundlichem Gruß Oliver Riesener -- Hochschule Bremen Elektrotechnik und Informatik Oliver Riesener Neustadtswall 30 D-28199 Bremen Tel: 0421 5905-2405, Fax: -2400 e-mail:oliver.riesener@hs-bremen.de

Hi, On Mon, 12 Mar 2018 10:48:48 +0100 Oliver Riesener <Oliver.Riesener@hs-bremen.de> wrote:
Hi, on Debian stretch the problem is the old version of agent from stretch repository. I downloaded 1.0.13 from Debian testing repo as *.deb file. With these new versions of guest-agent then is also a udev rules issue. The serial channels have been renamed and the rules didn`t match for ovirt.
thanks for noticing. I opened a bug on Debian here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893698 Tomas
See my install script, as attachement. Cheers.
On 11.03.2018 23:56, Nicolas Vaye wrote:
Hello,
i have installed one oVirt platform with 2 node and 1 HE version 4.2.1.7-1
It seem to work fine, but i would like more information on the guest agent. For the HE, the guest agent seem to be OK, on this vm i 've spotted that the ovirt-guest-agent and qemu-guest-agent are installed.
I have 2 VM, 1 debian 9 and 1 RHEL 6.5. I've tried to install the same service on each VM, but the result is the same : no info about IP, fqdn, or app installed for these vm, and there is a orange ! for each vm on the web ui (indicate that i need to install latest guest agent) .
I have tried different test with spice-vdagent, or ovirt-guest-agent or qemu-guest-agent but no way.
ovirt-guest-agent doesn't start on debian 9 and RHEL 6.5 : MainThread::INFO::2018-03-11 22:46:02,984::ovirt-guest-agent::59::root::Starting oVirt guest agentMainThread::ERROR::2018-03-11 22:46:02,986::ovirt-guest-agent::141::root::Unhandled exception in oVirt guest agent!Traceback (most recent call last): File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 135, in <module> agent.run(daemon, pidfile) File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 65, in run self.agent = LinuxVdsAgent(config) File "/usr/share/ovirt-guest-agent/GuestAgentLinux2.py", line 472, in __init__ AgentLogicBase.__init__(self, config) File "/usr/share/ovirt-guest-agent/OVirtAgentLogic.py", line 188, in __init__ self.vio = VirtIoChannel(config.get("virtio", "device")) File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 153, in __init__ self._stream = VirtIoStream(vport_name) File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 134, in __init__ self._vport = os.open(vport_name, os.O_RDWR)OSError: [Errno 2] No such file or directory: '/dev/virtio-ports/com.redhat.rhevm.vdsm'
Can i have help for this problem ?
Thanks.
Nicolas VAYE DSI - Nouméa NEW CALEDONIA _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Mit freundlichem Gruß
Oliver Riesener
-- Hochschule Bremen Elektrotechnik und Informatik Oliver Riesener Neustadtswall 30 D-28199 Bremen
Tel: 0421 5905-2405, Fax: -2400 e-mail:oliver.riesener@hs-bremen.de
-- Tomáš Golembiovský <tgolembi@redhat.com>

Hi, On Sun, 11 Mar 2018 22:56:32 +0000 Nicolas Vaye <nicolas.vaye@province-sud.nc> wrote:
Hello,
i have installed one oVirt platform with 2 node and 1 HE version 4.2.1.7-1
It seem to work fine, but i would like more information on the guest agent. For the HE, the guest agent seem to be OK, on this vm i 've spotted that the ovirt-guest-agent and qemu-guest-agent are installed.
I have 2 VM, 1 debian 9 and 1 RHEL 6.5. I've tried to install the same service on each VM, but the result is the same : no info about IP, fqdn, or app installed for these vm, and there is a orange ! for each vm on the web ui (indicate that i need to install latest guest agent) .
What version of the guest agent do you have installed on RHEL 6.5? Tomas
I have tried different test with spice-vdagent, or ovirt-guest-agent or qemu-guest-agent but no way.
ovirt-guest-agent doesn't start on debian 9 and RHEL 6.5 : MainThread::INFO::2018-03-11 22:46:02,984::ovirt-guest-agent::59::root::Starting oVirt guest agentMainThread::ERROR::2018-03-11 22:46:02,986::ovirt-guest-agent::141::root::Unhandled exception in oVirt guest agent!Traceback (most recent call last): File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 135, in <module> agent.run(daemon, pidfile) File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 65, in run self.agent = LinuxVdsAgent(config) File "/usr/share/ovirt-guest-agent/GuestAgentLinux2.py", line 472, in __init__ AgentLogicBase.__init__(self, config) File "/usr/share/ovirt-guest-agent/OVirtAgentLogic.py", line 188, in __init__ self.vio = VirtIoChannel(config.get("virtio", "device")) File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 153, in __init__ self._stream = VirtIoStream(vport_name) File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 134, in __init__ self._vport = os.open(vport_name, os.O_RDWR)OSError: [Errno 2] No such file or directory: '/dev/virtio-ports/com.redhat.rhevm.vdsm'
Can i have help for this problem ?
Thanks.
Nicolas VAYE DSI - Nouméa NEW CALEDONIA _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Tomáš Golembiovský <tgolembi@redhat.com>

Hi Tomas, for my RHEL 6.5, i have installed ovirt-guest-agent 1.0.12-2.el6.noarch. Thanks. -------- Message initial -------- Date: Wed, 21 Mar 2018 11:34:08 +0100 Objet: Re: [ovirt-users] VM guest agent Cc: users@ovirt.org <users@ovirt.org<mailto:%22users@ovirt.org%22%20%3cusers@ovirt.org%3e>> À: Nicolas Vaye <nicolas.vaye@province-sud.nc<mailto:Nicolas%20Vaye%20%3cnicolas.vaye@province-sud.nc%3e>> De: Tomáš Golembiovský <tgolembi@redhat.com<mailto:%3d%3fUTF-8%3fQ%3fTom%3dC3%3dA1%3dC5%3dA1_Golembiovsk%3dC3%3dBD%3f%3d%20%3ctgolembi@redhat.com%3e>> Hi, On Sun, 11 Mar 2018 22:56:32 +0000 Nicolas Vaye <nicolas.vaye@province-sud.nc<mailto:nicolas.vaye@province-sud.nc>> wrote: Hello, i have installed one oVirt platform with 2 node and 1 HE version 4.2.1.7-1 It seem to work fine, but i would like more information on the guest agent. For the HE, the guest agent seem to be OK, on this vm i 've spotted that the ovirt-guest-agent and qemu-guest-agent are installed. I have 2 VM, 1 debian 9 and 1 RHEL 6.5. I've tried to install the same service on each VM, but the result is the same : no info about IP, fqdn, or app installed for these vm, and there is a orange ! for each vm on the web ui (indicate that i need to install latest guest agent) . What version of the guest agent do you have installed on RHEL 6.5? Tomas I have tried different test with spice-vdagent, or ovirt-guest-agent or qemu-guest-agent but no way. ovirt-guest-agent doesn't start on debian 9 and RHEL 6.5 : MainThread::INFO::2018-03-11 22:46:02,984::ovirt-guest-agent::59::root::Starting oVirt guest agentMainThread::ERROR::2018-03-11 22:46:02,986::ovirt-guest-agent::141::root::Unhandled exception in oVirt guest agent!Traceback (most recent call last): File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 135, in <module> agent.run(daemon, pidfile) File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 65, in run self.agent = LinuxVdsAgent(config) File "/usr/share/ovirt-guest-agent/GuestAgentLinux2.py", line 472, in __init__ AgentLogicBase.__init__(self, config) File "/usr/share/ovirt-guest-agent/OVirtAgentLogic.py", line 188, in __init__ self.vio = VirtIoChannel(config.get("virtio", "device")) File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 153, in __init__ self._stream = VirtIoStream(vport_name) File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 134, in __init__ self._vport = os.open(vport_name, os.O_RDWR)OSError: [Errno 2] No such file or directory: '/dev/virtio-ports/com.redhat.rhevm.vdsm' Can i have help for this problem ? Thanks. Nicolas VAYE DSI - Nouméa NEW CALEDONIA _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users
participants (4)
-
Nicolas Vaye
-
Nir Soffer
-
Oliver Riesener
-
Tomáš Golembiovský