High suspend action count on data type 92
Problem
Data type (92) License Optimizer Actions produces unrealistic values on suspend action count.
Solution
Apply the configurations shown in the Open iT Core Server.
To resolve the issue, we need to eliminate the duplicates in the freeze data. To do this:
- Windows
- Unix
-
Open a command prompt with Administrator level privileges.
-
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin, run the command:Command Syntaxcd <bin_dir>Examplecd C:\Program Files\OpeniT\Core\bin -
Eliminate freeze data duplicates, run the command:
Command Syntaxopenit_confinit -c "filtrator.filtrator.corrections.eliminate-duplicates.freeze=true" -
Update the configuration file, run the command:
Command Syntaxopenit_confbuilder --serverMake sure no errors are encountered.
-
Go to the bin directory, which is by default in
/opt/openit/bin, run the command:Command Syntaxcd <bin_dir>Examplecd /opt/openit/bin -
Eliminate freeze data duplicates, run the command:
Command Syntax./openit_confinit -r /var/opt/openit/ -d /var/opt/openit/etc/ -c "filtrator.filtrator.corrections.eliminate-duplicates.freeze=true" -
Update the configuration file, run the command:
Command Syntax./openit_confbuilder --server
After applying the changes, you need to regenerate data type 92 (License Optimizer Action) to reflect the changes in the database. Please refer to the Regeneration of Data section for instructions.