Post-Patching Tasks If Your Starting Point is
Release 11.1.1.3.0 |
|
|
|
|
|
|
|
|
|
|
1 |
. Upgrading System
Components |
|
|
|
|
|
|
a. |
Startup the Weblogic Admin server
for the Portal Domain |
|
|
Check to see if Config is
locked |
|
b. |
ORACLE_HOME=/u01/app/oracle/product/fmw11g/PORTALas_1 |
|
|
|
|
|
|
c. |
Start OPMN Instance |
|
|
|
|
$FUSION_HOME/PORTALasinst_1/bin/opmnctl
start |
|
|
|
|
|
|
d. |
Execute upgradenoj2eeapp.sh from
$ORACLE_HOME/opmn/bin |
|
|
|
|
|
|
|
[oracle@myserver bin]$
./upgradenonj2eeapp.sh -oracleInstance
/u01/app/oracle/product/fmw11g/PORTALasinst_1 -adminHost myserver -adminPort
7001 -adminUsername weblogic |
|
|
Unregister instance... |
|
|
|
|
|
|
|
|
Command requires login to weblogic
admin server (myserver): |
|
|
Username: weblogic |
|
|
|
Password: |
|
|
|
|
|
|
|
|
|
Unregistering instance |
|
|
|
Command succeeded. |
|
|
|
redeploy NonJ2EEManagement.ear... |
|
|
|
|
|
|
|
Command requires login to weblogic
admin server (myserver): |
|
|
Username: weblogic |
|
|
|
Password: |
|
|
|
|
|
|
|
|
|
Redeploying NonJ2EEManagement
Application...weblogic.Deployer invoked with options: -adminurl myserver:7001 -username
weblogic -name NonJ2EEManagement -source
/u01/app/oracle/product/fmw11g/PORTALas_1/opmn/applications/NonJ2EEManagement.ear
-redeploy -upload -noexit |
|
|
|
|
|
Task 0 initiated:
[Deployer:149026]deploy application NonJ2EEManagement [Version=11.1.1] on
AdminServer. |
|
|
Task 0 completed:
[Deployer:149026]deploy application NonJ2EEManagement [Version=11.1.1] on
AdminServer. |
|
|
Target state: redeploy completed on
Server AdminServer |
|
|
|
|
|
|
|
Done |
|
|
|
|
Command succeeded. |
|
|
|
re-register instance... |
|
|
|
|
|
|
|
|
Command requires login to weblogic
admin server (myserver): |
|
|
Username: weblogic |
|
|
|
Password: |
|
|
|
|
|
|
|
|
|
Registering instance |
|
|
|
Command succeeded. |
|
|
|
Successfully upgraded
NonJ2EEManagement.ear and the registeration. |
|
|
|
|
|
|
|
|
|
|
|
e. |
Resolving JDBC Errors in
Oracle Reports and Oracle Portal |
|
|
|
|
|
|
|
You must perform the
following in order to avoid these JDBC error messages: |
|
|
|
|
|
|
|
Go to the bin directory inside your DOMAIN_HOME. |
|
|
|
|
|
|
|
Edit the setDomainEnv.sh (on UNIX
operating systems) or setDomainEnv.cmd (on Windows operating systems) file and search for EXT_PRE_CLASSPATH. |
|
|
|
|
|
|
|
Change the definition to
match the following: |
|
|
|
|
|
|
|
On UNIX operating
systems: |
|
|
|
|
|
|
|
EXT_PRE_CLASSPATH=$ORACLE_HOME/jdbc/lib/ojdbc6.jar |
|
|
export EXT_PRE_CLASSPATH |
|
|
|
|
|
|
|
For example: |
|
|
|
|
|
|
|
|
if [
"${EXT_PRE_CLASSPATH}" != "" ] ; then |
|
|
if [ "${PRE_CLASSPATH}" !=
"" ] ; then |
|
|
EXT_PRE_CLASSPATH=$ORACLE_HOME/jdbc/lib/ojdbc6.jar // add this line |
|
|
export EXT_PRE_CLASSPATH // add this line |
|
|
PRE_CLASSPATH="${EXT_PRE_CLASSPATH}${CLASSPATHSEP}${PRE_CLASSPATH}" |
|
|
export PRE_CLASSPATH |
|
|
else |
|
|
|
|
EXT_PRE_CLASSPATH=$ORACLE_HOME/jdbc/lib/ojdbc6.jar // add this line |
|
|
export EXT_PRE_CLASSPATH // add this line |
|
|
PRE_CLASSPATH="${EXT_PRE_CLASSPATH}" |
|
|
export PRE_CLASSPATH |
|
|
fi |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
f. |
Updating Fusion
Middleware Shared Libraries |
|
|
|
|
|
|
|
|
Run the upgradeJRF() command on the
node or system where the Administration Server is located for each domain you
want to update. Your domain location is passed as a parameter: |
|
|
|
|
|
|
|
|
FUSION_HOME/oracle_common/common/bin/wlst.sh |
|
|
|
wls:/offline> upgradeJRF('/u01/app/oracle/product/fmw11g/user_projects/domains/PortalDomain') |
| | |
|
|
|
|
|
|
|
|
|
|
|
|
|
g |
. Updating Configurations
and Stores |
|
|
|
|
|
|
|
|
|
|
|
|
|
wls:/offline>
upgradeOpss(jpsConfig="/u01/app/oracle/product/fmw11g/user_projects/domains/PortalDomain/config/fmwconfig/jps-config.xml",
jaznData="/u01/app/oracle/product/fmw11g/oracle_common/modules/oracle.jps_11.1.1/domain_config/system-jazn-data.xml") |
|
|
|
|
|
|
|
|
{auditStore=null, password=null,
user=null, url=null, jdbcDriver=null,
jaznData=/u01/app/oracle/product/fmw11g/oracle_common/modules/oracle.jps_11.1.1/domain_config/system-jazn-data.xml,
jpsConfig=/u01/app/oracle/product/fmw11g/user_projects/domains/PortalDomain/config/fmwconfig/jps-config.xml} |
|
|
|
Starting upgrade of opss
configuration and security stores. |
|
|
|
Aug 23, 2012 11:55:38 AM
oracle.security.jps.internal.audit.dynamic.AuditStoreFactory getInstance |
|
|
|
WARNING: file
/u01/app/oracle/product/fmw11g/user_projects/domains/PortalDomain/config/fmwconfig/audit-store.xml
was not found |
|
|
|
WLS ManagedService is not up
running. Fall back to use system properties for configuration. |
|
|
|
Upgrade of opss configuration and
security stores is done. |
|
|
|
|
|
|
|
|
NOTE: Ignore Warning above. See Note: 1435333.1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h |
. Optimizing Performance
for WebLogic Server Domains on 64-Bit Platforms |
|
|
|
|
|
|
|
|
Modify
$DOMAIN_HOME/bin/setDomainEnv.sh and add: |
|
|
|
before line:
# Had to have a
separate test here BECAUSE of immediate variable expansion on windows
|
|
|
|
|
if [
"${JAVA_USE_64BIT}" = "true" ] ; then |
|
|
|
if [ "${JAVA_VENDOR}" =
"Oracle" ] ; then |
|
|
|
EXTRA_JAVA_PROPERTIES="-XXcompressedRefs:enable=TRUE |
|
|
|
${EXTRA_JAVA_PROPERTIES}" |
|
|
|
export EXTRA_JAVA_PROPERTIES |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
if [
"${JAVA_VENDOR}" = "Oracle" ] ; then |
|
|
|
EXTRA_JAVA_PROPERTIES="-XX:+UseLargePagesForHeap |
|
|
|
${EXTRA_JAVA_PROPERTIES}" |
|
|
|
export EXTRA_JAVA_PROPERTIES |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EXTRA_JAVA_PROPERTIES="-Djps.auth.debug=false
${EXTRA_JAVA_PROPERTIES}" |
|
|
|
export
EXTRA_JAVA_PROPERTIES |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 comments:
Australia Best Tutor is one of the best Online Assignment Help providers at an affordable price. Here All Learners or Students are getting best quality assignment help with reference and styles formatting.
Visit us for more Information
Australia Best Tutor
Sydney, NSW, Australia
Call @ +61-730-407-305
Live Chat @ https://www.australiabesttutor.com
Our Services
Online assignment help Australia
my assignment help Australia
assignment help
help with assignment
Online instant assignment help
Online Assignment help Services
This is an exclusive blog, which I have found here . Thanks You so mach for this type of post.
Oracle Apps DBA Online Training At Tekslate
#Oracle #Applications comprise the applications ##software or business software of the Oracle Corporation. The term refers to the non-database and non-middleware parts.
Oracle sells many functional modules which use the Oracle #RDBMS as a back-end, notably Oracle Financials, Oracle HRMS, Oracle #SCM, Oracle Projects, Oracle CRM and Oracle Procurement.
Learn Mindmajix Oracle Certification Training
Great Article, thank you for sharing this useful information!!
CEH Training In Hyderbad
Really I appreciate the effort you made to share the knowledge. The topic here I found was really effective...
AWS cloud training in Gurgaon
FullStack Development Training in Gurgaon
Angularjs Training in Gurgaon
Nodejs Training in Gurgaon
Post a Comment