[ovirt-users] Re: Guest Agent Warning

2019-11-11 Thread Sandro Bonazzola
Il giorno sab 26 ott 2019 alle ore 01:07  ha
scritto:

> Sandro, I have installed the ovirt-guest-agent, but even with this I'm
> getting the warning message.
>

so looks like the service is up and running.
can you please check if you have in your VM

/dev/virtio-ports/com.redhat.rhevm.vdsm
or
/dev/virtio-ports/ovirt-guest-agent.0

because at some point within ovirt we changed the name of the virtio port
and it should be /dev/virtio-ports/ovirt-guest-agent.0 now.
Maybe Debian didn't update that config part.

See also https://lists.ovirt.org/pipermail/users/2018-March/088042.html




>
> it follow the data about ovirt-guest-agent package.
>
> root@vyos:/home/vyos# /etc/init.d/ovirt-guest-agent status
> ● ovirt-guest-agent.service - oVirt Guest Agent
>Loaded: loaded (/lib/systemd/system/ovirt-guest-agent.service; enabled)
>Active: active (running) since Fri 2019-10-25 22:51:06 UTC; 1min 51s ago
>  Main PID: 1017 (python)
>CGroup: /system.slice/ovirt-guest-agent.service
>└─1017 /usr/bin/python
> /usr/share/ovirt-guest-agent/ovirt-guest-agent.py
>
> Oct 25 22:51:07 vyos systemd[1]: Started oVirt Guest Agent.
> Oct 25 22:51:09 vyos python[1017]: [117B blob data]
> Oct 25 22:51:09 vyos python[1017]: [154B blob data]
> Oct 25 22:51:09 vyos python[1017]: [99B blob data]
> Oct 25 22:51:09 vyos python[1017]: [117B blob data]
> Oct 25 22:51:09 vyos python[1017]: [154B blob data]
> Oct 25 22:51:09 vyos python[1017]: [99B blob data]
>
>
> root@vyos:/home/vyos# apt-cache show ovirt-guest-agent
> Package: ovirt-guest-agent
> Status: install ok installed
> Priority: extra
> Section: utils
> Installed-Size: 97
> Maintainer: Laszlo Boszormenyi (GCS) 
> Architecture: all
> Version: 1.0.10.2.dfsg-2+deb8u1
> Depends: python:any (>= 2.7.5-5~), udev, python-apt, python-dbus,
> python-ethtool, usermode, qemu-guest-agent
> Conffiles:
>  /etc/dbus-1/system.d/org.ovirt.vdsm.Credentials.conf
> dd7256b739573df23d112eace6153d71
>  /etc/init.d/ovirt-guest-agent 11df41943875996bc35a6b59a06c9743
>  /etc/init/ovirt-guest-agent.conf 716f3fe1ce6451c3918dad615af563de
>  /etc/ovirt-guest-agent.conf bef6cd9952f22d92bbc37b795ea4e3fc
>  /etc/pam.d/ovirt-hibernate 357631845165598943fe9d4d850490d4
>  /etc/pam.d/ovirt-locksession 357631845165598943fe9d4d850490d4
>  /etc/pam.d/ovirt-shutdown 357631845165598943fe9d4d850490d4
>  /etc/security/console.apps/ovirt-hibernate
> 74b9eb3f7e137fef612919dc37376ed9
>  /etc/security/console.apps/ovirt-locksession
> 0fdb1f976f5d01b0343cc060d6e617fd
>  /etc/security/console.apps/ovirt-shutdown 3d5b4997874d1cb497ecda5f6c43e430
> Description: daemon that resides within guest virtual machines
>  This is the oVirt management agent running inside the guest. The agent
>  interfaces with the oVirt manager, supplying heart-beat info as well as
>  run-time data from within the guest itself. The agent also accepts
>  control commands to be run executed within the OS (like: shutdown and
>  restart).
> Description-md5: 2a0eab398e766b2ef4daac20a890c524
> Homepage: http://www.ovirt.org/Ovirt_guest_agent
>
>
>
> Regards
> Carlos
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/NJNPLDSL4L2UA5QGPX4GAXZMCUR3SC2N/
>


-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV

Red Hat EMEA 

