Edit install.config

Procedure

  1. Change to the ppm10.2_pinstall directory:

    cd ppm10.2_pinstall

  2. As an administrator, edit ppm10.2_pinstall/install.config to define your configuration.

    Remove the comment symbol (#) and set values for the following parameters:

    1. JS_TOP

      Specify the full path to the Process Manager directory. For example:

      JS_TOP=/usr/share/js

    2. JS_HOST

      Specify the fully-qualified host name of the Process Manager Server host. For example:

      JS_HOST=hostB.platform.com

    3. JS_PORT=1966

      Use the default port number, 1966.

      Ensure that you change this value if another process is already using the port. For example:

      JS_PORT=1234

    4. JS_ADMINS

      Specify the user name of the primary LSF® administrator. For example:

      JS_ADMINS=lsfadmin

    5. LSF_ENVDIR

      Specifies the directory where the LSF configuration files are stored. For example: LSF_ENVDIR=/usr/share/lsf/conf.

    6. EGO_DAEMON_CONTROL

      Optional. Specify EGO_DAEMON_CONTROL=true to configure failover for the Process Manager server to be managed by EGO. Process Manager will be installed as an EGO service and EGO will be enabled to control jfd. Ensure that the Process Manager conf and work directories are installed in a shared location.

      When EGO_DAEMON_CONTROL=true, you must specify EGO_CONFDIR.

  3. Save install.config.