[RESOLVED] Windows 10 WAPT Deployment

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
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

April 28, 2022 - 12:26

Just so you know, what Windows ISO is that's 16GB? What did you add to it?
Denis
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
florian777
Messages: 32
Registration: Apr 13, 2022 - 09:53

April 28, 2022 - 1:28 PM

Yes, it's an ISO with a modified install.wim file; there are some additional pre-installed programs
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

April 28, 2022 - 1:36 PM

Did you upload the ISO file from the console?

You didn't upload it using rsync or something similar?

Let's try it on our end.
florian777
Messages: 32
Registration: Apr 13, 2022 - 09:53

April 28, 2022 - 1:59 PM

Here is the error I was able to extract:

Code: Select all

Status: Running Iso download
2022-04-28 13:54:49 [INFO] Downloading 81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso:
2022-04-28 13:54:49 [INFO] Downloading 81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso: Download error
2022-04-28 13:54:49 [INFO] Downloading 81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso: Finish
2022-04-28 13:54:49 [INFO] Downloading 81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso: Finish
An unhandled exception occurred at $000000010005AB58:
EHttpSocket: THttpClientSocket.WGet: 10.109.35.5:443/wads/iso/81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso failed as HTTP Error 404 - Not Found
  $000000010005AB58
  $000000010005A396
  $000000010006A40F
  $0000000100004D10
  $0000000100006A7A
  $0000000100006B36
  $00000001000197D0
  $0000000100001ED0
  $00007FFB3FB254E0
  $00007FFB4162485B
florian777
Messages: 32
Registration: Apr 13, 2022 - 09:53

April 28, 2022 - 4:33 PM

After some testing, I get the impression that there's a limit between 12 and 12.5 GB
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

April 28, 2022 - 4:45 PM

This refers to:

Code: Select all

EHttpSocket: THttpClientSocket.WGet: 10.109.35.5:443/wads/iso/81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso failed as HTTP Error 404 - Not Found
Therefore, the ISO is not present on the server

Did the upload go smoothly?

By default, WAPT servers are blocked from uploading with

Code: Select all

    client_max_body_size 12288m;
You probably need to increase this in your nginx configuration

Also:
https://www.wapt.fr/fr/doc/wapt-advance ... p_path#id4

Code: Select all

En fonction du partitionnement de votre serveur WAPT, vous devrez peut-être faire attention au répertoire de téléchargement de fichiers temporaires de Nginx. Nginx agit comme un proxy inverse pour le moteur Python du serveur WAPT et fait une mise en cache des paquets téléchargés lors du téléchargement d’un nouveau paquet depuis la console.

Les paquets sont stockés dans le répertoire /var/lib/nginx/proxy. Vous devez vous assurer que la partition qui héberge ce répertoire est suffisamment grande. Vous pouvez modifier l’emplacement de ce répertoire en utilisant le paramètre de configuration suivant de Nginx.

$client_body_temp_path
florian777
Messages: 32
Registration: Apr 13, 2022 - 09:53

April 29, 2022 - 8:29 AM

This returns:
EHttpSocket: THttpClientSocket.WGet: 10.109.35.5:443/wads/iso/81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso failed as HTTP Error 404 - Not Found,

so the ISO is not present on the server

. Did the upload go smoothly?
I tried re-uploading the file several times but without success
By default, WAPT servers are blocked from uploading with
`client_max_body_size` set to 12288m;
you probably need to increase this in your Nginx configuration.
I tried setting it to: client_max_body_size 20000m;
but a 15GB ISO still won't work.

I don't think this parameter has any influence because even when I set it to a very small value: 200m, I can still send 6GB ISO files

Finally, regarding $client_body_temp_path, my Wapt server is installed on a partition with more than enough space (200 GB free)
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

April 29, 2022 - 10:38

We'll look into it internally.

Did you restart the nginx service on the server after making the change?
florian777
Messages: 32
Registration: Apr 13, 2022 - 09:53

April 29, 2022 - 10:43

I even restarted the server itself
chris2b
Messages: 19
Registration: July 1, 2021 - 10:09 AM

May 11, 2022 - 3:32 PM

Hello, I'm writing again to get back to you. Following the various messages, I've made the necessary changes, and it's improved. It boots correctly and I get to the menu, but when I choose any of the options, I always end up with the same thing and I'm stuck there:
Untitled 1.gif
Untitled 1.gif (39.95 KB) Viewed 8163 times
I'm completely stuck here, I don't understand. I've tried starting all over again from scratch and it's still the same
Locked