Some users may experience issues accessing the case portal. For more information, please click here.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Known Issue: Large number of inventory .ndi files for Docker images may accumulate in tracker/inventories directory over time (IOJ-2201082)

Known Issue: Large number of inventory .ndi files for Docker images may accumulate in tracker/inventories directory over time (IOJ-2201082)

Summary

When the FlexNet inventory agent is configured to gather Docker inventory, the fnms-docker-monitor process will produce and save an inventory .ndi file once for each container image that is ever found on the host. This is done to minimize container inventory gathering activity. However it also has the effect that inventory files will tend to accumulate in the /var/opt/managesoft/tracker/inventories directory, potentially leading to a significant number of files being retained on hosts which have had a large number of container images over time.

Mitigation

Old files in the /var/opt/managesoft/tracker/inventories directory can be safely deleted to reduce the number of files that are retained.

For example, this may be achieved by executing a UNIX command similar to the following to find and delete cached inventories files that are older than 7 days:

find /var/opt/managesoft/tracker/inventories -type f -mtime +7 -print0 | xargs -0 rm

Fix status

This issue has been fixed in the following FlexNet Manager Suite releases: 2021 R1 (On Premises), 2021 R1 / Jul 2021 (Cloud)

Other information

Affected components: Agent, Containers, Inventory

Master issue ID: IOJ-2201082

Also known as: FNML-73682

Labels (1)
Was this article helpful? Yes No

Tip: If you have been impacted by this issue, please click the KUDOS button above. This helps to track the relative significance and importance of issues. Clicking on an option against "Was this article helpful?" also helps assess and improve the usefulness of content.

No ratings
Version history
Last update:
‎Sep 07, 2022 02:29 PM
Updated by: