HCL Workload Automation, Version 9.4

Procedure to create the HCL Workload Automation SQL tables for DB2

The procedure to create the HCL Workload Automation database.

To create the HCL Workload Automation database, perform the following steps:
  1. Log on as Administrator on Windows operating systems and as root on UNIX and Linux operating systems.
  2. Go to the following directory:
    On Windows operating systems:

    TWSTEMPDIR\TWA\tws<version_number>\TWS\dbtools\db2\scripts

    On UNIX and Linux operating systems:
    TWSTEMPDIR/TWA/tws<version_number>/TWS/dbtools/db2/scripts

    Where TWSTEMPDIR is the directory you specified in the TWSTEMPDIR property of the configuration file. For more information about how to customize the property file, see Customizing the properties file for DB2.

  3. Run the following command:
    On Windows operating systems:
    createdb_root.bat 
    <TWS_DB> <TWS_CLIENT_INSTALLATION> 
    <TWS_NODE_NAME> <TWS_HOST> 
    <TWS_SRVC_PORT> <TWS_ADMIN_USER> 
    <TWS_ADMIN_PW> <TWS_INSTANCE>
    <TWS_AGENT_TYPE> <IS_CHECK_ONLY>
    On UNIX and Linux operating systems:
    createdb_root.sh 
    <TWS_DB> <TWS_CLIENT_INSTALLATION> 
    <TWS_NODE_NAME> <TWS_HOST> 
    <TWS_SRVC_PORT> <TWS_ADMIN_USER> 
    <TWS_ADMIN_PW> <TWS_INSTANCE>
    <TWS_AGENT_TYPE> <IS_CHECK_ONLY>
    Where:
    <TWS_DB>
    The name of the DB2 database. The maximum length is five characters. You can use an existing DB2® database instance if its name does not exceed five characters. The default is TWS.
    <TWS_CLIENT_INSTALLATION>
    The DB2 you are using is client or server. Valid values are true for the client installation and false for the server installation. The default is false.
    <TWS_NODE_NAME>
    The name of the DB2 node. The node value is <TWS_DB>_ND. The default is TWS_ND.
    <TWS_HOST>
    The IP address or host name of the workstation where the DB2 server is installed.
    <TWS_SRVC_PORT>
    The TCP/IP port number that the remote DB2 server instance uses to communicate.
    <TWS_ADMIN_USER>
    The user name of the administrator of the DB2 server instance. This user can be any user having SYSADM or SYSCTRL authority on the DB2 server. On UNIX systems, verify that you can switch to this user and that it can load the DB2 environment.
    On Windows operating systems:
    The default value is db2admin.
    On UNIX and Linux operating systems:
    The default value is db2inst1.
    <TWS_ADMIN_PW>
    The password of the DB2 server administrator user, or of the user with SYSADM or SYSCTRL authority.
    <TWS_INSTANCE>
    The DB2 instance name. The default is DB2.
    <TWS_AGENT_TYPE>
    The HCL Workload Automation agent type to specify:
    Master domain manager:
    MDM
    Backup master domain manager:
    BKM
    <IS_CHECK_ONLY>
    Always specify FALSE.