The search returned 28 results

by ryoken95
December 14, 2021 - 1:49 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Problem Reported to Agents
Answers: 0
Views : 4812

Problem reported to agents

Hello everyone,

since update 1.8.2, many agents no longer appear in the console, even though the machines respond to pings and the agents are up to date.
Furthermore, when I reinstall the agent, for example on my own machine, it appears in the console and then disappears immediately.
Have you...
by ryoken95
June 2, 2020 - 2:54 PM
Forum: WAPT Server
Subject: Cleaning up a Wapt server database (version 1.8.1)
Answers: 1
Views : 3685

Clean up the database on the Wapt server (version 1.8.1)

Hello,

our IT infrastructure has changed significantly, and we would like to know the best method to "clean" the list of workstations in order to start from scratch.

Our goal is to have a list of PCs with no packages installed.

Our configuration:

WAPT Server version: 1.8.1, Debian 9...
by ryoken95
May 27, 2020 - 08:47
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Syncing AD groups and WAPT groups 1.8.1
Answers: 3
Views : 4490

Re: Syncing AD groups and WAPT groups 1.8.1

Hello,

is anyone available to give me a little help?

Have a good day

. Regards.
by ryoken95
May 25, 2020 - 6:08 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Syncing AD groups and WAPT groups 1.8.1
Answers: 3
Views : 4490

[SOLVED] Syncing AD groups and WAPT groups 1.8.1

Hello,

I want to synchronize an Active Directory group with a WAPT 1.8.1 group.

WAPT Server version: 1.8.1 (Linux)
WAPT Agent version: 1.8.1.6756 (Windows 10 and 7)

- I created a WAPTTEST group in Active Directory
- created another WAPTTEST group from the WAPT console
- used the update_all_hosts.py script which...
by ryoken95
October 17, 2018 - 10:03
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Several options "greyed out" in the console
Answers: 7
Views : 7893

Re: Several options "greyed out" in the console


Upon reviewing the source code:
Enabled:= (GridHosts.SelectedCount>0) and OneHostIsConnected(GridHosts) and FileExistsUTF8(WaptPersonalCertificatePath)


Therefore, the action is not grayed out if at least one machine is selected and "connected," and the file specified in the parameter...
by ryoken95
October 17, 2018 - 08:48
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Several options "greyed out" in the console
Answers: 7
Views : 7893

Re: Several options "greyed out" in the console


Hello Fabrice,



This is because you haven't entered the path to your personal certificate (and therefore your private key) in the configuration (Tools/Preferences/Personal Certificate Path).
Generally, the two files (.pem and .crt) are located in c:\private, but it might be...
by ryoken95
October 16, 2018 - 4:28 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Several options "greyed out" in the console
Answers: 7
Views : 7893

Re: Several options "greyed out" in the console


This is because you haven't specified the path to your personal certificate (and therefore your private key) in the configuration (Tools/Preferences/Personal Certificate Path).
Generally, the two files (.pem and .crt) are located in c:\private, but perhaps you've put them there...
by ryoken95
October 16, 2018 - 4:07 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Several options "greyed out" in the console
Answers: 7
Views : 7893

Several options are "greyed out" in the console

Hello,

I have a small problem with the wapt console; the following options are grayed out:
Check for updates,
Launch installations,
Refresh inventory
, Restart waptservice,
Forget a package,
Install a package

, and therefore I can no longer manage my workstations...
by ryoken95
July 12, 2018 - 11:11
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Empty private repository and error message
Answers: 9
Views : 10946

Re: Empty private repository and error message

Problem solved!

I found the package in question, removed it, and ran the following commands:

/opt/wapt/wapt-scanpackages.py /var/www/wapt/
/opt/wapt/wapt-scanpackages.py /var/www/wapt-host/
/opt/wapt/wapt-scanpackages.py /var/www/wapt-group/

Thanks again for your help!