sbona...@redhat.com
*Red Hat respects your work life balance.
Therefore there is no need to answer this email out of your office hours.
*
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AOFUGUXYAPHVM2NRJFW4RGEOYYC3U7DS/


[ovirt-users] Re: Guest Agent Warning

2019-10-25 Thread ccesario
Sandro, I have installed the ovirt-guest-agent, but even with this I'm getting 
the warning message.

it follow the data about ovirt-guest-agent package.

root@vyos:/home/vyos# /etc/init.d/ovirt-guest-agent status
● ovirt-guest-agent.service - oVirt Guest Agent
   Loaded: loaded (/lib/systemd/system/ovirt-guest-agent.service; enabled)
   Active: active (running) since Fri 2019-10-25 22:51:06 UTC; 1min 51s ago
 Main PID: 1017 (python)
   CGroup: /system.slice/ovirt-guest-agent.service
   └─1017 /usr/bin/python 
/usr/share/ovirt-guest-agent/ovirt-guest-agent.py

Oct 25 22:51:07 vyos systemd[1]: Started oVirt Guest Agent.
Oct 25 22:51:09 vyos python[1017]: [117B blob data]
Oct 25 22:51:09 vyos python[1017]: [154B blob data]
Oct 25 22:51:09 vyos python[1017]: [99B blob data]
Oct 25 22:51:09 vyos python[1017]: [117B blob data]
Oct 25 22:51:09 vyos python[1017]: [154B blob data]
Oct 25 22:51:09 vyos python[1017]: [99B blob data]


root@vyos:/home/vyos# apt-cache show ovirt-guest-agent
Package: ovirt-guest-agent
Status: install ok installed
Priority: extra
Section: utils
Installed-Size: 97
Maintainer: Laszlo Boszormenyi (GCS) 
Architecture: all
Version: 1.0.10.2.dfsg-2+deb8u1
Depends: python:any (>= 2.7.5-5~), udev, python-apt, python-dbus, 
python-ethtool, usermode, qemu-guest-agent
Conffiles:
 /etc/dbus-1/system.d/org.ovirt.vdsm.Credentials.conf 
dd7256b739573df23d112eace6153d71
 /etc/init.d/ovirt-guest-agent 11df41943875996bc35a6b59a06c9743
 /etc/init/ovirt-guest-agent.conf 716f3fe1ce6451c3918dad615af563de
 /etc/ovirt-guest-agent.conf bef6cd9952f22d92bbc37b795ea4e3fc
 /etc/pam.d/ovirt-hibernate 357631845165598943fe9d4d850490d4
 /etc/pam.d/ovirt-locksession 357631845165598943fe9d4d850490d4
 /etc/pam.d/ovirt-shutdown 357631845165598943fe9d4d850490d4
 /etc/security/console.apps/ovirt-hibernate 74b9eb3f7e137fef612919dc37376ed9
 /etc/security/console.apps/ovirt-locksession 0fdb1f976f5d01b0343cc060d6e617fd
 /etc/security/console.apps/ovirt-shutdown 3d5b4997874d1cb497ecda5f6c43e430
Description: daemon that resides within guest virtual machines
 This is the oVirt management agent running inside the guest. The agent
 interfaces with the oVirt manager, supplying heart-beat info as well as
 run-time data from within the guest itself. The agent also accepts
 control commands to be run executed within the OS (like: shutdown and
 restart).
Description-md5: 2a0eab398e766b2ef4daac20a890c524
Homepage: http://www.ovirt.org/Ovirt_guest_agent



Regards
Carlos
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/NJNPLDSL4L2UA5QGPX4GAXZMCUR3SC2N/


[ovirt-users] Re: Guest Agent Warning

2019-10-25 Thread ccesario
Hi Sandro, 

Thanks by your information, I will try do it.

Best regards
Carlos
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/EM5ZBUFFYYA7BZK3BDHUBFWHXUHQDWE3/


[ovirt-users] Re: Guest Agent Warning

2019-10-25 Thread Sandro Bonazzola
Il giorno ven 25 ott 2019 alle ore 01:40  ha
scritto:

