Enabling https in IBM Spectrum LSF Suite for Enterprise GUIs

Enable https in IBM Spectrum LSF Suite for Enterprise GUI applications.

Procedure

  1. Enter the command
    pmcadmin https enable --password [password]
  2. Run pmcadmin stop and then pmcadmin start.
  3. Update the lsf.conf configuration file found under /opt/ibm/lsfsuite/lsf/conf :
    1. Find the following line:
      LSF_QUERY_ES_SERVERS=/lsf1x142:8080"
    2. Change it to:
      LSF_QUERY_ES_SERVERS="https://lsf1x142:8443"
      Note: The default port number is 8443 and can be obtained by running the pmcadmin list command.
    3. Repeat for each LSF Suite GUI application that requires https enabled.