Page 1 of 1

[RESOLVED] Strange behavior

Published: September 11, 2018 - 3:35 PM
by Arsgunner
Hello,

I have two problems that I think are related.

1. After the agent installs on a machine, it doesn't appear in the console unless I manually force it.

2. Even when it appears in the console, the machine always shows as disconnected. If I add a package to it, it's not displayed. However, when the machine shuts down, the package installs correctly!

This seems like an inventory and/or agent connection issue with the console, but I don't see anything unusual in the configurations.

Do you have any ideas?

Thank you

Re: Strange behavior

Published: September 11, 2018 - 4:35 PM
by Arsgunner
Well, I finally found it.

It turns out that I had named my web server SRV-WAPT.mydomain.fr.
Or by launching the command

Code: Select all

wapt-get register -l debug
We realize that it is trying to contact a server at srv-wapt.mydomain.fr.

So I changed my domain name to srv-wapt.mydomain.fr. Removing the capital letters solved the problem.