[ovirt-users] Windows Guest Agent Issues Since 4.3

2020-04-06 Thread Alex McWhirter

Upgraded a installation to 4.3, and update the guest agent on all VM's,
now all of my Windows VM's have a exclamation point telling me to
install the latest guest agent. Some parts of the guest agent still seem
to work, the IP addresses are still showing in the portal, but not FQDN
and for some machine the shutdown button no longer functions correctly. 


I also tried to a fresh 4.3 install on a test cluster, and at first it
worked great. But after a few days all of the windows vm's on that setup
are showing the same behavior. Linux guests are fine on both systems.
Not really sure where to start looking.___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WUYJCZD7ASZANSZN5QJP255WFMBYP6BL/


Re: [ovirt-users] Windows Guest Agent - Server 2008 R2

2014-06-30 Thread Vinzenz Feenstra

On 06/29/2014 03:43 AM, Nathan Llaneza wrote:

Hello Everyone,

I am having difficulties getting the oVirt Windows Guest Agent to work 
with Windows Server 2008 R2 SP1. We are currently running oVirt 3.4.2. 
I have used the instructions from 
http://www.ovirt.org/OVirt_Guest_Agent_For_Windows. As a side note I 
do have it working on Windows Server 2012 R2.


  * I have installed the Virtio serial drivers from the
virtio-win-0.1-81.iso
  * For troubleshooting purposes I later tried the drivers from the
virtio-win-0.1-74.iso
  * Installed python 2.7.3, Python for Windows extensions, py2exe
  * Compiled and copied the two exe files to C:\Program Files\Guest
Agents\oVirt Guest Agent\
  * The two files sha1 hash is:
OVirtGuestService.exe
A5F7FD0A15076437D174D3EF33FE95E42059FF0F

w9xpopen.exe
B4D4623E5522390AEF6F113B5BB6FA8F1CBDC66C

  * Removed all except the top three # symbols from the
ovirt-guest-agent.ini file and then copied it to the directory
stated above
  * The sha1 hash for this file is:
ovirt-guest-agent.ini
3ED609F101D44F52A68969DAD8D6F5F294FA733A

  * Installed the service. It shows up in services.msc.
  * Configure the service to auto start.
  * Try to start the service. This is where the problem exist. When I
try to start the service I get an error. The error code in Event
Viewer within Windows is Event 10.

Under the general tab is states The description for Event ID 10 from 
source OVirtGuestService cannot be found. Either the component that 
raises this event is not installed on your local computer or the 
installation is corrupted. You can install or repair the component on 
the local computer.


I have tried to remove the service and re-install with no luck. Any 
suggestions? Thanks!


Can you please check that the default.ini and default-logger.ini files 
are also in that folder? They can be found in the 
$(project_root)/configurations folder.

These files are now required if you build it from the master branch.

Once you have those two files in the target location, please try to 
start the service again.


I am not sure what the Event ID 10 means, it's maybe just that the 
process stopped unexpectedly.
Please also be sure that run OvirtGuestService.exe -install from the 
location where you keep the binary, otherwise the path to the service 
executable will be the wrong location.





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R  D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Windows Guest Agent - Server 2008 R2

2014-06-30 Thread Nathan Llaneza
Hello Everyone,

I am having difficulties getting the oVirt Windows Guest Agent to work with
Windows Server 2008 R2 SP1. We are currently running oVirt 3.4.2. I have
used the instructions from
http://www.ovirt.org/OVirt_Guest_Agent_For_Windows. As a side note I do
have it working on Windows Server 2012 R2.

   - I have installed the Virtio serial drivers from the
   virtio-win-0.1-81.iso
   - For troubleshooting purposes I later tried the drivers from the
   virtio-win-0.1-74.iso
   - Installed python 2.7.3, Python for Windows extensions, py2exe
   - Compiled and copied the two exe files to C:\Program Files\Guest
   Agents\oVirt Guest Agent\
   - The two files sha1 hash is:
   OVirtGuestService.exe
   A5F7FD0A15076437D174D3EF33FE95E42059FF0F

   w9xpopen.exe
   B4D4623E5522390AEF6F113B5BB6FA8F1CBDC66C

   - Removed all except the top three # symbols from the
   ovirt-guest-agent.ini file and then copied it to the directory stated above
   - The sha1 hash for this file is:
   ovirt-guest-agent.ini
   3ED609F101D44F52A68969DAD8D6F5F294FA733A

   - Installed the service. It shows up in services.msc.
   - Configure the service to auto start.
   - Try to start the service. This is where the problem exist. When I try
   to start the service I get an error. The error code in Event Viewer within
   Windows is Event 10.

Under the general tab is states The description for Event ID 10 from
source OVirtGuestService cannot be found. Either the component that raises
this event is not installed on your local computer or the installation is
corrupted. You can install or repair the component on the local computer.

I have tried to remove the service and re-install with no luck. Any
suggestions? Thanks!

-- 
E-mail correspondence to and from this address may be subject to the North 
Carolina Public Records Law and may be disclosed to third parties by an 
authorized state official. (NCGS.Ch.132)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Windows Guest Agent - Server 2008 R2

2014-06-30 Thread Bob Doolittle
I also am running 2008 R2, and the guest agent is working fine. I just
mounted the new pre-release tools iso and ran the installer. I did have to
change the service to start automatically but filed a bug on that.

http://resources.ovirt.org/pub/ovirt-master-snapshot-static/iso/ovirt-guest-tools/ovirt-guest-tools-3.5-2.iso

Good luck!

-Bob
Hello Everyone,

