Launch the waptupgrade installation on the clients...

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
James
Messages: 23
Registration: Sep 18, 2018 - 4:37 p.m.

September 26, 2018 - 5:07 PM

I just tested the section of the documentation "Launching the waptupgrade installation on clients" but it seems to have no effect... Is this functional in version 1.6?
https://framapic.org/gallery#Yr5hhUzjkk ... N6QMxA.PNG

https://www.wapt.fr/fr/doc/waptserver_u ... es-clients

Thank you
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

September 26, 2018 - 8:00 PM

Good evening James,
James wrote: Sep 26, 2018 - 5:07 PM I just tested the "Launching the WaptUpgrade installation on clients" section of the documentation, but it seems to have no effect... Is this functional in 1.6?
https://framapic.org/gallery#Yr5hhUzjkk ... N6QMxA.PNG

https://www.wapt.fr/fr/doc/waptserver_u ... es-clients
That should work. Has the waptupgrade package been successfully assigned to the various clients? Could you please send a command-line output (with elevated privileges) of:

Code: Select all

wapt-get update
wapt-get search waptupgrade
wapt-get upgrade
Sincerely,

Denis

PS: Camille posted the WAPT release announcement on Linuxfr.org. If you have a couple of minutes, feel free to share your experience in the comments! https://linuxfr.org/news/wapt-1-6
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
James
Messages: 23
Registration: Sep 18, 2018 - 4:37 p.m.

September 27, 2018 - 5:09 PM

Hello,
the waptupgrade package has been successfully assigned to the various clients. It is present on machines running version 1.3.13.

Command output:
`wapt-get update`
Update package list
Total package: 10
Added packages:
Removed packages!`
Upgradable packages:
upgrade
additional
install
remove
Repositories URL:
....
wapt-get search waptupgrade
...
prod-waptupgrade 1.3.13.0-1496 Upgrades main wapt client files
wapttray.exe
waptservice files
waptdevutis.py global
prod-waptupgrade 1.6.2.6-8 Install waptagent.exe

wapt-get upgrade
Nothing to upgrade
... Critical Unable to update server with current status: HTTPError: 401 Client Error: UNAUTHORIZED for url https://.../add_host

Well, I'm using use_kerberos = True and allow_unauthentificated_registration = False on the server, so that explains the lack of communication.

Disabling Kerberos and enabling registration doesn't help... although running wapt-get install prod-waptupgrade updates it.
It's strange, but no big deal, I'll work with deployment. of a GPO for agents (knowing that I changed the hostname to match the Kerberos recommendation)
Thank you
Locked