Installing a HotFix for IBM Financial Services Workbench
The guide describes how to download an install a HotFix for IBM Financial Services Workbench.
Download the installer package and backup the old configuration
Go to Passport Advantage Online , search for Financial Services Workbench for Cloud Pak for Data and download the installer package.
Extract the package inside a new folder.
mkdir SSOB_2.2.2_download
cd SSOB_2.2.2_download
tar xzvf ssob-2.2.2-ibm-openshift-4.3-cpd-installations.tgz
Backup previous installed config files
cd SSOB_2.2.0_download/ssob-install/deployments
mv configs configs.bak
mkdir configs
cp ../../../SSOB_2.2.0_download/ssob-install/deployments/configs/* configs
Make sure that the file structure did not change.
vimdiff configs.bak/install_init_data.yaml configs/install_init_data.yaml
vimdiff configs.bak/install.yaml configs/install.yaml
vimdiff configs.bak/solution-designer-values.yaml configs/solution-designer-values.yaml
vimdiff configs.bak/solution-hub-values.yaml configs/solution-hub-values.yaml
Perform the HotFix installation
Make sure that docker is started and that you are logged into openshift as project / cluster admin
systemctl start docker
oc login
Step 1: Setup cluster-wide resources
cd /root/SSOB_2.2.1_download/ssob-install/deployments
chmod +x ssob_admin_setup.sh
./ssob_admin_setup.sh --accept_license --cpd_namespace=zen --external_address_image_registry=image-registry.apps.ocp43.ibm.com
Step 2: Upgrade of IBM Financial Services Workbench
Run the install command:
cd /root/SSOB_2.2.1_download/ssob-install/deployments
chmod +x ssob_install.sh
./ssob_install.sh \
--accept_license \
--external_address_image_registry=image-registry.apps.ocp43.ibm.com \
--internal_address_image_registry=image-registry.openshift-image-registry.svc:5000 \
--cpd_namespace=zen \
--identity_provider_host=https://keycloak.apps.ocp43.ibm.com \
--host_domain=apps.ocp43.ibm.com \
--helm-tls-ca-cert=/root/SSOB_2.2.1_download/zenhelm/ca.cert.pem \
--helm-tls-cert=/root/SSOB_2.2.1_download/zenhelm/helm.cert.pem \
--helm-tls-key=/root/SSOB_2.2.1_download/zenhelm/helm.key.pem
Step 3: Validate the installation
The installation will finish with the message The script finished successfully.
In case the installation failed, please check the log file
/tmp/wdp.install.log
.