Download
Release Date
15 July 2021
Abstract
This document describes how to download and install IBM QualityStage Address Verification Reference Data, Version 10.6, on Cloud Pak for Data to enable the usage of the Address Verification Interface (AVI). AVI is managed as part of Cloud Pak for Data.
Download Description
The IBM QualityStage Address Verification Interface (AVI) provides comprehensive address parsing, standardization, validation, and geocoding, which is available in selected packages against reference data files for over 240 countries and territories. The reference data files are refreshed quarterly to provide the most current address data for a country or territory.
Installation steps:
The AVI interface is already managed as part of the Cloud Pak for Data installation, so you need to install only the reference data files.
- Review the system requirements, and ensure that you are running a supported environment.
- Download your parts with the following steps:
- Search for the latest part numbers on the web page InfoSphere QualityStage Address Verification Interface Files, Version 10.6.
- Go to the Find Downloads and Media web page on the IBM Passport Advantage website.
- Under Download finder options, select the Find by part number search option.
- Search for each downloadable image by part number.
- Download all of the following required parts:
- Installation Manager to install reference data files.
- Appropriate reference data files (parsing, address, or address and geo).
- Use a file-extracting utility that supports large file extractions to extract each of the parts into a single, temporary directory on your system.
- Create a directory for target data installation and name it, for example, “LQTDB”. This directory is where reference data is to be stored.
For example, to create the folder “LQTDB” in the /tmp/ directory, run the following command:mkdir -p /tmp/LQTDB - Create a directory for the reference data set .zip file.
For example, to create a directory named “avi_install” in the /tmp/ directory, run the following command:mkdir -p /tmp/avi_installThen, move all the .zip files to this directory and extract them.
Tip: The reference data pack might contain more than one part to download because of its size, such as in the following example. In this case, you can move all the files in decompressed folderM07CZENandM07D0ENinto one destination, for example named "worldwide_data", and use this directory path for thevalid download pathprompt at installation time.

- Run Install Manager.
- Go to the directory that Installer Manager was extracted to and run the following command:
./IBM_InstallManager.sh
After you extract a compressed file, the data for that compressed file is stored in a directory that is named after the part number. In this case, it is saved underM04S1EN.

- If many products need to be installed, select an option:

- Select Y/N option to back up old data:

- Enter the installation data directory again (from step #3).

- Go to the directory that Installer Manager was extracted to and run the following command:
- Search for the pod name for “px-runtime” by running the following command:
oc get pods | grep "px-runtime"
Two pods are returned and the first one is by default. Since "ds-storage" is global, you need to copy to one of the pods only.
Note the pod name. It is used later to copy the data installation directory over. - If the old
LQTDBin the pod still exists, remove it.For example, to remove theLQTDBin pod name,kd1-ibm-datastage-px-runtime-5f4956857d-gddnj, run the following command:oc rsh kd1-ibm-datastage-px-runtime-5f4956857d-gddnj rm -rf /opt/ibm/data/avi/LQTDB/ - Copy the data installation directory (for example, /tmp/LQTDB) to the pod px-runtime (for example, kd1-ibm-datastage-px-runtime-5f4956857d-gddnj), by running the following command:
oc cp /tmp/LQTDB kd1-ibm-datastage-px-runtime-5f4956857d-gddnj:/opt/ibm/data/avi/
The installation of the reference database is complete.
Download Package
You can download this product from the Passport Advantage site by clicking the link in the following table. For part numbers, see InfoSphere QualityStage Address Verification Interface Files, Version 10.6.
| DOWNLOAD | RELEASE DATE | LANGUAGE | SIZE(Bytes) |
|---|---|---|---|
| Passport Advantage Online website | 10/15/2021 | English | 11842 |
Was this topic helpful?
Document Information
Modified date:
22 September 2022
UID
ibm16516688