While installing WebCenter Portal 11.1.1.8 you will see a screen like the following during the domain creation
First I thought there is something wrong but beeing some time with Oracle technology now I know that these version information might just not be the one you really installing.
So the purpose of this post is to double check the WebCenter version once installed.
Check installed versions with OPatch
Create a checkversion.sh script like the following
export MW_HOME=/oracle/fmwhome11118
export ORACLE_HOME=$MW_HOME/Oracle_WC1
export JAVA_HOME=/oracle/javahome/jdk1.6.0_29
export PATH=$JAVA_HOME/bin:$PATH
java -version
$ORACLE_HOME/OPatch/opatch lsinventory -details -jdk $JAVA_HOME
The setting of Oracle is needed in order to run OPatch successfully.
Next run the script from the command line:
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode)
Oracle Interim Patch Installer version 11.1.0.9.9
Copyright (c) 2012, Oracle Corporation. All rights reserved.
Oracle Home : /oracle/fmwhome11118/Oracle_WC1
Central Inventory : /oracle/oraInventory
from : /oracle/fmwhome11118/Oracle_WC1/oraInst.loc
OPatch version : 11.1.0.9.9
OUI version : 11.1.0.9.0
Log file location : /oracle/fmwhome11118/Oracle_WC1/cfgtoollogs/opatch/opatch2013-08-17_06-35-49AM_1.log
OPatch detects the Middleware Home as "/oracle/fmwhome11118"
Lsinventory Output file location : /oracle/fmwhome11118/Oracle_WC1/cfgtoollogs/opatch/lsinv/lsinventory2013-08-17_06-35-49AM.txt
--------------------------------------------------------------------------------
Installed Top-level Products (1):
Oracle WebCenter Portal Suite 11g 11.1.1.8.0
There are 1 products installed in this Oracle Home.
Installed Products (42):
Application Server 11g Cloning Component 11.1.1.8.0
Installer SDK Component 11.1.0.9.0
Jython 11.1.1.7.0
Oracle Bali Share 11.1.1.7.0
Oracle Business Process Management Process Spaces 11.1.1.7.0
Oracle Display Fonts 11.1.1.7.0
Oracle Extended Windowing Toolkit 11.1.1.7.0
Oracle Fusion Middleware Admin Config 11.1.1.6.0
Oracle Help for Java 11.1.1.7.0
Oracle Help for the Web - UIX 11.1.1.7.0
Oracle Help for the Web Shared Library 11.1.1.7.0
Oracle Help Share Library 11.1.1.7.0
Oracle Ice Browser 11.1.1.7.0
Oracle Jakarta 11.1.1.7.0
Oracle JFC Extended Windowing Toolkit 11.1.1.7.0
Oracle JGroups 11.1.1.7.0
Oracle JSCH 11.1.1.7.0
Oracle One-Off Patch Installer 11.1.0.9.9
Oracle Remote Diagnostic Agent 11.1.1.7.0
Oracle Remote Intradoc Client 11.1.1.8.0
Oracle SOA workflow 11.1.1.7.0
Oracle UIX 11.1.1.7.0
Oracle Universal Installer 11.1.0.9.0
Oracle Upgrade Assistant 11.1.1.8.0
Oracle Upgrade Assistant 11.1.1.8.0
Oracle Upgrade Assistant for Webcenter 11.1.1.8.0
Oracle WebCenter Portal Suite 11.1.1.8.0
Oracle WebCenter Portal Suite 11g 11.1.1.8.0
Oracle WebCenter Portal: Activity Graph 11.1.1.8.0
Oracle WebCenter Portal: Analytics Collector 11.1.1.8.0
Oracle WebCenter Portal: Discussions Server 11.1.1.8.0
Oracle Webcenter Portal: Framework 11.1.1.8.0
Oracle Webcenter Portal: Framework Core 11.1.1.8.0
Oracle WebCenter Portal: Pagelet Producers 11.1.1.8.0
Oracle WebCenter Portal: Personalization 11.1.1.8.0
Oracle Webcenter Portal: Portlet Server 11.1.1.8.0
Oracle WebCenter Portal: RCU 11.1.1.8.0
Oracle Webcenter Portal: Spaces 11.1.1.8.0
Oracle WebCenter Portal: Suite Components 11.1.1.8.0
Oracle WebCenter Portal: Wiki 11.1.1.8.0
Oracle WebLogic Communications Service Client Library 11.1.1.7.0
OracleAS Documentation 11.1.1.8.0
There are 42 products installed in this Oracle Home.
There are no Interim patches installed in this Oracle Home.
--------------------------------------------------------------------------------
OPatch succeeded.
[oracle@soabpm-vm fmwhome11118]$
Further information
If you want to try out WebCenter follow the links for more information
Download WebCenter Portal 11.1.1.8
Neue Features und Ă„nderungen in WebCenter Portal 11.1.1.8.0
http://docs.oracle.com/cd/E29542_01/doc.1111/e27603/whatsnew.htm#sthref8
See more Screenshots of the WebCenter Portal 11.1.1.8.0 on our german blog
http://www.enpit.de/webcenter-portal-11-1-1-8-mit-zahlreichen-neuerungen/
No comments:
Post a Comment