IBM Support

Data latency in data loading

How To


Summary

Spectrum LSF Analytics data collection host perform asynchronous data loading, with CACHE mode. You may need a SYN data loading especially when you trouble shooting the loader's issue.

Steps

By default, Spectrum LSF Analytics data collection host data loader perform asynchronous data loading with cache mode  which is configured in ANATYLICS_TOP/conf/perf.conf:

ASYNC_LOADING_ENABLED=Y
ASYNC_LOADING_MODE=CACHE

This is called recovery group feature in Spectrum LSF Analytics data collection host. The feature is to reduce database concurrent connections and improve database performance.

In order to disable the recovery group feature, you can follow procedure below:

1 source the Spectrum LSF Analytics data collection host environment with command below:

For csh or tcsh:
source ANALYTICS_TOP/conf/cshrc.perf


For sh, ksh, or bash:
. ANALYTICS_TOP/conf/profile.perf

2 Edit the ANATYLICS_TOP/conf/perf.conf file:

Disable the  recovery group feature
ASYNC_LOADING_ENABLED=N

comments out the loading mode:
#ASYNC_LOADING_MODE=CACHE

3 Restart the Spectrum LSF Analytics data collection host with command below:

perfadmin stop all

perfadmin start all

[{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SS8U32","label":"IBM Spectrum LSF Analytics"},"Component":"","Platform":[{"code":"PF016","label":"Linux"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
04 December 2018

UID

ibm10743873