Symantec Installation Manager shows certain number of used licenses. However, according to administrator number of machines involved in inventory is much less.
ITMS 8.6, 8.7
Resource removal via API properly reclaims license.
Resource removal by other methods may leave number of leftovers in the database, causing this issue.
Review the following KB article in order to validate that you are looking at the right places for in-use licenses totals:
Viewing License Usage From the SMP Console
In this type of scenario, it will require cleaning up "ResourceUpdateSummary" table. This should resolve the problem.
- Run the following SQL query on the Symantec_CMDB database:
DELETE FROM ResourceUpdateSummary WHERE ResourceGuid NOT IN (SELECT GUID FROM vResource)AND InventoryClassGuid IN(SELECT dc.GuidFROM DataClass dcINNER JOIN vItem vi on vi.Guid = dc.GuidWHERE vi.ProductGuid = 'cd39b720-f871-11d2-8643-00104b74a9df' --Inventory Solution);- Restart "Altiris Services" service to recalculate licenses in use.