[RESOLVED] OS 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
admgautier
Messages: 45
Registration: Sep 24, 2018 - 4:48 p.m.

September 28, 2022 - 12:05

Hello,

When deploying the OS to a machine via IPXE, a message about certificate verification appears, then nothing else happens.
Is the problem with my certificate?

How can I bypass this issue and continue the OS deployment?

Thank you in advance for your help.
Anthony
Attachments
Error Cert.png
Error Cert.png (35.11 KiB) Viewed 4526 times
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

September 28, 2022 - 12:25

Can you rerun the last command without the "start" so that the error message remains?
admgautier
Messages: 45
Registration: Sep 24, 2018 - 4:48 p.m.

September 28, 2022 - 1:40 PM

Thank you for your feedback.

Here is the error message.

I believe I saw in some of your threads that if the ISO file is too large, it can cause this type of malfunction. Is that correct?
Attachments
Error Cert-2.png
Error Cert-2.png (28.25 KiB) Viewed 4511 times
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

September 28, 2022 - 2:19 PM

If you're using a standard Windows 10 ISO, there shouldn't be any problem.

You'd need to check on the server to see if the file actually exists, since it's a 404 error.
admgautier
Messages: 45
Registration: Sep 24, 2018 - 4:48 p.m.

September 28, 2022 - 2:38 PM

Okay,

and which directory do I go to to check if the file actually exists on a Linux server?
Sorry, I'm not an expert in this area.

Thanks for your help.
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

September 28, 2022 - 4:02 PM

The file must be located at /var/www/wads/iso. The filename is its SHA256 hash.

Do you see the ISO in question referenced in the WAPT console?

Regards,

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
admgautier
Messages: 45
Registration: Sep 24, 2018 - 4:48 p.m.

September 28, 2022 - 4:11 PM

Hello Denis,

there's absolutely nothing in the /var/www/wads/iso folder...

Yes, my image was successfully integrated into the WAPT console
Attachments
iso console wapt.png
iso console wapt.png (15.74 KB) Viewed 4483 times
error iso.png
error iso.png (1.89 KiB) Viewed 4483 times
admgautier
Messages: 45
Registration: Sep 24, 2018 - 4:48 p.m.

September 28, 2022 - 4:43 PM

After analyzing the logs, I realize (as in a previous thread, viewtopic.php?t=2989&start=20)
that the ISO file size is too large to be imported. However, it does appear in the WAPT console.

How can I modify the size of this body? Specifically, which file on the server should I modify?

Thank you in advance for your help.
Anthony
Attachments
error iso-log.png
error iso-log.png (8 KiB) Viewed 4478 times
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

September 28, 2022 - 4:58 PM

You can check the `client_max_body_size` in the nginx file.

The ISO must have been modified; the base Microsoft ISO isn't that large.

Regards,

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
admgautier
Messages: 45
Registration: Sep 24, 2018 - 4:48 p.m.

September 28, 2022 - 5:06 PM

admgautier wrote: Sep 28, 2022 - 4:43 PM After analyzing the logs, I realize (as in a thread viewtopic.php?t=2989&start=20)
that the ISO file size is too large to be imported. However, it does appear in the WAPT console.

How can I modify the size of this body? Or rather, which file on the server should I go to?

Thank you in advance for your help.
Anthony
Found it, it can be configured in the file /etc/nginx/sites-available/wapt.conf (for those who might encounter the same problem).
After restarting the server (because restarting the nginx service is not enough) the iso is downloading.

All that's left is to cross our fingers...

Thank you for your help
Attachments
Download iso.png
Download iso.png (40.63 KiB) Viewed 4474 times
Locked