|

Uninstalling the Tivoli Workload Scheduler for z/OS Agent using the twsinst script

|

Follow these steps to uninstall the Tivoli Workload Scheduler for z/OS Agent using the twsinst script. Only agents installed using twsinst can be uninstalled using twsinst. |Depending on the operating system, proceed as follows:

| |

|
|
-uninst
|
Uninstalls the agent |
|
-uname username
|
The name of the user for which the agent is uninstalled. This |user name is not to be confused with the user performing the installation |logged on as root on UNIX and Linux, |as administrator on Windows, and as QSECOFR on IBM i. |
|
-wait minutes
|
The number of minutes that the product waits for jobs that are |running to complete before starting the uninstallation. If the jobs |do not complete during this interval the uninstallation stops and |an error message is displayed. Valid values are integers or -1 for the product to wait indefinitely. The default |is 60. |
|
-domain domain_name
|
Windows only. The domain |name of the Tivoli Workload |Scheduler user. The default is the name of the workstation on which |you are uninstalling the product. |
|
-lang lang_id
|
The language in which the twsinst messages are displayed. |If not specified, the system LANG is used. If the related catalog |is missing, the default C language catalog is used. |
|
Note:
|
The -lang option is not to be confused with the Tivoli Workload Scheduler supported |language packs.
|
|
|

The following is an example of a twsinst script |that uninstalls the Tivoli Workload Scheduler agent, originally installed for user named twsuser:

|
|
On UNIX, Linux, and IBM i operating systems:
|
|
./twsinst -uninst -uname TWS_user
|
|
On Windows operating |systems:
|
|
twsinst -uninst -uname TWS_user
|
|