|

Uninstalling using the zConnUninstall.sh script

|

To uninstall Tivoli Workload Scheduler for z/OS connector with the zConnUninstall.sh script, |perform the following steps:

|
    |
  1. Ensure that you installed the JWSZ604 FMID.
  2. |
  3. Ensure that the com.ibm.ws.scripting.connectionType property |in the wsadmin.properties file is set |to the SOAP or RMI value. |The default value is SOAP. In this case at run |time, the script requires the WebSphere Application Server user and password. If you do not |want to specify them at run time, set them in the soap.client.props file |for SOAP connection type and in the sas.client.props file |for the RMI connection type. The soap.client.props and sas.client.props files are located in the properties directory of your WebSphere Application Server profile. |The WebSphere Application Server_installation_directory/AppServer/profiles/WebSphere Application Serverprofile_name/properties is the default |directory.
  4. |
  5. Run the zConnUninstall.sh script. The script |requires the path where you installed the WebSphere Application Server for z/OS and the properties |described in Table 39 to run. |||||||||||||||||||||||||||
    Table 41. zConnUninstall.properties properties and corresponding values
    Property Value
    CellName The cell name of the profile. This property |is required.
    nodeName The profile node name. This property is required.
    serverName The profile server name. This property is required.
    zosEngineName The engine name for z/OS connection. This property |is required.
    You can run the script in one of the following ways: |
      |
    • Specifying the path where you installed the WebSphere Application Server for z/OS and the properties |directly in the command line. |

      In this case the path where you installed |the WebSphere Application Server for z/OS must be specified as the first property. The following |example shows how to run the command specifying all the parameters:

      |
      ./zConnUninstall.sh -wasPath /u/wasv7config/bbobase/bbonode/AppServer
      | -cellName bbobase -nodeName bbonode -serverName server1 -zosEngineName CWSV64 
    • |
    • Specifying in the zConnUninstall.properties file |all the values of the properties and running the command specifying |only the path where you installed the WebSphere Application Server for z/OS as follows: |
      ./zConnUninstall.sh -wasPath app_server_root
  6. |
  7. Verify that the uninstallation completed successfully by reading |the messages displayed on the screen. Detailed information is logged |in the file specified in the com.ibm.ws.scripting.traceFile property |in the wsadmin.properties file.