Hello,
we regularly install/reinstall client workstations.
When the WAPT agent has already been deployed, there's no problem; the workstation automatically installs the required software because it's present in the console.
But when it's a new workstation, we automatically install the OS and the WAPT agent. Is there a way to provision the workstation in the console to assign it packages upon installation and avoid waiting for manual addition?
Thank you for your help!
WAPT 1.8.2 - Customer workstation provisioning
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
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
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Hello,
in the enterprise version you can use profile or unit (OU) packages.
Are you using the enterprise version?
in the enterprise version you can use profile or unit (OU) packages.
Are you using the enterprise version?
-
Geovariances
- Messages: 15
- Registration: July 28, 2020 - 10:56 AM
No, we are on the community version.sfonteneau wrote: ↑August 17, 2020 - 4:32 PM Hello,
In the enterprise version, you can use profile or unit (OU) packages.
Are you using the enterprise version?
In the enterprise version, we therefore create a machine group to which we apply one or more package groups?
This allows, I imagine, during installation, whether the machine is new or not, to install all the packages in this group.
Is it also possible to add a machine manually in the enterprise version?
-
jonathan.k
- Messages: 16
- Registration: March 13, 2020 - 3:24 PM
Hello Geovariances,
I am replying as I am using the enterprise version; all the features of the community version are present in the enterprise version, there is just an addition of functionality.
I am replying as I am using the enterprise version; all the features of the community version are present in the enterprise version, there is just an addition of functionality.
-
Geovariances
- Messages: 15
- Registration: July 28, 2020 - 10:56 AM
Good morning,jonathan.k wrote: ↑August 24, 2020 - 09:58 Hello Geovariances,
I am replying as I am using the enterprise version, all the features of the community version are present in the enterprise version, there is just added functionality.
Is it possible to manually add a workstation via the console (before its installation, for example)? Or does the workstation need to be installed with the agent to be visible in the console?
-
jonathan.k
- Messages: 16
- Registration: March 13, 2020 - 3:24 PM
The update necessarily involves the installation of the agent.
- dcardon
- WAPT Expert
- Messages: 1929
- Registration: June 18, 2014 - 09:58
- Location: Saint Sébastien sur Loire
- Contact :
In its current state, WAPT relies by default on the BIOS UUID to identify a machine, which the server cannot know a priori. Furthermore, during registration, the workstation creates a CSR (Certificate Signing Request) to obtain a client certificate, something the server cannot do on its own.
This is a much more secure approach than what is found on other systems, but it also comes with its limitations, even if it is generally quite transparent. If you use the machine name as the identifier (a parameter to add when creating the agent), it is possible to have a pre-created machine, but there is currently no function in the console for this; it must be done using the Python API.
The usual operating method for users on the Enterprise version is to define OU packages (which are applied according to the machine's position in Active Directory), and once the machine is joined and correctly positioned, the packages are assigned directly.
This is a much more secure approach than what is found on other systems, but it also comes with its limitations, even if it is generally quite transparent. If you use the machine name as the identifier (a parameter to add when creating the agent), it is possible to have a pre-created machine, but there is currently no function in the console for this; it must be done using the Python API.
The usual operating method for users on the Enterprise version is to define OU packages (which are applied according to the machine's position in Active Directory), and once the machine is joined and correctly positioned, the packages are assigned directly.
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
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
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Profile packages (AD group) are also frequently used. (enterprise)
-
Geovariances
- Messages: 15
- Registration: July 28, 2020 - 10:56 AM
Good morning,dcardon wrote: ↑August 25, 2020 - 8:54 AM As it stands, WAPT uses the BIOS UUID by default to identify a machine, which the server cannot know a priori. Furthermore, during registration, the workstation creates a CSR (Certificate Signing Request) to obtain a client certificate, which the server cannot do on its own.
This is a much more secure way of working than what is found on other systems, but it also comes with its limitations, even if it is generally quite transparent. If you use the machine name as the identifier (a parameter to add when creating the agent), it is possible to have a pre-created machine, but there is currently no function in the console for this; it must be done using the Python API.
The usual way of working for people in the Enterprise version is to define OU packages (which apply depending on the positioning of the machine in the AD) and once the machine is joined and correctly positioned, the packages are assigned directly.
Thank you for your clarification.
We use the addition via the machine name and not the UUID.
We are currently developing/testing the addition of a machine via the Python API.
Currently, in the community version, we manage our "groups" via package groups. The enterprise version allows management directly in Active Directory.
