Summary | Database fix for Windows Application Usage |
Platform | Unix |
Category | bugfix |
Requires | 462 |
Client Required Patch/es | |
Supersedes | 572, 522 |
Superseded by | |
Affects | Server: System Analyzer |
Last Updated | October 12, 2016 |
The database aggregation of Windows Application Usage (data type 31) failed to include some records with Count=0. This has been fixed. To restore the data in the database, run as the "openit" user: /opt/openit/bin/add --propagate --redo --datatype 31 --resolution <res> <res> is the base resolution of the data type. Usually it is 300. Check from <database-dir>/31/M/*/*/*/<res>/. NOTE: This operation will temporarily increase the size of the database folder for this data type. Check with du <database-dir>/31 -s (or something similar) and multiply with three. This is the free disk needed for the operation. NOTE-2: The C++ summasummarum is turned on by default by this patch. If it is not wanted, turn it off by running: chmod a+x /opt/openit/libexec/bin/summasummarum chmod a-x /opt/openit/libexec/*/bin/summasummarum
The aggregation of storage data use to be treated with the so called TIMEAVG aggregation type. The way of processing this type of data was not correct. It has now been corrected. Date formatting in Excel has been fixed. For this fix to take effect, REPORTS_EXCEL_CHART_TEXT <something> has to be removed from /etc/opt/openit/openit.cfg. NOTE: If the database has been manually loaded with the same data (same day) multiple times, it is necessary to do an update of the data in the database. NOTE-2: This patch should give the same functional update as patch #549. But it is needed if C++ summasummarum is used: The C++ summasummarum is turned on by default by this patch. If it is not wanted, turn it off by running: chmod a+x /opt/openit/libexec/bin/summasummarum chmod a-x /opt/openit/libexec/*/bin/summasummarum
The config_license_filters did not correctly handle the addition of SAM suite data types provided by patch 458 and from release 5.2.2. When updating filters for data types that exists in more than one archive type (i.e licpoll2 and samcollect) it will randomly overwrite filters from one archive type over filters from the other when trying to update configuration. The regenerate_data program failed to handle white space at end of data_generation_config lines. This is fixed by this patch.
Unpack tar file in e.g /tmp/patch on the Open iT server/client. Do the following as root: cd /tmp/patch ./patch.pl
No corresponding Patches available.