Installing the receiver on a WAS cluster

Before you begin

You will need to make sure that profiles for the WAS deployment manager and for all nodes hosting the WAS instances in the cluster already have the Common Event Infrastructure installed on them.

Extract the Common Event Infrastructure Web Services Receiver image (cei-600-wsnt.zip) to a directory on a machine where the WebSphere Application Server 6.0.x is already installed.

Steps

From a command window, enter the following commands:

  1. cd <image_dir>
  2. <WAS_DIR>\java\bin\jar -xvf cei-600-wsnt.zip
  3. <WAS_PROFILE_DIR>\bin\wsadmin -conntype SOAP -host <was_host> -port <was_port> -user <user> -password <password> -f <image_dir>\bin\install-cluster.jacl <image_dir>/bin/wsnt-was.ear <cluster_name>

    Attention: You must use forward slashes "/" as the directory separator for the wsnt-was.ear file location.

From a command shell and enter the following commands:

  1. cd <image_dir>
  2. <WAS_DIR>/java/bin/jar -xvf cei-600-wsnt.zip
  3. <WAS_PROFILE_DIR>/bin/wsadmin.sh -conntype SOAP -host <was_host> -port <was_port> -user <user> -password <password> -f <image_dir>/bin/install-cluster.jacl <image_dir>/bin/wsnt-was.ear <cluster_name>

where


Related topics
Hardware and software requirements
Installing the receiver on a WAS instance
Verifying installation
Uninstalling the receiver

Parent topic
Installation overview