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.
From a command
window, enter the following commands:
cd <image_dir>
<WAS_DIR>\java\bin\jar -xvf cei-600-wsnt.zip
<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:
cd <image_dir>
<WAS_DIR>/java/bin/jar -xvf cei-600-wsnt.zip
<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