Summary | C++ Aggregation of StorageAnalyzer data. Chart date fix. |
Platform | Unix |
Category | bugfix |
Requires |
481, 462 481, 462, 444, 437, 334 (incl. dependencies) |
Client Required Patch/es | |
Supersedes | 549, 544, 526, 525, 489 |
Superseded by | 574 : Verified / Not hidden |
Affects | Server: Storage Analyzer |
Last Updated | February 24, 2011 |
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 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.
Measurement values were not aggregeted when "Max in use" or "Max of all" were selected in license reports. This has now been fixed.
Support for daily and weekly data from client laying in a time zone east of the server. Such data used to be shifted to an earlier time stamp. Now the client data of day and week interval is converted to 11:00 UTC. This is converted back to localtime 00:00 on the server.
Support for daily and weekly data from client laying in a time zone east of the server. Such data used to be shifted to an earlier time stamp. Now the client data of day and week interval is converted to 11:00 UTC. This is converted back to localtime 00:00 on the server.
This patch includes a summasummarum written in C++. For 64bit platforms it will be able to use more memory than 4GB. This may be needed in large installations. This patch is probably most useful on servers, although it can also be installed on clients.
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.