Enabling Kerberos for the IBM® Db2 Warehouse client container

If you enabled Kerberos for the image container and want to use the client container, you must also enable Kerberos for the client container.

Before you begin

Enable Kerberos for the image container by following the instructions in Enabling Kerberos for the IBM Db2 Warehouse image container.

Procedure

  1. As root, issue the following command from outside the container:
    docker exec -it Db2wh configure_kerberos -t client -d domain -n Kerberos_server_name
    For example:
    docker exec -it Db2wh configure_kerberos -t client -d TEST.IBM.COM -n Db2wh-test-2018-04
  2. Obtain a command prompt by issuing the following command:
    docker exec -it client cli
  3. If you haven't already cataloged the remote Db2 Warehouse database, do so now by issuing the db_catalog command.
    You must catalog the database before you can use the container tools.