Friday 13 September 2013



WEBCENTER DOCUMENT


WEBCENTER INSTALLATION IN 11.1.1.5.0

putty you have to enable x11 forward option
Then use xhost + in root user , xauth list , xauth add(If u have doubt refer webcenter installation in this document.)

RCU 11.1.1.5.0 ( Before start installation Up the running 11.1.0.7.0 database (ie) following steps)

  1. Download RCU from the following link.
Give 777 permission and orajr12:dba ownership to all the files.
Su - orajr12
    1. orapwd file='$ORACLE_HOME/dbs/orapwjr12' password=Webcenter entries=5 force=y;
    2. Add entry to parameter file -> remote_login_passwordfile=exclusive
    3. startup pfile='Edited pfile'
    4. create user Webcenter identified by Webcenter;
    5. grant sysdba to Webcenter;
    6. unzip the rcu zip file.
    7. Cd /Webcenter/rcuhome/bin
    8. ./rcu
    9. Then follow the following link full installation of RCU as well as Web Logic server
http://yonaweb.be/installing_webcenter_11g_ps3_scratch
and also refer pdf "wcp-ecminstall-453589.pdf" This pdf mainly for 11.1.1.5.0 Webcenter installation
Oracle Weblogic Server 10.3.5
  1. Download weblogic server from the following link
Download wls1035_linux32.bin
    1. ./wls1035_linux32.bin
    2. Refer this link http://yonaweb.be/installing_webcenter_11g_ps3_scratch
Oracle Webcenter 11.1.1.5.0
  1. Download webcenter from the following link
    1. Unzip the zip file.
    2. While running runinstaller from Disk1

[orajr12@server1 Disk1]$ ./runInstaller
Starting Oracle Universal Installer...

Checking if CPU speed is above 300 MHz. Actual 2992 MHz Passed
Checking Temp space: must be greater than 150 MB. Actual 3237 MB Passed
Checking swap space: must be greater than 512 MB. Actual 79910 MB Passed
Checking monitor: must be configured to display at least 256 colors >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<

Some requirement checks failed. You must fulfill these requirements before

continuing with the installation,

Continue? (y/n) [n] y


>>> Ignoring required pre-requisite failures. Continuing...
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-06-22_06-54-16PM. Please wait ...
Please specify JRE/JDK location ( Ex. /home/jre ), <location>/bin/java should exist :/usr/java/jdk1.6.0_26
[orajr12@server1 Disk1]$ Log: /home/oraddev/oraInventory/logs/install2012-06-22_06-54-16PM.log
Xlib: connection to "localhost:15.0" refused by server
Xlib: PuTTY X11 proxy: wrong authorisation protocol attempted
X-Server access is denied on host
[Fatal Error] DISPLAY variable set incorrectly: localhost:15.0
[Resolution] Verify that your DISPLAY environment variable is set correctly,and that there is an X11 server on the system. If you are
running the Oracle Installer as a different user or on a different host,
you may need to use the xhost command to ensure that host/user
has permission to write to your display.


[orajr12@server1 Disk1]$
    1. [orajr12@server1 Disk1]$ exit
    2. [root@server1 ] # xhost +
access control disabled, clients can connect from any host
    1. [root@server1 ~]# xauth list
    2. server1.yantro.com:1 MIT-MAGIC-COOKIE-1 d5c72923acb237b966fee53033f4ff67
    3. [root@server1 ~]# su - orajr12
    4. [orajr12@server1 ~]$ xauth add server1.yantro.com/unix:12 MIT-MAGIC-COOKIE-1 43d00e3dc0cbbc333ad8f6b49efafe56
    5. [orajr12@server1 ~]$ cd /UCM/Webcenter/Disk1
[orajr12@server1 Disk1]$ ./runInstaller
    1. Give jdk location like this when it prompts
/usr/java/jdk1.6.0_26/jre
It shows error message as shown in below
Checking for hardnofiles=4096; hardnofiles=1024. Failed <<<< Checking for softnofiles=4096; softnofiles=1024. Failed <<<<
SOLUTION :
1. Add the line below to /etc/pam.d/login and /etc/pam.d/sshd (if its not there, of course):
session    required     pam_limits.so
2. Edit /etc/security/limits.conf
oracle soft nofile 4096
oracle hard nofile 4096
3. Restart your machine
    1. Give 777 permission to middleware_home folder(ie) in my case /UCM/Middleware
[root@server1 UCM ] # chmod -R 777 Middleware

ORACLE WEBLOGIC SERVER DOMAIN CREATION

Ref : Same Oracle URL and Blogspot.com

[orajr12@server1 Disk1]$ cd /UCM/Middleware/wlserver_10.3\common\bin

[orajr12@server1 bin]$ ./config.sh


ORACLE ECM INSTALLATION


  1. Unzip the ECM installation zip file
  2. Run ./runinstaller -jreLoc /usr/java/jdk1.6.0_26/jre
  3. Give the correct Middleware home and ECM oracle home.
  4. Thats all..........

CONFIGURING ECM WITH ORACLE WEBLOGIC SERVER

[orajr12@server1 Disk1]$ cd /UCM/Middleware/Oracle_ECM1/common/bin

[orajr12@server1 bin]$ ./config.sh

INSTALL AND CONFIGURE SOA suite as ECM installation & configuration

DOWNLOAD from : www.oracle.edelivery.com

WEBLOGIC SERVER STARTUP AND SHUTDOWN PROCESS

