|

Upgrading the agent

|

The following is an example of the settings required to upgrade |the Tivoli Workload Scheduler for z/OS Agent version 8.5.1 on Windows and UNIX workstations. |See Software packages and parameters for a description of the parameters.

|
    |
  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 UNIX example |describes an upgrade 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="false"
    |   -D upgrade="true" 
    |   -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 upgrade with the user twsuser and |the endpoint Tivoli_TWS_WINDOWS. In this |example, you are upgrading 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="false" 
    |   -D upgrade="true"
    |   -n "TWS_LWA_twsuser.8.6.0.00"
    |      "C:\Output\TWS_VLAST\WINDOWS\Tivoli_LWA_WINDOWS.SPB"
    |
    |