Setup IBM BPM in Azure


Here is step to setup IBM BPM in Azure.

1. Setup VM
2. Enable ports using Azure Powershell

After login into Windows:
1. Enable policy rules for IBM BPM ports
2. Install DB2
3. Create database

http://www-01.ibm.com/support/knowledgecenter/SSFPJS_8.5.0/com.ibm.wbpm.imuc.ebpm.doc/topics/db_create_nd_win_db2.html

After installed, run “db2cmd”:

1
2
3
4
5
db2
create database PDWDB automatic storage yes  using codeset UTF-8 territory US pagesize 32 k;
connect to PDWDB
UPDATE DB CFG FOR PDWDB USING LOGFILSIZ 4096 DEFERRED
UPDATE DB CFG FOR PDWDB USING LOGSECOND 64 DEFERRED

Repeat for BPMDB and CMNDB

4. Install BPM (Don’t forget to setup your DNS)
5. Update BPM into version 8.5.0.1
6. Start BPM and everything fine!


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.