Installing a process application package to a virtual system instance
You can install process application packages to your IBM® Business Process Manager Pattern virtual system instance to use the application in a cloud environment.
About this task
- .zip
- The package installation operation installs the .zip file on IBM BPM. You cannot install multiple process application package files in one .zip file package.
- .ear
- The package installation operation installs the .ear file on IBM BPM.
- .tgz
- If the .tgz package includes an install.sh file, the installation operation calls the install.sh file, and you can see the parameters for dmgr hostname, dmgr username, and dmgr password.
- If the .tgz package includes an install.py file,
enter the following command:
wsadmin.sh -f install.py - If the .tgz package does not include either an install.sh file or an install.py file, the package installation operation installs the .zip files and .ear files that are extracted from it.
Procedure
To install the process application package, complete the following steps:
- In IBM Workload Deployer, click .
- In the Name column, click a virtual system instance.
- Click Manage.
- In the Virtual Application Console window, click Operations.
- Select an IBM Process Server to install the process application package to. The left panel of the Operations page shows a table that contains two columns. The left column lists the role name of each virtual machine in the virtual system instance and the right column shows the role type. You can select any role name that has a role type of BPM_PS_DMGR_8550_IM. The IBM BPM node that you selected is displayed in the panel at the right.
- Expand Install Offline Package.
- Click Browse, and then select the process application package to install.
- Click OK, and then click Submit.