Installing in Silent mode

Run the script pacinstall.sh -s to install in Silent mode.

Procedure

  1. If you have a password for your MySQL/MariaDB database, set the password as an environment variable on the host.

    If you do not have a password for your database, you do not need to set the environment variable as the installation script assumes a blank password by default.

    For example:

    For csh or tcsh:

    # setenv MYSQL_ROOT_PASSWORD "test"
    

    For sh, ksh, or bash:

    # export MYSQL_ROOT_PASSWORD="test"
    
  2. Define the MySQL host and port using the environment variables:
    export MYSQL_HOST=localhost 
    export MYSQL_PORT=3306
  3. Run pacinstall.sh to set your environment variables and run rpm.

    The -s option installs silently and the -y option accepts the license agreement.

    # ./pacinstall.sh -s -y
    

    After installation, you can check the installation log file install.log created in the same directory as IBM Spectrum LSF Application Center was installed, such as, the /opt/pac directory.