Please enter search query.
Search <book_title>...
APTARE IT Analytics Licensing Guide
Last Published:
2021-12-01
Product(s):
APTARE IT Analytics (10.5)
- License installation and guidelines
- License overview
- Understanding licensing restrictions
- Requesting a license key file
- Install a license
- Verify the current license configuration
- Criteria to determine license limits
- Managing licenses
- View the current license
- Delete clients
- Expand your license configuration
- Exclude objects from future data collections
- Configure the Data Collector policy to exclude the object
- Removing objects from the license count
- Deleting objects using the Inventory List view
- License key utility
- License management from command line
- Troubleshooting
Identify counted and excluded objects
To list the objects that are being counted for licensing purposes, run the following utility:
Windows:
\opt\oracle\database\tools\debug\get_license_info.sql
Linux:
/opt/aptare/database/tools/debug/get_license_info.sql
To list the clients that are not being included in reportingbecause the license limit has been exceeded, run the following SQL query:
select * from apt_rejected_object where is_obsolete !='Y';
To exclude objects that are not being included in reportingbecause the license limit has been exceeded, refer to the following section.