In this post we will apply the latest fixes to an existing installation of "IBM Business Automation Manager Open Editions".
From the site
https://www.ibm.com/support/fixcentral in the "Find product" section, set "Product selector *" field as "IBM Business Automation Manager Open Editions", then select the current version/platform of your installation, press the "Continue" button, select "Browse for fixes", press the "Continue" button again, select the interim fix of your interest and press the "Continue" button again, then download the parts of your interest.
In this example we will apply the fixes (
latest available at the end of October 2022) to the '
Business Central' component (authoring environment) and to the '
KieServer' component (runtime environment).
Let's download the file "
bamoe-8.0.1-update.zip" and extract the contents of the file into a temporary folder.
We will use the '
apply-updates.sh' shell script.
The command we will use requires two parameters, the first identifies the complete path of the component to be updated, the second parameter identifies the component selector
./apply-updates.sh ${IBAMOE_COMP_FULL_PATH} ${IBAMOE_COMP_SELECTOR}for example to update the 'Business Central' component we will use the following parameters
IBAMOE_COMP_FULL_PATH=${EAP_HOME}/standalone/deployments/business-central.war IBAMOE_COMP_SELECTOR=rhpam-business-central-eap7-deployableto update the 'KieServer' component we will use the following parameters
IBAMOE_COMP_FULL_PATH=${EAP_HOME}/standalone/deployments/kie-server.war IBAMOE_COMP_SELECTOR=rhpam-kie-server-ee8Let's go !
Warning: Power down the server instance !!!
Let's now update the product with the following commands:
IBAMOE_COMP_FULL_PATH=${EAP_HOME}/standalone/deployments/business-central.war IBAMOE_COMP_SELECTOR=rhpam-business-central-eap7-deployable./apply-updates.sh ${IBAMOE_COMP_FULL_PATH} ${IBAMOE_COMP_SELECTOR}then
IBAMOE_COMP_FULL_PATH=${EAP_HOME}/standalone/deployments/kie-server.war IBAMOE_COMP_SELECTOR=rhpam-kie-server-ee8./apply-updates.sh ${IBAMOE_COMP_FULL_PATH} ${IBAMOE_COMP_SELECTOR}Now you can restart the server.
The complete list of selectors:
Supported distribution types:
- rhdm-decision-central-eap7-deployable: Updates Decision Central (`decision-central.war`)- rhdm-kie-server-ee8: Updates KIE Server (`kie-server.war`)- rhdm-controller-ee7: Updates the headless Decision Manager controller (`controller.war`)- rhdm-kie-server-jws: Updates KIE Server on Red Hat JBoss Web Server (`kie-server.war`)- rhdm-controller-jws: Updates the headless Decision Manager controller on Red Hat JBoss Web Server (`controller.war`)- rhpam-business-central-eap7-deployable: Updates Business Central (`business-central.war`)- rhpam-kie-server-ee8: Updates KIE Server (`kie-server.war`)- rhpam-controller-ee7: Updates the headless Process Automation Manager controller (`controller.war`)- rhpam-kie-server-jws: Updates KIE Server on Red Hat JBoss Web Server (`kie-server.war`)- rhpam-controller-jws: Updates the headless Process Automation Manager controller on Red Hat JBoss Web Server (`controller.war`)For more details see the link
Part VII. Patching and upgrading IBM Business Automation Manager Open Editions 8.0https://access.redhat.com/documentation/en-us/ibm_business_automation_manager_open_editions/8.0/html-single/installing_and_configuring_ibm_business_automation_manager_open_editions/index#assembly-patching-and-upgradingIf you wish to perform a new installation starting from the latest available version of the product, you can refer to the previous post
One shot installation of IBM Business Automation Manager Open Editions on your laptophttps://community.ibm.com/community/user/automation/blogs/marco-antonioni/2022/10/18/one-shot-installation-of-ibm-business-automation-mand to GitHub repository
https://github.com/marcoantonioni/ibm-bamoe-oneshot-installation for the necessary scripts.