配置启动脚本

rational_dir/config 目录为每台服务器创建一个启动脚本。
  1. IBM Rational® Download and Licensing Center 获取模板启动脚本。
  2. 将 start_lmgrd 模板文件复制到 config 目录下:

    cp start_lmgrd_template rational_dir/config/start_lmgrd

  3. 请更改这 4 行以与您的安装相匹配。该模板假定 rational_dir 为 /opt/rational,许可证文件为 license.dat,joe 为在系统启动过程中以 root 用户身份执行操作时拥有 lmgrd/rational 进程的用户标识。

    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


反馈