The search returned 6 results

by ADT
November 6, 2018 - 2:36 AM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Installing an Enterprise License
Answers: 6
Views : 7096

Re: Installing an enterprise license

Hello and thank you for your replies.

I started with a clean installation; no packages were previously installed.

I must have missed something because, indeed, on the CentOS server, I don't have a /opt/wapt/waptenterprise folder. The same is true for the machine where the console is installed.

I don't have...
by ADT
October 29, 2018 - 10:39 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Installing an Enterprise License
Answers: 6
Views : 7096

Re: Installing an enterprise license

Hello,

I believe I have the enterprise version installed on the CentOS server. Here is the installed version:
https://wapt.tranquil.it/centos7/wapt-1.6/tis-waptsetup-1.6.2.7-1.el7.noarch

The console on the admin machine was installed via WAPTSetup from the HTTPS portal (no option to choose)...
by ADT
October 24, 2018 - 9:07 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Installing an Enterprise License
Answers: 6
Views : 7096

Install enterprise license

Hello,

I'm trying to install an Enterprise license on a Community version, but I can't figure out how.
Could you help me?

Thank you.
by ADT
October 20, 2018 - 2:50 AM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WAPT Test - Basic Functionality Questions
Answers: 4
Views : 5077

Re: WAPT Test - Basic Functionality Questions

To try and answer my questions 1 and 2,

I enabled debugging information to understand why neither checking for updates nor adding packages was working on all my clients, switching them to RUNNING or UPGRADE mode.

I noticed the following error:
DEBUG ...
by ADT
October 19, 2018 - 10:53 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WAPT Test - Basic Functionality Questions
Answers: 4
Views : 5077

Re: WAPT Test - Basic Functionality Questions

Question 3 is solved with the following code:

`def install():
if installed_software('putty')
for uninstall in installed_software:
run(WAPT.uninstall_cmd(uninstall['key'])`.


However, is there a "cleaner" solution, since this one relies on the keyword "putty", thus removing...
by ADT
October 19, 2018 - 03:56
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WAPT Test - Basic Functionality Questions
Answers: 4
Views : 5077

WAPT Test - Basic Features Questions

Hello,

We are currently testing the product in our network.
We have exclusively used the online documentation for deployment and use of the tool. After two days, we are encountering some issues, questions, and needs:

1- I can't find any documentation that details the statuses...