2 Installer Prerequisite Setup

The Overview of this document is to share you the knowledge on how Installer is designed both in windows as well as in linux.

Note:

Install Oracle DB Client 12C,

Maintain JAVA Latest Version :: jdk1.8 and above.

Application Server :: Weblogic Latest Version - 12.2.1.2.0_wls.

Two installer modes has to be used during setup of environment:

  1. GUI Installer –

    Located under \INSTALLER\SOFT\GUI - Run ‘./FCUBSInstaller.bat file’

    GUI Installer will be required for below activities:

    • Property File Creation
    • Basic Setup
    • Environment Property file configuration
  2. Silent Installer –

    Located under \INSTALLER\SOFT

    Silent Installer will be required for below activities:

    • Database Setup
    • EAR Build
  3. In Linux – For creating the property file
    1. Following steps to set the variables:
      export JAVA_HOME=JAVA_HOME path
      export PATH=JAVA_HOME/bin:$PATH
      export ORACLE_HOME=ORACLE_HOME path
      export PATH=ORACLE_HOME/bin:$PATH
    2. Now traverse to the path where FCUBSInstaller.sh file is present in the server.
    3. Give access rights to the file and Run ‘./FCUBSInstaller.sh’ file.
    4. Provide the necessary home path to set and launches the Installer.
    5. Run the ‘./FCUBSInstaller.sh’ file in any graphical desktop sharing system like TigerVNC.

      Figure 2-1 Application Places System



      Source Structure :

      The Installation can be done in different ways and Source Structure should be maintained as below:

      The PM_OSDC.zip can be used without any modifications

  4. Environment Setup Steps:
    Below are the sequence of steps to be followed during Environment Setup:
    1. Property File Creation: (Refer: Installer_Property_File_Creation.doc)
      Two property files will get generated
      • "fcubs.properties" required for application (EAR).
      • "env.properties" common property required for environment setup.
    2. Populating environment property file: (Refer next section)

      The env properties file which got generated in \INSTALLER\SOFT\GUI\logs path need to be manually copied to \INSTALLER\SOFT\logs path.

      The FCUBS_PROPERTIES_PATH in env properties should be manually edited after copying(whole path with filename should be specified).

    3. Database Setup: (Refer: Installer_DB_Setup.doc)

      Database setup involves DDL Load, Object Compilation and Static Data Compilation.

    4. Basic Setup: (Refer: Installer_DB_Setup.doc)

      Post INC Load, basic setup has to be done. Basic Setup is done using GUI Installer.

    5. Application EAR build: (Refer: Installer_EAR_Building Document)

      FCUBS Application and Gateway EAR build can be done using the silent installer

    Environment Property file configuration:

    Figure 2-2 Environment Property file configuration



    Note:

    A single property file will be used for both DB Compilation and EAR build. Hence all the properties will be located in a single property file. Some properties may not be applicable during the certain setup and those can be null.

    Following are the examples to execute for EAR Run, Gateway EAR Run and DB Compile for both Windows and Linux.

    FOR LINUX FOR WINDOWS PRODUCT USED
    SMSDBCompileRun.sh SMSDBCompileRun.bat SMS DB
    PMEarRun.sh PMEarRun.bat PAYMENTS
    PMDBCompileRun.sh PMDBCompileRun.bat PM DB
    PMGatewayEarRun.sh PMGatewayEarRun.bat PM GATEWAYS

    For Queues and Queue Connection Factory, please refer to the ResourcesList.xls.