Verifying the TADDM server installation

After you finish installing the TADDM server, you can use the checkinstall script to verify the results of the installation.

This script verifies the required TADDM user IDs and passwords, as well as the connection to the domain database.

  1. Go to the $COLLATION_HOME/support/install directory.
  2. Run the checkinstall script for your operating system:
    • Windows systems: checkinstall.bat
    • Linux® and UNIX systems: checkinstall.sh
  3. Review the resulting messages to identify any problems with the installation.
    The following examples show the results for a successful installation:
    • TADDM 7.3.0:
      Run-as user:taddmuser
      DB User:db2admin
      Archive DB User:archuser
      DB type:db2
      DB url:jdbc:db2://localhost:50000/cmdb
      
      CHECKED AND PASSED:
      /opt/IBM/taddm1234/dist/external/jdk                                   [ok]
      /opt/IBM/taddm1234/dist/lib                                            [ok]
      /opt/IBM/taddm1234/dist/deploy-tomcat                                  [ok]
      /opt/IBM/taddm1234/dist/etc/collation.properties                       [ok]
      db2admin jdbc:db2://localhost:50000/cmdb                              [ok]
      archuser jdbc:db2://localhost:50000/cmdb                              [ok]
      taddmuser                                                             [ok]
      
      EXCEPTIONS RAISED:
      
      ERROR LIST:
      
      
      Basic TADDM installation check: Passed
    • TADDM 7.3.0.1, and later:
      Run-as user:taddmuser
      DB User:db2admin
      Archive DB User:archuser
      DB type:db2
      DB url:jdbc:db2://localhost:50000/cmdb
      
      CHECKED AND PASSED:
      /opt/IBM/taddm1234/dist/external/jdk                                   [ok]
      /opt/IBM/taddm1234/dist/lib                                            [ok]
      /opt/IBM/taddm1234/dist/apps                                           [ok]
      /opt/IBM/taddm1234/dist/etc/collation.properties                       [ok]
      db2admin jdbc:db2://localhost:50000/cmdb                              [ok]
      archuser jdbc:db2://localhost:50000/cmdb                              [ok]
      taddmuser                                                             [ok]
      
      EXCEPTIONS RAISED:
      
      ERROR LIST:
      
      
      Basic TADDM installation check: Passed

    If your installation does not pass the installation check, review the EXCEPTIONS RAISED and ERROR LIST sections to identify the problems that need to be corrected.