Installing this Maintenance Level Release
Installing this Maintenance Level Release
To install this Maintenance Level Release, follow these steps:
- Login to My Oracle Support and search for 39142618 under the Patches & Updates tab.
- Download the latest Erwin data model 39694945 patch.
- Download the 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/OEL. - Stop all the OFSAAI Services. For more information, see the Start/Stop Infrastructure Services section in OFS LLFP 8.1.2.0.0 Installation Guide.
- Login to the OFSAA Server as a non-root user and navigate to the $FIC_HOME folder.
- Assign WRITE permission to the file/folders such as common scripts, EXEWebService, ficapp, and ficweb, and find them in the $FIC_HOME folder by executing the command:
chmod -R 775 * - If you have to Unzip utility, skip to the next step or 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.11.0 ML.
- Uncompress the unzip installer file using the command:
uncompress unzip_<os>.ZNote:
If you notice an error message "uncompress: not found [No such file or directory]" when the package is not installed, contact your UNIX administrator.
- Uncompress the unzip installer file using the command:
- Give EXECUTE permission to the utility by using the command:
chmod 751 unzip_<os> - Extract the contents of the 8.1.2.11.0 ML archive file by using either of the following commands:
unzip <name of the file to be unzipped> - Navigate to
OFS_LLFP_PACKand editparams.confand setWEBSERVER_TYPEtoTomcat,WebLogicorWebSphere, and the correspondingWEBSERVER_VERSIONas applicable.- Possible values for
WEBSERVER_TYPEareWEBLOGIC,TOMCAT, andWEBSPHERE. For example,WEBSERVER_TYPE=WEBLOGIC - Possible values for
WEBSERVER_VERSIONare14.1.1,14.1.2,15.1.1,9.0.107,10.1.48, and9.0.5.23. For example,WEBSERVER_VERSION=15.1.1 - In above example,
WEBSERVER_TYPEandWEBSERVER_VERSIONare user input parameters.Note:
In the above configuration, for example , Tomcat, can support 9.0.x for Java 8 11 and 17 and 10.1.x on Java 17. Similarly, WebLogic can support 12.2.1.x for Java 8, 14.1.1.x for Java 11, 14.1.2.x and 15.1.1.x for Java 17. Finally, Websphere can support 9.0.5.x for Java 8, where x is the latest released version.
- Possible values for
- Update the
params.confconfiguration file that is present in theOFS_LLFP_PACK/ appsLibConfig/conffolder before triggering the installation. The update instructions are present in this file.In case of customized Data Model upload, then update the
params.conffile present in theOFS_LLFP_PACK/appsLibConfig/conffolder accordingly. - Give
EXECUTEpermission to the ML patch installer script. Navigate to theOFS_LLFP_PACKdirectory and execute the command:chmod 755 OFSAAIUpdate.sh - Execute the following command:
./OFSAAIUpdate.sh - Verify if the ML is applied successfully by checking the log files generated in
OFS_LLFP_PACK/OFS_LLFP_PACK/logsdirectories. You must also verify the Data Model logs, the path can be found in thesilent.propsfile of the release v8.1.2.0.0 file. You can ignore ORA-00001 and ORA-02292 in the log file. In case of any other errors, contact My Oracle Support. - After successful installation of the ML, perform the following steps:
- Clear the Application Cache. Navigate to the following path 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>
- Tomcat:
- Clear the Application Cache. Navigate to the following path depending on the configured Web Application Server and delete the files.
- Delete the existing EAR/WAR file available in the folder
$FIC_HOME/ficweb. - Generate the application EAR/WAR file and redeploy the application onto your configured Web Application Server. For more information on generating and deploying the EAR/ WAR file, see Create and Deploy the EAR or WAR Files in OFS AAI Release 8.1.2.0.0 Installation and Configuration Guide.
- Restart all the OFSAAI Services. For more information, refer to the Start/Stop Infrastructure Services section in OFS AAI Release 8.1.2.0.0 Installation and Configuration Guide.