A new Flexera Community experience is coming on November 25th. Click here for more information.
Hi,
I have a bunch of different beacon servers, and a whole bunch of hosts with a fnms agent on it. Sometimes inventory data from an agent is sent to beacon 1, and sometimes to beacon 2. Is it possible to see, on a beacon server, which hosts it has handled? Is this logged and if so where?
Regards
Feb 13, 2023 04:32 AM
Hello,
which version of the Beacon you are using?
In Version 18.0.X there is a function available to store a copy of incoming data-sets to a specific directory. (see screenshot)
If you see switching of NDI files from a Beacon to another, it is because of the integrated fail-over-settings within the Agent and the network-availability of your Beacons. The Agent will always get the information about your Infrastructure and all configured Beacons. Thus, he (the Agent) tries to ping all of the Beacons and will set the priority based on the closest Beacon in your Network.
Also, there is an option to pinpoint a desired Beacon within the config.ini or the Registry of an Agent. If you need this option, please contact Flexera for further details.
Feb 13, 2023 09:27 AM
You could parse the IIS log on the individual beacon to see which managed devices used it for their inventory uploads. For example, to see which managed devices used a particular inventory beacon on 2/13:
find "PUT /ManageSoftRL/Inventories" C:\inetpub\logs\LogFiles\W3SVC1\u_ex230213.log
I use a variant of this command to get the number of inventory uploads an inventory beacon handled:
find /c "PUT /ManageSoftRL/Inventories" C:\inetpub\logs\LogFiles\W3SVC1\u_ex230213.log
No specific Inventory Beacon version required!
--Mark
Feb 13, 2023 11:29 AM
The other responses on this thread provide some good pointers on options to consider. For further reference, here are a couple of other threads related to this topic:
Feb 13, 2023 06:15 PM