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
Was this topic helpful?
Document Information
Modified date:
04 December 2018
UID
ibm10743873