I am having difficulties getting the oVirt Windows Guest Agent to work with
Windows Server 2008 R2 SP1. We are currently running oVirt 3.4.2. I have
used the instructions from
http://www.ovirt.org/OVirt_Guest_Agent_For_Windows. As a side note I do
have it working on Windows Server 2012 R2.

   - I have installed the Virtio serial drivers from the
   virtio-win-0.1-81.iso
   - For troubleshooting purposes I later tried the drivers from the
   virtio-win-0.1-74.iso
   - Installed python 2.7.3, Python for Windows extensions, py2exe
   - Compiled and copied the two exe files to C:\Program Files\Guest
   Agents\oVirt Guest Agent\
   - The two files sha1 hash is:
   OVirtGuestService.exe
   A5F7FD0A15076437D174D3EF33FE95E42059FF0F

   w9xpopen.exe
   B4D4623E5522390AEF6F113B5BB6FA8F1CBDC66C

   - Removed all except the top three # symbols from the
   ovirt-guest-agent.ini file and then copied it to the directory stated above
   - The sha1 hash for this file is:
   ovirt-guest-agent.ini
   3ED609F101D44F52A68969DAD8D6F5F294FA733A

   - Installed the service. It shows up in services.msc.
   - Configure the service to auto start.
   - Try to start the service. This is where the problem exist. When I try
   to start the service I get an error. The error code in Event Viewer within
   Windows is Event 10.

Under the general tab is states The description for Event ID 10 from
source OVirtGuestService cannot be found. Either the component that raises
this event is not installed on your local computer or the installation is
corrupted. You can install or repair the component on the local computer.

I have tried to remove the service and re-install with no luck. Any
suggestions? Thanks!


E-mail correspondence to and from this address may be subject to the North
Carolina Public Records Law and may be disclosed to third parties by an
authorized state official. (NCGS.Ch.132)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Windows Guest Agent - Server 2008 R2

2014-06-29 Thread Nathan Llaneza
Hello Everyone,

I am having difficulties getting the oVirt Windows Guest Agent to work with
Windows Server 2008 R2 SP1. We are currently running oVirt 3.4.2. I have
used the instructions from
http://www.ovirt.org/OVirt_Guest_Agent_For_Windows. As a side note I do
have it working on Windows Server 2012 R2.

   - I have installed the Virtio serial drivers from the
   virtio-win-0.1-81.iso
   - For troubleshooting purposes I later tried the drivers from the
   virtio-win-0.1-74.iso
   - Installed python 2.7.3, Python for Windows extensions, py2exe
   - Compiled and copied the two exe files to C:\Program Files\Guest
   Agents\oVirt Guest Agent\
   - The two files sha1 hash is:
   OVirtGuestService.exe
   A5F7FD0A15076437D174D3EF33FE95E42059FF0F

   w9xpopen.exe
   B4D4623E5522390AEF6F113B5BB6FA8F1CBDC66C

   - Removed all except the top three # symbols from the
   ovirt-guest-agent.ini file and then copied it to the directory stated above
   - The sha1 hash for this file is:
   ovirt-guest-agent.ini
   3ED609F101D44F52A68969DAD8D6F5F294FA733A

   - Installed the service. It shows up in services.msc.
   - Configure the service to auto start.
   - Try to start the service. This is where the problem exist. When I try
   to start the service I get an error. The error code in Event Viewer within
   Windows is Event 10.

Under the general tab is states The description for Event ID 10 from
source OVirtGuestService cannot be found. Either the component that raises
this event is not installed on your local computer or the installation is
corrupted. You can install or repair the component on the local computer.

I have tried to remove the service and re-install with no luck. Any
suggestions? Thanks!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Windows Guest Agent

2014-03-01 Thread Karli Sjöberg

Den 1 mar 2014 00:22 skrev Nicholas Kesick cybertimber2...@hotmail.com:

 Lindsay,
 You have to build the windows guest agent. I have some directions that I need 
 to add to the Wiki about that. I'll get them added and reply with a link, of 
 you don't figure it put before then.

Something like this?
http://www.ovirt.org/OVirt_Guest_Agent_For_Windows

/K


 - Nick

 --- Original Message ---

 From: Lindsay Mathieson lindsay.mathie...@gmail.com
 Sent: February 28, 2014 2:44 PM
 To: users@ovirt.org
 Subject: [Users] Windows Guest Agent

 The KVM release notes (http://wiki.qemu.org/ChangeLog/1.7#Guest_agent)

 Mention that the windows guest agent now supports VSS.

 Whereabouta can I download this?

 NB: I am not a redhat customer.

 --
 Lindsay
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Windows Guest Agent

2014-02-28 Thread Lindsay Mathieson
The KVM release notes (http://wiki.qemu.org/ChangeLog/1.7#Guest_agent)

Mention that the windows guest agent now supports VSS.

Whereabouta can I download this?

NB: I am not a redhat customer.

-- 
Lindsay
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Windows Guest Agent

2014-02-28 Thread Nicholas Kesick
Lindsay,
You have to build the windows guest agent. I have some directions that I need 
to add to the Wiki about that. I'll get them added and reply with a link, of 
you don't figure it put before then.

- Nick

--- Original Message ---

From: Lindsay Mathieson lindsay.mathie...@gmail.com
Sent: February 28, 2014 2:44 PM
To: users@ovirt.org
Subject: [Users] Windows Guest Agent

The KVM release notes (http://wiki.qemu.org/ChangeLog/1.7#Guest_agent)

Mention that the windows guest agent now supports VSS.

Whereabouta can I download this?

NB: I am not a redhat customer.

--
Lindsay
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users