A new Flexera Community experience is coming on November 25th. Click here for more information.
‎Mar 16, 2022 10:16 AM
It sounds like your agent install package for Windows did not contain a configured MGSSETUP.INI file to specific a Beacon URL to download the initial policy, which means that the agent has no information about beacons for downloading or uploading.
If you go to the Registry of one of the servers, you can see if a Bootstrap Server was provided in the INI file.
‎Mar 16, 2022 10:28 AM
Hello,
Pinging server not necessary mean that the port is open, also you can have no ping as ICMP is disabled in firewall but port is open.
You can test the port with one of the following:
Telnet beacon name port (if telnet is not there)
Powershell: test-netconnection -port 443 -computername <beacon name>
Portqry from microsoft:
https://www.microsoft.com/en-us/download/details.aspx?id=24009
But as @kclausen had said probably you didn't install correctly the agent, I had seen several time this error, and that was the case.
‎Mar 22, 2022 06:44 AM
Good afternoon usn, thanks for reaching out via the Community!
I'd agree with what Kirk and Adrian are saying here.
You should confirm your agent has a configured Bootstrap server, and that communications through ports 80 or 443 are successful, depending on how your Beacon's configured.
I'd also look at the installation.log in the C:\Windows\Temp location, too.
We should see a policy download occurring after installation, which should populate our list of servers to upload to (the Beacons in our environment).
If that initial download didn't succeed, perhaps that's the cause of our missing upload servers.
Best regards,
Jack
‎Mar 22, 2022 11:57 AM