Ensure db2 is installed. Ensure that the installation directory is in the PATH.
Locate and Install DB2 utility "IBM Data Server Runtime Client" from the IBM Support area. See Client Packages or https://www.ibm.com/support/pages/download-initial-version-115-clients-and-drivers
Untar the download file:
tar zxvf <tar_file>
Run setup:
cd <untar_dir>
./db2setup
(may need to update OS libraries by running "yum update
")
Verify db2 client setup
At the command prompt, run:
Code Block db2 ?
On success
Db2 displays the version number of the db2 client
...