> This is my version
>
> root@vyos:/home/vyos# /etc/init.d/qemu-guest-agent status
> ● qemu-guest-agent.service - LSB: QEMU Guest Agent startup script
>Loaded: loaded (/etc/init.d/qemu-guest-agent)
>Active: active (running) since Thu 2019-10-24 20:35:56 UTC; 14s ago
>   Process: 11600 ExecStop=/etc/init.d/qemu-guest-agent stop (code=exited,
> status=0/SUCCESS)
>   Process: 11608 ExecStart=/etc/init.d/qemu-guest-agent start
> (code=exited, status=0/SUCCESS)
>CGroup: /system.slice/qemu-guest-agent.service
>└─11615 /usr/sbin/qemu-ga --daemonize -m virtio-serial -p
> /dev/virtio-ports/org.qemu.guest_agent.0
>
> Oct 24 20:35:56 vyos systemd[1]: Started LSB: QEMU Guest Agent startup
> script.
>
>
> root@vyos:/home/vyos# qemu-ga -V
> QEMU Guest Agent 2.1.2
>
>
>
> root@vyos:/home/vyos# dpkg -l qemu*
> ii  qemu-guest-agent   1:2.1+dfsg-12+deb8u1 amd64
>   Guest-side qemu-system agent
>

Looks like you're running Debian Jessie there which is still in LTS support
till  June 30, 2020.
You can try installing ovirt-guest-agent 1.0.10
https://packages.debian.org/jessie/ovirt-guest-agent
but you may need to tweak it a bit:
https://angrysysadmins.tech/index.php/2019/02/bailey/debian-how-to-install-ovirt-guest-agent-on-debian-9/
I would suggest to open a bug on Debian for getting an updated build of the
agent on https://www.debian.org/Bugs/.





> root@vyos:/home/vyos#
>
> Best regards
>
> Carlos
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/LAITUVLXUP5GKII3YN4VBCKBO772DD46/
>


-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV

Red Hat EMEA 

sbona...@redhat.com
*Red Hat respects your work life balance.
Therefore there is no need to answer this email out of your office hours.
*
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IHQP33WV6GCNOIES27AWYAC4WFQFB7VW/


[ovirt-users] Re: Guest Agent Warning

2019-10-24 Thread ccesario
This is my version

root@vyos:/home/vyos# /etc/init.d/qemu-guest-agent status
● qemu-guest-agent.service - LSB: QEMU Guest Agent startup script
   Loaded: loaded (/etc/init.d/qemu-guest-agent)
   Active: active (running) since Thu 2019-10-24 20:35:56 UTC; 14s ago
  Process: 11600 ExecStop=/etc/init.d/qemu-guest-agent stop (code=exited, 
status=0/SUCCESS)
  Process: 11608 ExecStart=/etc/init.d/qemu-guest-agent start (code=exited, 
status=0/SUCCESS)
   CGroup: /system.slice/qemu-guest-agent.service
   └─11615 /usr/sbin/qemu-ga --daemonize -m virtio-serial -p 
/dev/virtio-ports/org.qemu.guest_agent.0

Oct 24 20:35:56 vyos systemd[1]: Started LSB: QEMU Guest Agent startup script.


root@vyos:/home/vyos# qemu-ga -V
QEMU Guest Agent 2.1.2



root@vyos:/home/vyos# dpkg -l qemu*
ii  qemu-guest-agent   1:2.1+dfsg-12+deb8u1 amd64
Guest-side qemu-system agent
root@vyos:/home/vyos#

Best regards

Carlos
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/LAITUVLXUP5GKII3YN4VBCKBO772DD46/


[ovirt-users] Re: Guest Agent Warning

2019-10-24 Thread Strahil Nikolov
 I have CentOS 7 with qemu-guest-agent v2.12.0 and no warning is displayed.
As you use RHEL 7, you should have the same version.
Best Regards,Strahil Nikolov
В четвъртък, 24 октомври 2019 г., 20:32:48 ч. Гринуич+3, 
 написа:  
 
 Hi Petr, 
Thank you by reply!

Is there any workarround to remove this warning even using  qemu-guest-agent, 
because Iin vyos (deb based) we dont have ovirt-guest-agent.

Best regards
Carlos
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7JJTP6MNVGHRCHA6YUOSZODAJFNRHCQ2/
  ___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WWCQA4CP3JHMD2EHHKSEEHTXZ6O3QIME/


