Summary | Remove locking on C++ summasummarum |
Platform | Unix |
Category | bugfix |
Valid for | 5.1.x, 5.2.x, 5.3.x, 5.4.x, 5.5.0.x |
Requires | 462 |
Server Required Patch/es | |
Supersedes | 590, 526, 489 |
Superseded by | |
Affects | Both: Core |
Last Updated | October 12, 2016 |
The included summasummarum will not lock output file. This is to avoid conflict with the locks set by add on the server. NOTE: 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 included summasummarum will check every record it processes and skip records with incorrect format, i.e. missing fields or too many fields. It will give warnings to indicate which fields has been skipped. Also, two new options are included to allow activation of behavior on client and server. This behavior will be triggered by patch 591 and 592. NOTE: 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
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.