|

Installing using the zConnInstall.sh script

|

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

|
    |
  1. Ensure that you installed the JWSZ604 FMID.
  2. |
  3. Run the zConnInstall.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 39. zConnInstall.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.
    zosEngineName The engine name for z/OS connection. This property |is required.
    zosHostName The host name of the Tivoli® Workload Scheduler z/OS server. This property |is required.
    zosPortNumber The port number of the Tivoli Workload Scheduler z/OS server. This property |is required.
    connectionTimeoutCleanup The connection timeout cleanup for z/OS connection. |This property is optional. The default value is 60.
    scaffoldSwitch The scaffold switch for z/OS connection. This |property is optional. The default value is false.
    maxConnections The maximum number of managed connections that |can be created for the z/OS connection. This property is optional. |The default value is 10.
    connectionTimeout The connection timeout for z/OS connection. |Interval, in seconds after which the z/OS connection request times |out and a connectionWaitTimeoutException is thrown. This property |is optional. The default value is 1.
    unusedTimeout Interval in seconds after which an unused connection |is discarded by the connection pool maintenance thread. This property |is optional. The default value is 60.
    reapTime The reap time for z/OS connection This property |is optional. The default value is 300.
    startApplication Start the WebSphere® Enterprise |Applications. This property is optional. Possible values are true |and false. The default value is false.
    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: |
      ./zConnInstall.sh -wasPath /u/wasv7config/bbobase/bbonode/AppServer
      | -cellName bbobase -nodeName bbonode -serverName server1 -zosEngineName CWSV64
      | -zosHostName 127.0.0.1 -zosPortNumber 505 -connectionTimeoutCleanup 60
      | -scaffoldSwitch false -maxConnections 10 -connectionTimeout 1
      | -unusedTimeout 60 -reapTime 300 -startApplication false
    • |
    • Specifying in the zConnInstall.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: |
      ./zConnInstall.sh -wasPath app_server_root
  4. |
  5. Verify that the installation completed successfully by reading |the messages displayed in the screen. Detailed information is logged |in the file specified in the com.ibm.ws.scripting.traceFile property |in the wsadmin.properties file.
|

The installation does not show the path where you installed the |z/OS connector. The path is specified in the com.ibm.ws.scripting.traceFile property |in the wsadmin.properties file. By default, |the connector enterprise application is installed in the WebSphere Application Server_installation_directory/AppServer/profiles/default/InstalledApps directory.