WebSphere WebSphere Application Server Network Deployment, Version 6.0.x Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Installing the service integration technologies resource adapter

Use this topic to install into an application server or cluster the service integration bus Web services enablement (SIBWS) resource adapter.

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

The SIBWS uses the resource adapter to invoke Web services at outbound ports. You install the resource adapter by using the wsadmin scripting client to run the sibwsInstall.jacl script. This script is provided in the install_root/util directory, where install_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:

  1. Open a command prompt, then change to the install_root/bin directory.
  2. To install the resource adapter, run the following command:
    wsadmin.ext -f install_root/util/sibwsInstall.jacl INSTALL_RA
                               -installRoot install_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, or nothing for an i5/OS system (because iSeries commands do not have a file extension).
    Note:
    • Install the resource adapter before you install the SIBWS or endpoint listener applications.
    • 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 forward slashes ("/") 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
You are now ready to install the SIBWS application and (optionally) one or more endpoint listener applications.
Related tasks
Installing the SDO repository
Installing the SIBWS and endpoint listener applications
Related reference
SIBWS installation files and locations

Task topic

Terms of Use | Feedback

Last updated: 5 Oct 2005
http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?topic=/com.ibm.websphere.pmc.nd.doc\tasks\tjw_install_ra.html

© Copyright IBM Corporation 2004, 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)