Page 1 sur 1
[RESOLVED] clock icon stuck on reachable column
Posté : 25 janv. 2018 - 16:59
par empbilly
Hello,
WAPT Server version: 1.5.1.16 (debian 9.3)
WAPT Setup version: 1.5.1.16 (windows 7)
I have some computers already on the server. After placing another 3 computers in the wapt server, they got the clock icon stuck on reachable column.
I went to one of the computers, I logged in with my domain account and still did not upgrade to the green icon.
What can it be?
http://i.imgur.com/6MSRvuM.png
Re: clock icon stuck on reachable column
Posté : 25 janv. 2018 - 17:17
par htouvet
Th clock icon means that the host has not yet (or not being able) establidhed a Websocket connection to the server.
Either the waptservice can not be started properly
Or there is a http proxy defined for the System Account (we have currently an issue with proxy settings and webscockets, normally, proxy should be disabled when nothing is defined in wapt-get.ini, but in fact, the setting in registry is taken in accoun...)
Check to restart the waptservice directly on the computer and check the log in "c:\program files (x86)\wapt\log\waptservice.log"
Hubert
Re: clock icon stuck on reachable column
Posté : 26 janv. 2018 - 11:35
par empbilly
I had built the waptsetup with the private key option enabled and tried to find it in c:\private but could not find it. I thought it was automatically sent, but I do not think so.
How is it done?
Another doubt with version 1.5 is that when installing or upgrading a package, a new package appears on almost all machines. The package name is the UUID of the Overview tab.
https://i.imgur.com/bLZBpVf.png
P.S: The [img] tag is not working correctly.
Is that the way it is or is my installation in trouble?
Re: clock icon stuck on reachable column
Posté : 29 janv. 2018 - 15:24
par empbilly
Regarding the post above, any idea what it might be?
Re: clock icon stuck on reachable column
Posté : 30 janv. 2018 - 09:49
par agauvrit
empbilly a écrit : ↑26 janv. 2018 - 11:35
I had built the waptsetup with the private key option enabled and tried to find it in c:\private but could not find it. I thought it was automatically sent, but I do not think so.
How is it done?
Did you generate your private key and certificate ?
The private key field is set in your waptconsole.exe pointing to your generated private key (*.pem), the related certificate (*.crt) is bundled in your WAPT Agent during agent building.
Doc :
https://www.wapt.fr/en/doc/Installation ... index.html
empbilly a écrit : ↑26 janv. 2018 - 11:35
Another doubt with version 1.5 is that when installing or upgrading a package, a new package appears on almost all machines. The package name is the UUID of the Overview tab.
https://i.imgur.com/bLZBpVf.png
The package named after the computer UUID is the "Host Package" which describe computer configuration.
The host package was named using the host FQDN, now with WAPT 1.5 it's named after computer UUID.
Re: clock icon stuck on reachable column
Posté : 30 janv. 2018 - 13:06
par empbilly
agauvrit a écrit : ↑30 janv. 2018 - 09:49
empbilly a écrit : ↑26 janv. 2018 - 11:35
I had built the waptsetup with the private key option enabled and tried to find it in c:\private but could not find it. I thought it was automatically sent, but I do not think so.
How is it done?
Did you generate your private key and certificate ?
The private key field is set in your waptconsole.exe pointing to your generated private key (*.pem), the related certificate (*.crt) is bundled in your WAPT Agent during agent building.
Doc :
https://www.wapt.fr/en/doc/Installation ... index.html
empbilly a écrit : ↑26 janv. 2018 - 11:35
Another doubt with version 1.5 is that when installing or upgrading a package, a new package appears on almost all machines. The package name is the UUID of the Overview tab.
https://i.imgur.com/bLZBpVf.png
The package named after the computer UUID is the "Host Package" which describe computer configuration.
The host package was named using the host FQDN, now with WAPT 1.5 it's named after computer UUID.
Thanks for the explanation agauvrit!!!