Summary | Add mechanism to handle licpoll data from half hour shifted timezones |
Platform | Unix |
Category | bugfix |
Valid for | 6.2.0.x |
Requires | |
Client Required Patch/es | |
Supersedes | |
Superseded by | 957 : Verified / Not hidden 957 : Verified / Not hidden |
Affects | Server: License Analyzer |
Last Updated | February 10, 2014 |
Licpoll data is read and processed in file by file and the back-end expected to get a complete hour input from a single file. When server and client timezones have 30 minute timezone shift this caused the processing to "loose" half an hour from every input file. This update adds a new binary that is run when data is arriving and will split licpoll data files on the server if these have a 30 minute offset (compared to server). The same binary can be run manually to split already collected data. As the installed server user run binary with the following options /opt/openit/bin/licpollarchivefilesplitter -s YYYY-MM-DD -e YYYY-MM-DD E.g. /opt/openit/bin/licpollarchivefilesplitter -s 2012-12-01 -e 2013-03-01
Unpack tar file in e.g /tmp/patch on the Open iT host. Do the following as root: cd /tmp/patch ./patch.pl
No corresponding Patches available.