This appendix describes the manual steps of deploying WBI Monitor on IBM WebSphere 5.0 Before starting these steps, it is assumed that the Monitor Database (and Event Queue Database if you are using MQ Workflow as your engine) with the required Table Spaces are created and configured in your Database Server.
The following conventions are used for all the instructions throughout this document:
<WebSphere> = The WebSphere home directory. e.g. C:\Websphere
<MQ> = The MQ Workflow home directory. e.g. c:\fmcwinnt
<DB2> = The DB2 home directory. e.g. c:\sqllib
<Oracle> = The Oracle home directory. e.g. c:\oracle\ora81
<Monitor> = The Monitor installation directory where the WBI Monitor has been installed. e.g. C:\WBIMonitor
<WebServerName> = The name of the machine that hosts the Web server for which the WebSphere is configured. (Ex. The machine name on which the IBM HTTP Server or Microsoft IIS 4.0 or IIS 5.0 is installed)
<ServerName> = The name of the server on which the Monitor will be installed.
Important Notes:
On AIX and Solaris platforms, use forward slash / instead of back-slash \ when writing paths.
The names and paths of folders and files are case sensitive.
Make sure that the user you are using have all needed permissions. For example, using a user who has no permissions on WebSphere or the Database will fail to deploy the monitor.
On AIX 5.1 platform, the environment variable named LIBPATH must be appended with the following pathes: <MQ>/lib and <MQ>/lib/mqserver. To do this, type The following command in the console window from which you will start the WebSphere and then press Enter: export LIBPATH=$LIBPATH:<MQ>/lib:<MQ>/lib/mqserver