You have to install Platform LSF 10.1 first. Please read Basic Configuration of Platform LSF 10.1
Step 1: Unpack the Platform Appliction Centre
# tar -zxvf pac10.1_standard_linux-x64.tar.Z # cd pac10.1_standard_linux-x64
Please go to the installation directory, go to $LSF_INSTALL/lsfshpc10.1-x86_64/pac/pac10.1_standard_linux-x64
Step 2: Yum install the mysql
# yum install mysql mysql-server mysql-connector-java
Step 2a: Configure the How to Install MySQL on CentOS 6
Step 3: Edit the pacinstall.sh
export MYSQL_JDBC_DRIVER_JAR="/usr/share/java/mysql-connector-java-5.1.17.jar" (Line 84)
Step 4: Complete the installation
Step 4a: Enable perfmom in your LSF Cluster
Optional. Enable perfmon in your LSF cluster to see the System Services Dashboard in IBM Spectrum LSF Application Center.
# badmin perfmon start # badmin perfmon view
Step 4b: Set the IBM Spectrum LSF Application Center environment
# cp /opt/pac/profile.platform /etc/profile.d/pac1.sh # source /etc/profile.d/pac1.sh
Step 4c: Start IBM Spectrum LSF Application Center services.
# perfadmin start all # pmcadmin start
Step 4d: Check services have started.
# perfadmin list # pmcadmin list
You can see the WEBGUI, jobdt, plc, purger, and PNC services started.
Step 5: Log in to IBM Spectrum LSF Application Center.
Browse to the web server URL and log in to the IBM Spectrum LSF Application Center with the IBM Spectrum LSF administrator name and password.
Step 5a Importing the cacert.pem certificate into the client browser
Step 6: Platform URL
When HTTPS is enabled, the web server URL is: https://host_name:8443/platform
References: