Edit /etc/lawson.env

  1. Open /etc/lawson.env in a text editor.
  2. Set the values for the following environment variables for the environment that you will upgrade to 10.0.x.
    Variable Definition
    JAVA_HOME Path to the Java SDK installation for this Environment.
    LAW_JAVA_HOME Path to the Java SDK installation for this Environment.
    LAW_JAVA_BIN

    Path to the platform-specific Java executables.

    Examples for Java 1.8:

    /opt/java16/bin (AIX)

    /opt/java16/bin/IA64W (HP Integrity)

    /opt/java16/bin/PA_RISC2.0 (PA_RISC)

    PERL_HOME Path to the Perl installation for this Environment
    COBDIR Path to the COBOL compiler for this Environment
    PATH

    Ensure that PATH contains the following:

    • $COBDIR/bin:

    • $JAVA_HOME/bin:

    • $LAW_JAVA_BIN

    • $PERL_HOME/bin

    • C compiler/bin

    • Database_HOME/bin

    Shared library path

    Shared libraries for the following:

    • Operating system ($LD_LIBRARY_PATH (HP-UX Integrity), $SHLIB_PATH (HP-UX PA-RISC), $LIBPATH (AIX))

    • $JAVA_HOME/lib

    • $COBLIB ($COBDIR/lib)

    • Database shared libraries

    • /usr/mqm/java/lib (MQSeries users only)

    WAS_HOME

    WebSphere Application Server ND installation directory

    Example:

    IBM/WebSphere/AppServer

    WAS_LOG

    Location of WebSphere Application Server ND log files for your Environment

    Example:

    WAS_HOME/profiles/lsfprod1/logs/lsfprod1_app

    IHS_HOME

    HTTP Server installation directory

    Example:

    IBM/IBMIHS

    Database_HOME Database installation directory
    BPM_ADDL_CLASSPATH (MQ Series users only) /MQInstallDir/java/lib/com.ibm.mq.jar:/MQInstallDir/java/lib/connector.jar
  3. Save your changes and close the file.