1.3.2 Run Oracle FLEXCUBE Installer in Silent Mode in LINUX

This topic describes the method to run Oracle FLEXCUBE Installer in silent mode in LINUX.

To run the installer in silent mode in LINUX, follow the steps given below:
  1. In command prompt, navigate to the folder where the FCUBSInstaller.bat is located.
  2. Type the commands as shown below:
    The command must be given in a single line.
    • EAR Build (FCIS,Gateway):
      sh FCUBSInstaller.sh /s AB <INSTALLER>/config/ silentConfigBuild.properties
    • Deployment on Weblogic Server:
      sh FCUBSInstaller.sh /s AD <INSTALLER>/config/silentAppDeployment.properties
    • Data Base Installation:
      sh FCUBSInstaller.sh /s DB <INSTALLER>/config/ silentConfigDatabase.properties
    • User Creation:
      sh FCUBSInstaller.sh /s UC <INSTALLER>/config/silentUserCreation_DSN.properties
    • DSN:
      sh FCUBSInstaller.sh /s RP <INSTALLER>/config/ silentUserCreation_DSN.properties
  3. Use the exact folder location instead of <INSTALLER> in the command.