Installing from a Text Console

You can run the Oracle BPM Studio and Enterprise installers on a text-based console, without a graphical user interface.

Text-based Interactive Installation

To use text-mode installation, run the Oracle BPM installer with the -i console argument. Use this option on Unix systems where you don't have access to a graphical environment. Example:
 OracleBPMEnterpriseSA103000_sol.bin -i console
You can also specify the location to the JVM passing the LAX_VM argument to the installer. You must always specify the location to an existing Java installation if a JVM is not included with the installer. Example:
 OracleBPMEnterpriseSA103000_sol.bin -i console LAX_VM /usr/jdk1.5/bin/java

Non-interactive Installation (Silent mode)

To simplify installation on multiple machines, you can run the Oracle BPM installer in silent mode, which does not require any user interaction.

To use non-interactive installation, run the Oracle BPM installer with the -DUSER_INSTALL_DIR="/path/to/dir" and -i silent arguments, where /path/to/dir is the full path to the directory where you want to install the product. Example:
 OracleBPMEnterpriseSA103000_sol.bin -DUSER_INSTALL_DIR="/usr/OraBPMEnterpriseHome" -i silent
You can also specify the location to the JVM passing the LAX_VM argument to the installer. You must always specify the location to an existing Java installation if a JVM is not included with the installer. Example:
 OracleBPMEnterpriseSA103000_sol.bin -DUSER_INSTALL_DIR="/usr/OraBPMEnterpriseHome" -i silent LAX_VM /usr/jdk1.5/bin/java