Posts

Showing posts with the label RCU Silent mode

Troubleshooting: Installation and Configurations of FMW

Image
Issue#1: CFGFWK-60324: Location is not a directory Domain Configuration time issue Solution : Check the domain path which you enter already in use or correct one. Issue #2: some system prerequisites failed Extracting the installer . . . . . . . . . . . . . . . . . . Done Checking if CPU speed is above 300 MHz. Actual 2194.910 MHz Passed Checking swap space: must be greater than 512 MB. Actual 0 MB Failed <<<< Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required) Checking temp space: must be greater than 300 MB. Actual 11624 MB Passed Some system prerequisite checks failed. You must fulfill these requirements before continuing. The log is located here: /tmp/OraInstall2020-05-06_11-54-32PM/launcher2020-05-06_11-54-32PM.log. To Fix this simple you look in to the above output, what check it got failed that is shown with "Failed <<<<" Just use at the end -ignoreSysPrereqs ja...

Running RCU silent mode from Custom shell script

Image
Repository Creation Utility for FMW in Silent Mode Recent developments in Oracle FMW 12.2.1 gives more changes in the RCU execution as well. Here I am using the e-delivery SOA Suite which is hosted on top of Infrastructure. New Learnings -- The component list increased and changed the sequence MDS, OPSS, IAU_APPEND, IAU_VIEWER, IAU, WLS, UCSUMS, SOAINFRA Assumptions: Create SOAADM user with SYSDBA role. You might use a different ORACLE_HOME installation path. Instead of entering the many passwords in the passwordfile.txt we can use the same password for all schema users which can be done with -useSamePasswordForAllSchemaUsers option. The Oracle Fusion Middleware Repository Creation Utility in silent mode For automation or usage in containerization, this would be preferable option. export ORACLE_HOME=/home/oracle/products/12.2.1/Oracle_Home clear export RCU_HOME=$ORACLE_HOME/oracle_common export RCU_LOG_LOCATION=$RCU_HOME/rcu/log CONNSTR='192.168.33.17:1521:orcl12c...