|

Installation procedure

|

To perform the installation, complete the following steps. The |installation procedure checks that there is sufficient space for the Tivoli Workload Scheduler for z/OS Agent to |be installed.

|
    |
  1. Create a software package profile: TWS_LWA_operating_system_TWS_user.8.6.0.00 where operating_system is the operating system |where you are installing and TWS_user is |the user of the installation.
  2. |
  3. Import the software package blocks using the wimpspo command. |When you import the software package blocks, you must pass the name |of the profile to wimpspo so that the |Configuration Manager endpoint catalogs the name correctly.
  4. |
  5. Install the software package blocks using the wdinstsp command. |
    |
    Note:
    |
    The supplied software packages must be installed as COMMITTED. |The packages cannot be installed as UNDOABLE because the UNDO action |does not rollback the product registry entries.
|
|
Note:
|
For complete instructions on performing these tasks, |refer to wimpspo and wdinstsp in |the IBM® Tivoli® Configuration Manager, |Reference Manual for Software Distribution, and the IBM Tivoli Configuration Manager, |User's Guide for Software Distribution.
|

Prerequisite: Installing the Common Inventory Technology (CIT)

|

You must install CIT before installing the Tivoli Workload Scheduler for z/OS Agent and optionally |adding the following capabilities:

|

The following are examples of the commands you run to install |CIT on UNIX, Linux, and Windows workstations. |For a description of the parameters, see Software packages and parameters.

|
|
UNIX and Linux operating systems
|
|
    |
  1. |
    wdinstsp -D CIT_ExploiterID=TWA /TWS_86/UNIX/CIT_Preinstall.spb 
  2. |
  3. |
    wdinstsp /TWS_86/UNIX/CIT.spb 
|
|
Windows operating |systems
|
|
    |
  1. |
    wdinstsp -D CIT_ExploiterID=TWA D:\TWS_86\WINDOWS\CIT_Preinstall.spb 
  2. |
  3. |
    wdinstsp D:\TWS_86\WINDOWS\CIT.spb 
|
|
|

Installing the Tivoli Workload Scheduler for z/OS Agent

|

This section describes how to install the Tivoli Workload Scheduler for z/OS Agent and |add dynamic capabilities to it by using the wdinstsp command. |If you add dynamic capabilities to the agent, you can also add the |runtime environment for Java. |The runtime environment is used to run job types with advanced options. |See Enabling dynamic capabilities and Adding the Java runtime |to run job types with advanced options.

|

To add the Java runtime, |perform the following steps:

|
    |
  1. Verify the authorizations required to run the procedure in the User authorization requirements section.
  2. |
  3. Locate the .spb as described in the Software packages and parameters section.
  4. |
  5. Set the Software Distribution environment launching the following |command located in the TWA/TWS/_uninstall/CLI directory: |
    |
    Windows operating |systems:
    |
    |
    swd_env.bat
    |
    |
    UNIX and Linux operating systems:
    |
    |
    swd_env.sh
    |
    |
  6. |
  7. Run the wdinstsp command located in the TWA/TWS/_uninstall/CLI as shown in the following |examples: |

    See Software packages and parameters for a description of the |parameters.

    |
    |
    UNIX and Linux operating systems:
    |
    The following example describes an installation with the user twsuser and the endpoint Tivoli_TWS_LINUX_I386. |
    wdinstsp 
    |   -f 
    |   -uy 
    |   -D install_dir="/home/twsuser/TWS" 
    |   -D tws_user="twsuser"
    |   -D domain="null" 
    |   -D group="group_name" 
    |   -D installer="root" 
    |   -D jm_port="0"
    |   -D jm_sec_port="31114" 
    |   -D host_name="IT041924-T61.rot.ibm.com"
    |   -D display_name="IT041924-T61_1" 
    |   -D fresh_install="true"
    |   -D upgrade="false" 
    |   -n "TWS_LWA_twsuser.8.6.0.00"
    |       /mnt/gsa/home/SPB_INSTALL/LINUX_I386/Tivoli_LWA_LINUX_I386.SPB
    |
    |
    Windows operating |systems:
    |
    The following Windows example |describes an installation with the user twsuser and |the endpoint Tivoli_TWS_WINDOWS. In this |example, you are installing on a domain controller or in a Windows node agent because the -D domain="domain_name" is specified. |
    wdinstsp 
    |   -f 
    |   -uy 
    |   -D install_dir="C:\ibm\TWS\twsuser\TWS"
    |   -D tws_user="twsuser" 
    |   -D password="twspasswd" 
    |   -D domain="domain_name"
    |   -D group="group_name" 
    |   -D installer="Administrator" 
    |   -D jm_port="0"
    |   -D jm_sec_port="31114" 
    |   -D host_name="IT041924-T61.rot.ibm.com"
    |   -D display_name="IT041924-T61" 
    |   -D fresh_install="true"
    |   -D upgrade="false" 
    |   -n "TWS_LWA_twsuser.8.6.0.00"
    |      "C:\Output\TWS_VLAST\WINDOWS\Tivoli_LWA_WINDOWS.SPB"
    |
    |
|

Enabling dynamic capabilities

|

To enable dynamic capabilities to the agent, specify the -D tdwb_port="31116" - D "tdwb_hostname=slutri2.romelab.it.ibm.com" parameter |to the wdinstsp command.

|

Adding the Java runtime |to run job types with advanced options

|

The |runtime environment is used to run job types with advanced options, |both those supplied with the product and the additional types implemented |through the custom plug-ins. The runtime environment also enables |the capability to remotely run, from the agent, the Dynamic Workload Broker resource |command on the server. To add the runtime environment for Java jobs to the agent, see Adding Java runtime environment |after installation or upgrade.