Configuring Storage tab

Before you enable the Storage tab for index and tablespace, you must configure Db2® Administration Foundation to use Db2 Administration Tool.

Before you begin

  • Ensure that Db2 Administration Foundation is installed and APAR PH54968 is applied.
  • Ensure Db2 Administration Tool version 13 is installed and APAR PH55177 is applied.

Procedure

To enable the Storage tab, complete the following steps:

  1. Navigate to the ZWEYAML member of PARMLIB.
  2. Enable discovery by setting components.izp.toolsDiscovery.enabled to true.
  3. Specify the locations of the YAML files in components.izp.toolsDiscovery.discoverySearchPaths:
    - "DSN:hlq.SHLOSAMP(ADB131P)"
    For example:
    toolsDiscovery:
      enabled: true
      discoverySearchPaths:
      - "DSN:HLQ.SHLOSAMP(ADB131P)"
  4. Restart Zowe.
    Zowe is configured for Db2 Administration Tool.