Before you load table data to one or more accelerators in a subsystem, you must
configure Db2® Administration Foundation to use Db2 Analytics Accelerator Loader.
Before you begin
- Ensure that Db2 Administration Foundation for z/OS is
installed and APARs
PH54968 and PH54452 are
applied.
- Ensure Db2 Analytics Accelerator Loader for z/OS
version 2.1 is installed and APAR
PH54984 is applied.
Notes:
- Db2 Analytics Accelerator version 7.5 or later is
supported.
- Db2 Analytics Accelerator groups or aliases
are not supported.
Procedure
To configure UMS Zowe for Db2 Analytics Accelerator Loader, complete the following steps:
-
Navigate to the
ZWEYAML member of
PARMLIB.
-
Enable discovery by setting
components.izp.toolsDiscovery.enabled to
true.
-
Specify the locations of the Db2 Analytics Accelerator Loader YAML files in
components.izp.toolsDiscovery.discoverySearchPaths:
- "DSN:hlq.SHLOSAMP(HLODSCVP)"
For example,
toolsDiscovery:
enabled: true
discoverySearchPaths:
- "DSN:HLQ.SHLOSAMP(HLODSCVP)"
-
Restart Zowe.
Zowe is configured for Db2 Analytics Accelerator Loader.
-
Verify whether Tools Discovery has recognized and loaded the
YAML file for Db2 Analytics Accelerator Loader by
validating the message that appears in the Zowe log.
For example,
<discoverToolsIfEnabled> : Yamls processed during discovery: {5639-OLE={2.1.0=<ToolsDiscoveryEntry pathToProductYaml=<hlq.SHLOSAMP>(HLODSCVP), productYaml={product_id=5639-OLE, product_name=Db2 Analytics Accelerator Loader, product_ver=2, product_rel=1, product_mod=0, RVT=144}, instances=>} : Tools Discovery completed.
Notes:
- The user ID under which the Zowe server is running should have READ access to the data
set
hlq.SHLOSAMP. To set up resource access
permission, see Setting up users and teams.
- Zowe must be restarted to apply the changes made to
hlq.SHLOSAMP(HLODSCVP) data set member.