oradr12@server1 # cd /Webcenter/Middleware/user_projects/domains/Webcenter_domain/bin

oradr12@server1 # ./startWeblogic.sh
give weblogic username : weblogic
password : Welcome123

oradr12@server1 # ./stopWeblogic.sh

MANAGED SERVER STARTUP AND SHUTDOWN PROCESS

oradr12@server1 # cd /Webcenter/Middleware/user_projects/domains/Webcenter_domain/bin

oradr12@server1 # ./startManagedWeblogic.sh UCM_server1 http://server1.yantro.com:7001
give weblogic username : weblogic
password : Welcome123
eg oradr12@server1 # ./startManagedWeblogic.sh WC_Spaces http://server1.yantro.com:7001

oradr12@server1 # ./stopManagedWeblogic.sh UCM_server1


ORACLE ECM 11G DEINSTALLATION

cd /Webcenter/rcuHome/bin
./rcu
Remove the schemas related to ecm
cd /Webcenter/Middleware/Oracle_ECM1/oui/bin
./runInstaller -deinstall -jreLoc /usr/java/jdk1.6.0_26/jre


UNINSTALL WEBLOGIC SERVER and EVERYTHING as we did before.

  1. Remove all the enabled schemas using rcu.
  2. [oracle@host uninstall]$ cd $SOA_ORACLE_HOME/Middleware/utils/uninstall/
    [oracle@host uninstall]$ ./uninstall.sh 
  3. [oracle@host /]$rm -rf /u01/app/oracle/product/Middleware
  4. --Schemas:

  1. SQL> drop user "DEV_MDS" cascade;

  1. SQL> drop user "DEV_ORABAM" cascade;

  1. SQL> drop user "DEV_ORASDPM" cascade;

  1. SQL> drop user "DEV_SOAINFRA" cascade;

  1. SQL> delete from SCHEMA_VERSION_REGISTRY where OWNER like 'DEV%';

  1. SQL> commit;


  1. --Tablespaces and datafiles:

  1. SQL>DROP TABLESPACE DEV_IAS_ORASDPM INCLUDING CONTENTS AND DATAFILES;

  1. SQL>DROP TABLESPACE DEV_IAS_TEMP INCLUDING CONTENTS AND DATAFILES;

  1. SQL>DROP TABLESPACE DEV_MDS INCLUDING CONTENTS AND DATAFILES;

  1. SQL>DROP TABLESPACE DEV_ORABAM INCLUDING CONTENTS AND DATAFILES;

  1. SQL>DROP TABLESPACE DEV_SOAINFRA INCLUDING CONTENTS AND DATAFILES;


DEINSTALL EVERYTHING

1. Remove all the enabled schemas using rcu. Before remove make a note on the schema owners and tablespaces by executing rcu.

[oradr12@server1 ~]$ cd /Webcenter/rcuHome/bin/
[oradr12@server1 bin]$ ./rcu

    1. Remove ECM oracle home.

[oradr12@server1 bin]$ cd /Webcenter/Middleware/Oracle_ECM1/oui/bin/
[oradr12@server1 bin]$ ./runInstaller -deinstall -jreLoc /usr/java/jdk1.6.0_26/jre

    1. Remove Webcenter oracle home.

[oradr12@server1 bin]$ cd /Webcenter/Middleware/Oracle_WC1/oui/bin/
[oradr12@server1 bin]$ ./runInstaller -deinstall -jreLoc /usr/java/jdk1.6.0_26/jre

    1. Remove Weblogic server domain.

[oradr12@server1 bin]$ cd /Webcenter/Middleware/utils/uninstall/
[oradr12@server1 uninstall]$ ./uninstall.sh
    1. Remove Middleware home directory

[oradr12@server1 Webcenter]$ rm -rf Middleware

Now everything successfully uninstalled. The above oracle home removal process will automatically remove the relevant tablespaces and schemas. So no need to drop schemas and tablespaces seperately.


ISSUE :

While startup weblogic server it shows following error message.

<BEA-000286> Failed to invoke startup class "DMS-Startup", java.lang.NoClassDefFoundError: Could not initialize class oracle.dfw.impl.common.TempFileManager

java.lang.NoClassDefFoundError: Could not initialize class oracle.dfw.impl.common.TempFileManager

SOLUTION :

Clear /tmp files as root user.Before remove take proper backup of tmp files.


IDM INSTALLATION :

Download the following file ofm_iam_generic_11.1.1.5.0 from oracle website.

Using RCU create schema for IDM.
Install IDM using runinstaller like webcenter installation
Configure IDM using config.sh like webcenter configuration.

ACCESSING THE WEBCLIENT USING THE FOLLOWING URL :

http://localhost:7001/console
(or)
  1. http://localhost:8001/integration/worklistapp
BAM (must use IE browser): http://localhost:9001/OracleBAM

Oracle� Transportation Management
Installation Readme
Version: 6.3.1

Copyright � 2006, 2013, Oracle and/or its affiliates. All rights reserved.
==================================================================================
IMPORTANT: The latest notes and updates on installing Oracle Transportation Management 6.3.1 can be found on My Oracle Support, under Document ID 1188334.1 (My Oracle Support account required). Please check there before proceeding.

Other useful notes on My Oracle Support:
* See 1533374.1 for the 6.3.1 release announcement.
* See 1506523.1 for installation notes and updates.
* See 796594.1 for links to documentation and training resources.
* See 790603.1 for the Release Content Documents.