Installing the service integration technologies resource adapter

Install the service integration technologies resource adapter into an application server or cluster, so that it can be used by the service integration bus (SIBus) Web services application and by the endpoint listener applications.

Before you begin

This topic assumes that you have already determined the set of standalone servers or clusters on which to install the resource adapter, and completed the steps and prerequisites described in Installing and configuring the SDO repository.

You must install the resource adapter before you install the SIBus Web services application or the endpoint listener applications.

About this task

You install the resource adapter by using the wsadmin scripting client to run the sibwsInstall.jacl script. This script is provided in the app_server_root/util directory, where app_server_root is the root directory for the installation of IBM® WebSphere® Application Server.

Complete the following steps for every standalone server or cluster on which you want to install the resource adapter:

Procedure

  1. Open a command prompt, then change to the app_server_root/bin directory.
  2. To install the resource adapter, run the following command:
    wsadmin.ext -f app_server_root/util/sibwsInstall.jacl INSTALL_RA
                               -installRoot app_server_root_using_forward_slashes
                               -nodeName node_name [-clusterName cluster_name] 
    where .ext is the file extension .bat for a Windows® system, or .sh for a Unix or Linux® system.
    Note:
    • The optional parameter is indicated by square brackets ("[ ]"). You only need to use the clusterName parameter if you are installing the resource adapter for deployment to a cluster.
    • No serverName is required for installing the resource adapter on a standalone server. If you supply a server name, the command fails.
    • This use of the / (forward slash) character is compulsory for this command, even on Windows systems.
    For example, for a standalone server on a Windows system the command might be:
    wsadmin.bat -f ../util/sibwsInstall.jacl INSTALL_RA
                -installRoot "C:/Program Files/IBM/WebSphere/AppServer"
                -nodeName node1

What to do next

You are now ready to install the SIBus Web services application and (optionally) one or more endpoint listener applications.



In this information ...


IBM Redbooks, demos, education, and more

(Index)

Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

Task topic    

Terms of Use | Feedback

Last updated: Sep 20, 2010 10:03:57 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-zos&topic=tjw_install_ra
File name: tjw_install_ra.html