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 necessary for IBM Business Automation
Workflow installation, you must install them as part of
the silent installation. The required base products are:
- IBM Installation
Manager. If you
are installing IBM Business Automation Workflow in group mode, you must use an instance of IBM Installation
Manager that is installed in
group mode. For more information, see the Installation Manager documentation topic Administrator, nonadministrator, and group mode
. - WebSphere® Application Server Network Deployment, including the ejbdeploy and thinclient features.
If you are installing from downloaded images from Passport Advantage®, ensure that you download all required images. For UNIX, you need to download both required disk images for your operating system. For Linux® systems on Intel, you need three disk images. For Linux systems other than Intel, you need two disk images. 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.
Restrictions:
Note:
To extract files on AIX®, use the GNU tar program instead of the AIX tar program. The AIX tar program might truncate long file names, which can cause installation errors. To install the GNU tar program, see Use GNU tar to extract server installation images on AIX
.
Restrictions:
Extract the installation files to a directory that does not contain spaces or special characters.
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.
Note: Some examples mentioned in the procedure are specific to Db2®. However, this task applies to all database types.
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 and WebSphere Application
Server Network Deployment on AIX or Linux, and Db2 on Linux.
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.linuxia64 -acceptLicense -installationDirectory /opt/IBM/BPM -repositories /usr/tmp/BPM/repository/repos_64bit -properties user.wasjava=java8,user.db2.instance.username=bpmadmin,user.db2.instance.password="Vvrs88V/a9BUdxwodz0nUg==" -showVerboseProgress -log silentinstall.log -
imcl install com.ibm.bpm.ADV.v85,WorkflowEnterprise.Production com.ibm.websphere.ND.v85,core.feature,ejbdeploy,thinclient,embeddablecontainer,samples,com.ibm.sdk.6_64bit -acceptLicense -installationDirectory /opt/IBM/BPM -repositories /usr/tmp/BPM/repository/repos_64bit -showVerboseProgress -log silentinstall.log
The following example
installs IBM Business Automation
Workflow Enterprise Service Bus
and WebSphere Application
Server Network Deployment on AIX or Linux.
Tip: If you copy the example, make sure there are no line breaks.
-
imcl install com.ibm.bpm.ESB.v85,EnterpriseServiceBus.NonProduction com.ibm.websphere.ND.v85,core.feature,ejbdeploy,thinclient,embeddablecontainer,samples,com.ibm.sdk.6_64bit -acceptLicense -installationDirectory /opt/IBM/BPM -repositories /usr/tmp/BPM/repository/repos_64bit-showVerboseProgress -log silentinstall.log -
imcl install com.ibm.bpm.ESB.v85,EnterpriseServiceBus.Production com.ibm.websphere.ND.v85,core.feature,ejbdeploy,thinclient,embeddablecontainer,samples,com.ibm.sdk.6_64bit -acceptLicense -installationDirectory /opt/IBM/BPM -repositories /usr/tmp/BPM/repository/repos_64bit-showVerboseProgress -log silentinstall.log
The following example installs IBM Business Automation
Workflow from
/usr/tmp/BPM/repository/repos_64bit, a cumulative fix from
/usr/tmp/BPMCF, and WebSphere Application
Server Network Deployment on AIX and Linux. For Linux, Db2
is also installed.
Tip: If you copy the example, make sure there are no line
breaks.
-
imcl install com.ibm.bpm.ADV.v85,WorkflowEnterprise.Production com.ibm.websphere.ND.v85,core.feature,ejbdeploy,thinclient,embeddablecontainer,samples,com.ibm.sdk.6_64bit com.ibm.ws.DB2EXP.linuxia64 -acceptLicense -installationDirectory /opt/IBM/BPM -repositories /usr/tmp/BPM/repository/repos_64bit,/usr/tmp/BPMCF -properties user.wasjava=java8,user.db2.instance.username=bpmadmin,user.db2.instance.password="Vvrs88V/a9BUdxwodz0nUg==" -showVerboseProgress -log silentinstall.log -
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 -acceptLicense -installationDirectory /opt/IBM/BPM -repositories /usr/tmp/BPM/repository/repos_64bit,/usr/tmp/BPMCF -showVerboseProgress -log silentinstall.log
The following example
installs IBM Business Automation
Workflow Enterprise Service Bus
from /usr/tmp/BPM/repository/repos_64bit, a cumulative fix from
/usr/tmp/BPMCF, and WebSphere Application
Server Network Deployment on AIX and Linux.
Tip: If you copy the example, make sure there are no line breaks.
-
imcl install com.ibm.bpm.ESB.v85,EnterpriseServiceBus.Production com.ibm.websphere.ND.v85,core.feature,ejbdeploy,thinclient,embeddablecontainer,samples,com.ibm.sdk.6_64bit -acceptLicense -installationDirectory /opt/IBM/BPM -repositories /usr/tmp/BPM/repository/repos_64bit,/usr/tmp/BPMCF -showVerboseProgress -log silentinstall.log -
imcl install com.ibm.bpm.ESB.v85,EnterpriseServiceBus.NonProduction com.ibm.websphere.ND.v85,core.feature,ejbdeploy,thinclient,embeddablecontainer,samples,com.ibm.sdk.6_64bit -acceptLicense -installationDirectory /opt/IBM/BPM -repositories /usr/tmp/BPM/repository/repos_64bit,/usr/tmp/BPMCF -showVerboseProgress -log silentinstall.log
The following example installs IBM Business Automation
Workflow on an existing
WebSphere Application
Server installation
under /opt/IBM/BPM on AIX or Linux. 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.logThe following example
installs IBM Business Automation
Workflow Enterprise Service Bus
on an existing WebSphere Application
Server
installation under /opt/IBM/BPM on AIX or Linux. 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.ESB.v85,EnterpriseServiceBus.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.
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15