1). If you install 64-bit Tibco products on your 64-bit machine, download and install the 32-bit JRE 1.6.0 on your Linux box, such as /home/tibco/jre1.6.0_45.
2). Run the following commands according to your environment: (If there is no EMS installed, make <hawk>/4.9 as the EMS root).
export RV_ROOT=/home/tibco/tibco/tibrv/8.4
export HAWK_ROOT=/home/tibco/tibco/hawk/4.9
export JRE_ROOT=/home/tibco/jre1.6.0_45
export EMS_ROOT=/home/tibco/tibco/ems/7.0
3). Backup and edit starttibhawktivoli to add <hawk>/adapters/tivoli/bin in LIBPATH, LD_LIBRARY_PATH and SHLIB_PATH as follows:
# Add RV to LD_LIBRARY_PATH and SHLIB_PATH.
LD_LIBRARY_PATH=/home/tibco/tibco/hawk/4.9/adapters/tivoli/bin:$RV_ROOT/lib:$HAWK_ROOT/bin:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
SHLIB_PATH=/home/tibco/tibco/hawk/4.9/adapters/tivoli/bin:$RV_ROOT/lib:$HAWK_ROOT/bin:$SHLIB_PATH
export SHLIB_PATH
LIBPATH=/home/tibco/tibco/hawk/4.9/adapters/tivoli/bin:$RV_ROOT/lib:$HAWK_ROOT/bin:$LIBPATH
export LIBPATH
4). Restart starttibhawktivoli.