Count license features and named-user licenses
You can generate a report file for license features or named-user licenses that are set on the server using command-line commands.
- Example: show-licenses
-
You can generate a report file that shows the license features set on the server by using the
show-licensescommand from the command line.config show-licenses --expand-groups=trueThe generated report from calling this command displays the following information:User Name;Last Login;Enabled;Group Name;From Group;License;License Function
You can open the resulting report file using a Spotfire client. The
file contains headers that explain the contents displayed in the columns. The
column "From Group" contains the group on which the license is explicitly set.
For every group that has a license set explicitly, if the
--expand-groups option is set to
true, the resulting groups and users are shown once. The
report shows the sum of all license features (and functions).
This report also contains information about when each user last logged in. If you need more detailed information about how users are logging in and out of the product, see Action logs and system monitoring.
For more information, see the reference topic show-licenses.
- Example: show-named-user-licenses
-
Alternatively, you can generate a report that lists the number of named-user licenses that are set on the server by using the
show-named-user-licensescommand from the command line.config show-named-user-licensesThe generated report from calling this command displays the output similar to the following:
License Users --------------------------- ----- Spotfire Analysis Viewer 30 Spotfire Analysis Consumer 20 Spotfire Analytics 15 Spotfire Data Science 10
Regularly running this command can help with tracking how many named users you have assigned different product licenses. This command can help you stay in compliance with your contract with Spotfire during occasional audits. For more information, see the reference topic show-named-user-licenses.
For more information about how license counts are defined, see Determine license counts for client applications.