- Installation Guide
- OFS LRS Release 8.1.2.6.0
- Installing this Maintenance Level Release
2.2 Installing this Maintenance Level Release
To install this ML release, follow these steps:
- Login to My Oracle Support (MOS) and search for 36895538 under the Patches & Updates tab. See the note in the Pre-installation Requirements section for details related to Data Model patch for this release.
- Download the
OFS_LRS_8.1.2.6.0_LINUX.zip
archive file and copy it to your OFSAA server in Binary mode.Note:
There are different archive files for different operating systems such as Solaris, and RHEL or OEL.Note:
Download the OFS LRS 8.1.2.6.0 erwin Data Model patch 36944595 from My Oracle Support. You can search for the patch number and download the patch from the Patches and Updates tab. - Stop all the OFSAAI services. For more information, see the Stopping Infrastructure Services section in the Oracle Financial Services Liquidity Risk Solution Installation Guide.
- Login to the OFSAA server as a non-root user, navigate to the
$FIC_HOME
directory, and execute the command:chmod -R 775 *
- If you have Unzip utility, skip to the next step, else download the Unzip utility (OS-specific) and copy it in Binary mode to the directory that is included in your PATH variable, typically $HOME path or directory in which you have copied the 8.1.2.6.0 ML.
- Uncompress the unzip installer file using the command:
uncompress unzip_<os>.Z
Note:
If you notice an error message uncompress: not found [No such file or directory] when the package is not installed, contact your UNIX administrator. - Give EXECUTE permission to the utility using the command:
chmod 751 unzip_<os>
For example,
chmod 751 unzip_LINUX
- Uncompress the unzip installer file using the command:
- Extract the contents of the 8.1.2.6.0 ML archive file using either of the following commands:
unzip <name of the file to be unzipped>
- Update the configuration file
params.conf
before triggering the installation. The fileparams.conf
is available in the directory:OFS_LRS_PACK/appsLibConfig/conf
.Following are the input parameters forparams.conf
file:UPLOAD_MODEL= 1 MODEL_TYPE= 0
- Give EXECUTE permission to the ML patch installer script. Navigate to the OFS_LRS_PACK directory and execute the command:
chmod 755 OFSAAIUpdate.sh
- Execute the following install command:
./OFSAAIUpdate.sh
- Verify if the ML is applied successfully by checking the log files generated in the
OFS_LRS_PACK/OFS_LRM_DIC/logs
andOFS_LRS_PACK/OFS_LRM_LCR/logs
directories.You can ignore the ORA-00001 and ORA-02292 errors in the log file. In case of any other errors, contact My Oracle Support (MOS).
Note:
See the OFS Analytical Applications Technology Matrix for a list of supported servers for OFS LRS 8.1.2.0.0. - After successful installation of the ML, perform the following steps:
- Clear the application cache. Navigate to the following directory depending on the configured web application server and delete the files.
- Tomcat: <Tomcat installation folder>/work/Catalina/localhost/<Application name>/org/apache/jsp
- WebLogic: <WebLogic installation location>/domains/<Domain name>/servers/<Server name>/tmp/_WL_user/<Application name>
- WebSphere: <WebSphere installation directory>/AppServer/profiles/<Profile name>/temp/<Node name>/server1/<Application name>/<.war file name>
- Deploy the RPD and Web Catalog file(s)
- Take a backup of deployed RPD and catalog files from the OBIEE environment.
- Navigate to the
$FIC_HOME/OFS_LRM_DASHBOARDS/12.2.1.4.0/datamodel
directory which contains the following catalog files:- Liquidity_Risk_Management_pack.catalog:
$FIC_HOME/OFS_LRM_DASHBOARDS/12.2.1.4.0/content/catalog
- BNM.catalog:
$FIC_HOME/OFS_LRM_LCR_BNM/OFS_LRM_DASHBOARDS/12.2.1.4.0/content/catalog
- Bank of Thailand.catalog:
$FIC_HOME/OFS_LRM_LCR_BOT/OFS_LRM_DASHBOARDS/12.2.1.4.0/content/catalog
- HKMA.catalog:
$FIC_HOME/OFS_LRM_LCR_HKMA/OFS_LRM_DASHBOARDS/12.2.1.4.0/content/catalog
- RBI.catalog:
$FIC_HOME/OFS_LRM_LCR_RBI/OFS_LRM_DASHBOARDS/12.2.1.4.0/content/catalog
- USFED.catalog:
$FIC_HOME/OFS_LRM_LCR_USFED/OFS_LRM_DASHBOARDS/12.2.1.4.0/content/catalog
- Deposit Insurance.catalog:
$FIC_HOME/OFS_LRM_DIC_USFED/OFS_LRM_DASHBOARDS/12.2.1.4.0/content/catalog
Note:
Ignore the existing files in$FIC_HOME/OFS_LRM_DASHBOARDS/12.2.1.4.0/content/catalog
folder:- BNM.catalog
- Bank of Thailand.catalog
- HKMA.catalog
- Deposit Insurance.catalog
- RBI.catalog
- USFED.catalog
- Liquidity_Risk_Management_pack.catalog:
- Modify the connection pool and set the properties.
- Any customization performed on the older RPD and Web Catalog files requires to be manually carried over to the newer ones post-deployment.
- Clear OBIEE cache, if enabled.
For more information on deploying RPD and Web Catalog files, see Deploying the application section in Oracle Financial Services Liquidity Risk Solution Installation Guide
- Clear the application cache. Navigate to the following directory depending on the configured web application server and delete the files.
- Delete the existing EAR or WAR file available in the folder
$FIC_HOME/ficweb
. - Add umask 0027 in the
.profile
of the UNIX account which manages web server to ensure restricted access permissions. - Navigate to the web component deployed area. If you are deploying on a fresh environment, then delete the generated
.war
file. If you are installing in an existing environment, then delete the generated .war file and the folder created along with it. - Generate the application EAR or WAR file and redeploy the application onto your configured web application server. For more information on generating and deploying the EAR or WAR file, see the Post Installation Configurations section in the Oracle Financial Services Liquidity Risk Solution Installation Guide.
- Restart all the OFSAAI services. For more information, see the Starting Infrastructure Services section in the Oracle Financial Services Liquidity Risk Solution Installation Guide.