[RESOLVED] Computer Group and Package Group

Share your tips or issues concerning the WAPT Console or WAPT Agent here
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
User avatar
david.debray
Messages: 7
Registration: Nov 13, 2017 - 1:02 p.m.

April 5, 2018 - 3:58 PM

Hello everyone,

I'd like to create computer groups in the WAPT console. I work in a clinic, so for now I have 3 groups (easier for deploying my applications):
- IT
- Administration
- Care

I'd like to assign package groups (these groups already exist):
- BASE: Base package with WAPT and Fusion Inventory dependencies for inventorying the equipment
- Care: Programs related to care stations
- Administration: Programs related to administration stations
- IT: ... you get the idea ^^
- WAPTDEV: Packages for installing the WAPT console


All workstations in the domain should automatically receive the BASE package group as soon as they are detected by the console.

How can I do this?
Thank you in advance for your help.
OS Server: Debian Stretch (9.4)
WAPT Version: 1.5.1.23
OS Admin: Windows Server 2008 R2
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

April 6, 2018 - 12:08 PM

PiF wrote: Apr 6, 2018 - 10:20 AM
But for now it doesn't work in 1.5.22 viewtopic.php?f=10&t=1070#p3698 :(
It should be tested in version 1.5.1.23, it should work.
tdejesus
Messages: 13
Registration: August 22, 2017 - 4:39 PM

April 13, 2018 - 5:37 PM

Hello,

I'm on version 1.5.1.23 and I have the same problem.
WAPT 1.8.1 Community
Server OS (Windows Server 2012 R2)
WAPT Client: 1.8.1
Client Machines: Running Win10x64
User avatar
dcardon
WAPT Expert
Messages: 1930
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

April 16, 2018 - 3:43 PM

Hello david.debray,
david.debray wrote: Apr 5, 2018 - 3:58 PM All workstations in the domain should automatically receive the BASE packet group as soon as they are detected by the console.

How can I do this?
Thank you in advance for your help.
One way to do this is to assign a parameter when installing waptagent with waptdeploy, see. https://www.wapt.fr/en/doc/Configuratio ... index.html

Sincerely,

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
User avatar
david.debray
Messages: 7
Registration: Nov 13, 2017 - 1:02 p.m.

April 24, 2018 - 3:29 PM

OK, thanks, but that doesn't apply to my situation...
Let me explain: In the company, the GPOs were created by someone else without documentation or any apparent structure. :? Since I'm new, I'm avoiding touching them for now.

We're in the middle of a software migration, and I'm taking this opportunity to integrate the WAPT deployment into the batch script.
Here's what I'm using for WAPT:
`\\vm-admin\sa\waptagent.exe -updp "\\vm-admin\sa" /SILENT /NOICONS /SUPPRESSMSGBOXES /StartPackages=BASE`.

WAPT installs correctly, but the BASE package group isn't assigned to the machines... So I started adding
`wapt-get install BASE` to my script, but this option doesn't create any dependencies...

Is it possible to assign dependencies via the command line?

Sorry to be a pain :D. Thanks for any help!
OS Server: Debian Stretch (9.4)
WAPT Version: 1.5.1.23
OS Admin: Windows Server 2008 R2
User avatar
dcardon
WAPT Expert
Messages: 1930
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

April 27, 2018 - 1:35 PM

david.debray wrote: Apr 24, 2018 - 3:29 PM OK thanks, but that doesn't apply to my situation...
WAPTDeploy can be used even outside of a GPO. It is much lighter than waptagent.exe, and only initiates the agent download when necessary.

david.debray wrote: Apr 24, 2018 - 3:29 PM Let me explain: In the company, the GPOs were created by someone else without documentation or any apparent structure. :? Being new, I'm avoiding touching them for now.

We're in the middle of a software migration, so I'm taking the opportunity to integrate the WAPT deployment into the batch script.
Here's what I'm using for WAPT:
\\vm-admin\sa\waptagent.exe -updp "\\vm-admin\sa" /SILENT /NOICONS /SUPPRESSMSGBOXES /StartPackages=BASE

WAPT installs correctly, but the BASE package group isn't assigned to the machines...
The StartPackages option is supposed to launch the installation of the package on the machine after the agent is installed. However, it should launch the installation of the package and its dependencies after the agent is installed. If this is not the case, it's a bug.
david.debray wrote: Apr 24, 2018 - 3:29 PM So I started adding:
`wapt-get install BASE` to my script, but this option doesn't create a dependency...

Can I assign dependencies via the command line?

Sorry to be a pain :D. Thanks for the replies!
It's normal that the package in question isn't automatically added as a dependency to the machine. "Machine package" configurations are signed by the administrator, and the signing key is, of course, not available on the workstations during deployment. If you want to do things differently, you'll need to use a less secure product :-)

However, the packages should indeed be present on the machine. A small caveat: /StartPackages uses the same methodology you indicated, that is, launching a wapt-get install BASETherefore, if the machine is restarted at that point, not all the packages may be installed. We will improve this by storing the current installation state in the local SQLite database, which will make the process more reliable.

Sincerely,

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
User avatar
david.debray
Messages: 7
Registration: Nov 13, 2017 - 1:02 p.m.

May 23, 2018 - 11:07

Good morning,

Thanks for the replies, but unfortunately I'm still stuck...

I tried:
The only solution I found with the Community version is to link an AD security group to a package group on the WAPT side. https://www.wapt.fr/fr/doc/Utilisation/ ... de-paquets

Then, populate this security group with the machines on the AD side.
A security group on the WAPT_SI DC with a corresponding packet group, I tested it with two different machines (just in case) :? ) no joy...

When I go to the console and run "Add AD groups as dependency packages," I get "machines ignored (error)."

The command: "waptdeploy.exe --hash=ef94a1f674fe9072d2cd7eb6f9fa0ab8d8d353d398a7c241a8eebabea25fd0d7 --minversion=1.5.1.23 --wait=15 /StartPackages=Compdinateurs" completes without error but does not create a dependency.

Any ideas? Thanks in advance for your help :D
OS Server: Debian Stretch (9.4)
WAPT Version: 1.5.1.23
OS Admin: Windows Server 2008 R2
Locked