[ovirt-users] Re: Guest Agent Warning

2019-10-24 Thread Strahil Nikolov
 Not True,
my CentOS 7 has qemu-guest-agent and no warning is displayed.
# qemu-ga --version  
QEMU Guest Agent 2.12.0
# rpm -qa | grep agent  
qemu-guest-agent-2.12.0-3.el7.x86_64


Best Regards,Strahil Nikolov

В четвъртък, 24 октомври 2019 г., 18:30:29 ч. Гринуич+3, Petr Matyáš 
 написа:  
 
 Hi, this is because it needs ovirt-guest-agent specifically, with qemu 
it is reporting data but the warning will appear.

Petr Matyas | RHVM System QE
pmat...@redhat.com
pmatyas @ #brno, #rhev-qe

On 10/24/19 4:10 PM, ccesa...@blueit.com.br wrote:
> Hello, Does someone has idea about fix/remove the warning message  "The 
> latest guest agent needs to be installed and running on the guest" from my 
> VMs ?
>
> I already has the qemu agent running and updated on VMS.
> I already tried restart the VM and HOST but the warning persist.
>
> Any tip?
>
> My Env.
> ==
> https://pasteboard.co/IDsJZE1.png
>
> Warning message
> ==
> https://pasteboard.co/IDsLcNS.png
>
>
> Qemu agent
> ==
> https://pasteboard.co/IDsMmdPp.png
>
>
> Best regards
>
> Carlos
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZEKKZNQ7DURMBYYMZ5NO3OGRX6MNIJJ4/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WKYQ7SSROLYW272NE4GTMWQIMWWG4DIP/
  ___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HLR6DXNT6VLXOAFGMFLZZXIITO2OF2WG/


[ovirt-users] Re: Guest Agent Warning

2019-10-24 Thread Strahil
Which version do you have ?

Best Regards,
Strahil NikolovOn Oct 24, 2019 17:10, ccesa...@blueit.com.br wrote:
>
> Hello, Does someone has idea about fix/remove the warning message  "The 
> latest guest agent needs to be installed and running on the guest" from my 
> VMs ? 
>
> I already has the qemu agent running and updated on VMS. 
> I already tried restart the VM and HOST but the warning persist. 
>
> Any tip? 
>
> My Env. 
> == 
> https://pasteboard.co/IDsJZE1.png 
>
> Warning message 
> == 
> https://pasteboard.co/IDsLcNS.png 
>
>
> Qemu agent 
> == 
> https://pasteboard.co/IDsMmdPp.png 
>
>
> Best regards 
>
> Carlos
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZEKKZNQ7DURMBYYMZ5NO3OGRX6MNIJJ4/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GBXEZCDWHYOJCF4GVIO2VEFXTN24PCZV/


[ovirt-users] Re: Guest Agent Warning

2019-10-24 Thread ccesario
Hi Petr, 
Thank you by reply!

Is there any workarround to remove this warning even using  qemu-guest-agent, 
because Iin vyos (deb based) we dont have ovirt-guest-agent.

Best regards
Carlos
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7JJTP6MNVGHRCHA6YUOSZODAJFNRHCQ2/


[ovirt-users] Re: Guest Agent Warning

2019-10-24 Thread Petr Matyáš
Hi, this is because it needs ovirt-guest-agent specifically, with qemu 
it is reporting data but the warning will appear.


Petr Matyas | RHVM System QE
pmat...@redhat.com
pmatyas @ #brno, #rhev-qe

On 10/24/19 4:10 PM, ccesa...@blueit.com.br wrote:

Hello, Does someone has idea about fix/remove the warning message  "The latest guest 
agent needs to be installed and running on the guest" from my VMs ?

I already has the qemu agent running and updated on VMS.
I already tried restart the VM and HOST but the warning persist.

Any tip?

My Env.
==
https://pasteboard.co/IDsJZE1.png

Warning message
==
https://pasteboard.co/IDsLcNS.png


Qemu agent
==
https://pasteboard.co/IDsMmdPp.png


Best regards

Carlos
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZEKKZNQ7DURMBYYMZ5NO3OGRX6MNIJJ4/

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WKYQ7SSROLYW272NE4GTMWQIMWWG4DIP/