|

Applying maintenance

|

|This section describes how to apply the program |temporary fix (PTF) level of the Tivoli® Workload |Scheduler for z/OS connector. You can apply PTFs using either the Integrated Solutions Console, |or the zConnUpdate.sh scripts located in theinstall_dir/zConnUpdate.sh directory. |This section describes how to apply the PTFs using the zConnUpdate.sh scripts.

|
    |
  1. Apply the PTFs as described in the Program Directory for Tivoli Workload Scheduler for z/OS.
  2. |
  3. Ensure that the WebSphere Application Server for z/OS Integrated Solutions Console is not running.
  4. |
  5. Ensure that you installed the JWSZ604 FMID.
  6. |
  7. Move to the directory where the script is located. The default |value is installation directory/opt/package.
  8. |
  9. Ensure that the com.ibm.ws.scripting.connectionType property |in the wsadmin.properties file is set |to the value SOAP or RMI. |The default value is SOAP. 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.
  10. |
  11. Run the zConnUpdate.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 40. zConnUpdate.properties properties and corresponding values
    Property Value
    CellName The cell name of the profile. This property |is required.
    nodeName The node name of the profile. This property |is required.
    serverName The server name of the profile. 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: |
      ./zConnUpdate.sh -wasPath /u/wasv7config/bbobase/bbonode/AppServer
      | -cellName bbobase -nodeName bbonode -serverName server1 -zosEngineName CWSV64 
    • |
    • Specifying in the zConnUpdate.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: |
      ./zConnUpdate.sh -wasPath app_server_root
  12. |
  13. Verify that the PTF was installed 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.
|