Installing the SPSS statistics subset

About this task

Install the SPSS statistics subset on an agent of your HCL Workload Automation network. Follow these steps to install the SPSS statistics subset:

Procedure

  1. Download or copy the .zip file HCLWorkload Scheduler Advanced Statistics Tool onto the agent from the HCL Workload Automation eImage according to the operating system running on the agent.
  2. Unzip the file.
  3. Run:
    • ./iws_spss_install.sh -inst_dir installation path (UNIX)
    • drive\iws_spss_install.bat -inst_dir installation path (Windows)
    where installation path is an installation path that you specify on the agent. You will later have to specify this installation path in one of the jobs that make up the ELAB_JOB_STAT_JS job stream. If you run iws_spss_install with no arguments, you get the usage in return.

Results

The installation is complete. On the AIX platform, an additional step is required to complete the installation.

What to do next

Attention: For AIX platforms only. This additional configuration step is required to complete the installation.
If you are installing on an AIX platform, you must modify the JobManager.ini file as follows to complete the installation:
  1. Locate the JobManager.ini file on the local agent instance where the SPSS job will run. The file is located in the TWA_home/TWS/ITA/cpa/config directory on the agent.
  2. In the [ITA Env] section of the file, modify the value of the LIBPATH keyword by appending the following text displayed in bold typeface. The entire value must be entered in a single continuous row. This example assumes that SPSS was installed in the /opt/IBM/SPSS folder:
    [ITA Env]
    SHLIB_PATH = $SHLIB_PATH:.:
    LIBPATH = $LIBPATH:/home/spss_075/TWS/JavaExt
    /jre/jre/bin/j9vm:/home/spss_075/
    TWS/JavaExt/jre/jre/bin/j9vm/../../lib/ppc64
    :/opt/IBM/SPSS:/opt/IBM/SPSS/ext/
    bin/pasw.adp:/opt/IBM/SPSS/ext/bin/pasw.aedata:
    /opt/IBM/SPSS/ext/bin/pasw.alm:/
    opt/IBM/SPSS/ext/bin/pasw.bagging:/opt/IBM/SPSS
    /ext/bin/pasw.boosting:/opt/IBM/
    SPSS/ext/bin/pasw.cognos:/opt/IBM/SPSS/ext/bin
    /pasw.common:/opt/IBM/SPSS/ext/
    bin/pasw.externalrule:/opt/IBM/SPSS/ext/bin
    /pasw.glmm:/opt/IBM/SPSS/ext/bin/
    pasw.me:/opt/IBM/SPSS/ext/bin/pasw.netezzaindb:
    /opt/IBM/SPSS/ext/bin/
    pasw.neuralnet:/opt/IBM/SPSS/ext/bin/pasw.outerpartition:
    /opt/IBM/SPSS/ext/
    bin/pasw.pmmlmerge:/opt/IBM/SPSS/ext/bin/pasw.psm:
    /opt/IBM/SPSS/ext/bin/
    pasw.scoring:/opt/IBM/SPSS/ext/bin/pasw.simulation:
    /opt/IBM/SPSS/ext/bin/
    pasw.split:/opt/IBM/SPSS/ext/bin/pasw.stb:/opt/IBM
    /SPSS/ext/bin/pasw.tm1:/
    opt/IBM/SPSS/ext/bin/pasw.transformation:/opt/IBM
    /SPSS/ext/bin/pasw.tree:/opt/
    IBM/SPSS/ext/bin/pasw.xmldata:/opt/IBM/SPSS/ext
    /bin/spss.C5:/opt/IBM/SPSS/ext/
    bin/spss.bayesiannetwork:/opt/IBM/SPSS/ext/bin
    /spss.binning:/opt/IBM/SPSS/ext/
    bin/spss.cplex:/opt/IBM/SPSS/ext/bin/spss.dataview:
    /opt/IBM/SPSS/ext/bin/
    spss.inlinecsp:/opt/IBM/SPSS/ext/bin/spss.knn:
    /opt/IBM/SPSS/ext/bin/
    spss.modelaccreditation:/opt/IBM/SPSS/ext/bin/
    spss.modelevaluation:/opt/IBM/SPSS/
    ext/bin/spss.optimization:/opt/IBM/SPSS/ext/bin
    /spss.predictoreffectiveness:/opt/
    IBM/SPSS/ext/bin/spss.predictorstat:/opt/IBM/SPSS
    /ext/bin/spss.propensitymodelling:/
    opt/IBM/SPSS/ext/bin/spss.selflearning:/opt/IBM
    /SPSS/ext/bin/spss.svm:/opt/IBM/SPSS/
    ext/bin/spss.xd:/opt/IBM/SPSS/jre/bin/classic:
    /opt/IBM/SPSS/jre/lib/ppc64:/opt/IBM/
    SPSS/jre/lib/ppc64/j9vm:/opt/IBM/SPSS/jre/bin
    LD_LIBRARY_PATH = $LD_LIBRARY_PATH:.
  3. Save the changes to the file.