8.3.2 Update Roles File
To update roles file:
- Navigate to the path
/scratch/obma_patch_installer/chef-repo/roles
and updateobcr_patch_install.rb
file with below details. - If you are upgrading from one version to another, then the version to be undeployed needs to be added in the below section app_undeployment.
- In the app_deployment section, update the new version to be deployed.
- Navigate to the bottom of the file and verify the recipes to be executed. All the listed recipes will be executed in sequential order as shown below.
run_list ['recipe[obma_patchset::undeployapp]','recipe[obma_patchset::stopman]','recipe[obma_patchset::updatesetuseroverrides_patch]','recipe[obma_patchset::startman]','recipe[obma_patchset::deployapp]']
For execution, please switch to root user from OS user and then run the below commands.
cd /scratch/obma_patch_installer/chef-repo
sh obcr_patch_installer.sh
run_list ['recipe[obma_patchset::undeployapp]','recipe[obma_patchset::stopman]','recipe[obma_patchset::addjdbcconnections_plato]','recipe[obma_patchset::updatesetuseroverrides_patch]','recipe[obma_patchset::startman]','recipe[obma_patchset::deployapp]']
Once everything is deployed, run the initial setup scripts from the below mentioned paths at Oracle Software Delivery Cloud to create the required maintenances. The descriptions for each of these have been provided in the Initial setup section of this document.
If a new role/user needs to be created, then run the below two scripts in Section-A followed by scripts from Section-B.
If no new role/user needs to be created, then only run scripts from Section-B.
Post Section-A & B please run Section-C & D if and only if you need to fill a certain maintenance for correspondence. Please read the descriptions for these scripts from Initial setup section of this document before executing.
Especially, for section-D the script only needs to be executed if the values for these properties are not already present in the database.
Section-A
OBCR_INITIAL_SETUP/obcr_role_creation.sql
To be compiled in SMS schema for Collections specific admin role creation.
OBCR_INITIAL_SETUP/sms_initial_setup.sql
To be compiled in SMS schema.
Section-B
OBCR_INITIAL_SETUP/obma_role_seed.sql
To be compiled in SMS schema.
OBCR_INITIAL_SETUP/obcr_role.sql
To be compiled in SMS schema.
Section-C
OBCR_INITIAL_SETUP/ plato_properties_script.sql
To be compiled in PLATO schema.
OBCR_INITIAL_SETUP/ platofeed_script.sql
To be compiled in PLATOFEED schema.
Section-D
OBCR_INITIAL_SETUP/ dms_properties_script.sql
To be compiled in PLATO schema.
OBCR_INITIAL_SETUP/ obcr_field_collector_role.sql
To be compiled in SMS schema for Collections specific field agent role creation.
Parent topic: Oracle Banking Collections Patch Installation