Installing silently using the command line
You can install IBM® Business Automation Workflow 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 Automation
Workflow 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.
Important: For versions before V18.0.0.2, make sure that you include
the required fix PI73197: Enable Java 8 Support for EJBDeploy on WebSphere Application
Server.
The fix is included with WebSphere Application
Server 8.5.5.14 and later.
The fix is included with WebSphere Application
Server 8.5.5.14 and later. If you are installing from downloaded images from Passport Advantage,
ensure that you downloaded all three required images for Windows. If you are installing from the DVD
images, obtain the compressed files from the DVDs. In both cases, extract all of the files from the
compressed files to the same location on your hard disk.
Restriction: Use 7zip to extract the files. Disk
2 is too big for the built-in Windows extraction tool.
About this task
During the silent installation, the following tasks are performed:
- Installation Manager is installed or updated to the appropriate level.
- The required base products and IBM Business Automation Workflow are installed.
Only one IBM Installation Manager is required to install multiple instances of IBM Business Automation Workflow.
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 Automation
Workflow, WebSphere Application
Server Network Deployment, and Db2 AWSE on Windows.
Tip: If you
copy the example, make sure there are no line
breaks.
imcl install com.ibm.bpm.ADV.v85,WorkflowEnterprise.NonProduction 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/BPM -repositories D:/temp/BPM/repository/repos_64bit -properties user.wasjava=java8,user.db2.admin.username=bpmadmin,user.db2.admin.password="Vvrs88V/a9BUdxwodz0nUg==" -showVerboseProgress -log silentinstall.logThe following example installs IBM Business Automation
Workflow from
/usr/tmp/BPM/repository/repos_64bit, a cumulative fix from
/usr/tmp/BPMCF, WebSphere Application
Server Network Deployment,
and Db2 AWSE on Windows.
Tip: If you copy the example, make sure there are no line
breaks.
imcl install com.ibm.bpm.ADV.v85,WorkflowEnterprise.NonProduction 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/BPM -repositories D:/temp/BPM/repository/repos_64bit,/usr/tmp/BPMCF -properties user.wasjava=java8,user.db2.admin.username=bpmadmin,user.db2.admin.password="Vvrs88V/a9BUdxwodz0nUg==" -showVerboseProgress -log silentinstall.logThe following example installs IBM Business Automation
Workflow on an existing WebSphere Application
Server installation under
/opt/IBM/BPM on Windows. Ensure that the WebSphere Application
Server installation meets the prerequisites.
Tip: If you copy the example, make sure there are no line
breaks.
imcl install com.ibm.bpm.ADV.v85,WorkflowEnterprise.NonProduction -acceptLicense -installationDirectory /opt/IBM/BPM -repositories /usr/tmp/BPM/repository/repos_64bit -showVerboseProgress -log silentinstall.logWhat to do next
After you install Business Automation Workflow, 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 Automation
Workflow
section.