Installing silently using the command line
You can install IBM® Business Process Manager silently using the command line. With this method, you need to run only one command to perform the installation.
Before you begin
If you do not have the prerequisite base products that are necessary for IBM Business Process Manager Advanced - Process
Server installation, you must install the base
products as part of the silent installation. The required base products are:
- IBM Installation Manager
- WebSphere® Application Server Network Deployment, including the ejbdeploy and thinclient features.
About this task
During the silent
installation, the following tasks are peformed:
- Installation Manager is installed or updated to the appropriate level.
- The required base products and IBM Business Process Manager Advanced - Process Server are installed.
Only one IBM Installation Manager is required to install multiple instances of IBM Business Process Manager.
Procedure
Results
Installation Manager installs the list of products and writes a log file to the directory that you specified. The log file is empty if there are no errors or warnings.
Example
The following example installs IBM Business Process Manager Advanced - Process
Server, WebSphere Application
Server Network Deployment, and DB2 Express on Windows.
Tip: If you copy the example, make sure there are no line
breaks.
imcl install com.ibm.bpm.PS.v85,AdvancedProcessServer.Production com.ibm.websphere.ND.v85,core.feature,ejbdeploy,thinclient,embeddablecontainer,samples,com.ibm.sdk.6_64bit com.ibm.ws.DB2EXP.winia64 -acceptLicense -installationDirectory C:/IBM/BPM85 -repositories D:/temp/BPM/repository/repos_64bit -properties user.db2.admin.username=bpmadmin,user.db2.admin.password="Vvrs88V/a9BUdxwodz0nUg==",user.bpm.admin.username=admin,user.bpm.admin.password="tTTKjysjbznw1L7s7wZ0Uw==" -showVerboseProgress -log silentinstall.log
The following example installs IBM Business Process Manager Advanced - Process
Server, , a cumulative fix from another
directory, WebSphere Application
Server Network Deployment, and DB2 Express on
Windows.
Tip: If you copy the example, make sure there are no line
breaks.
imcl install com.ibm.bpm.PS.v85,AdvancedProcessServer.Production com.ibm.websphere.ND.v85,core.feature,ejbdeploy,thinclient,embeddablecontainer,samples,com.ibm.sdk.6_64bit com.ibm.ws.DB2EXP.winia64 -acceptLicense -installationDirectory C:/IBM/BPM85 -repositories D:/temp/BPM/repository/repos_64bit,/usr/tmp/BPMCF -properties user.db2.admin.username=bpmadmin,user.db2.admin.password="Vvrs88V/a9BUdxwodz0nUg==",user.bpm.admin.username=admin,user.bpm.admin.password="tTTKjysjbznw1L7s7wZ0Uw==" -showVerboseProgress -log silentinstall.log
What to do next
After you install IBM BPM, you
must configure the product by creating profiles, setting up database
tables, and configuring the network deployment environment. To do
these configuration tasks in one step, use the BPMConfig command.
Alternatively, you can do each configuration step separately using
the Profile Management Tool, if it is supported on your operating
system, and the Deployment Environment wizard.
Important: If
you are migrating business data and applications from a previous version,
use the configuration instructions in the Migrating to IBM Business
Process Manager section.