Working from the rational_dir/config directory,
create a start script for each server.
About this task
- Obtain a template start script at the IBM Rational® Download
and Licensing Center.
- Copy the start_lmgrd template file to the config directory:
cp start_lmgrd_template rational_dir/config/start_lmgrd
- Change these 4 lines to match your installation. The template
assumes rational_dir is /opt/rational, the license
file is license.dat, and joe is the user ID that owns the lmgrd/rational
process when it executes as root during system start.
LICENSE_DIR=/opt/rational/config
LICENSE_DAT=$LICENSE_DIR/license.dat
LICENSE_LOG=$LICENSE_DIR/license.log
LICENSE_EXE=$LICENSE_DIR/lmgrd
LICENSE_USER=joe