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)
- Download RCU from the following link.
http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/biee-111150-393613.html
Give 777
permission and orajr12:dba ownership to all the files.
Su -
orajr12
- orapwd file='$ORACLE_HOME/dbs/orapwjr12' password=Webcenter entries=5 force=y;
- Add entry to parameter file -> remote_login_passwordfile=exclusive
- startup pfile='Edited pfile'
- create user Webcenter identified by Webcenter;
- grant sysdba to Webcenter;
- unzip the rcu zip file.
- Cd /Webcenter/rcuhome/bin
- ./rcu
- 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
- Download weblogic server from the following link
Download
wls1035_linux32.bin
- ./wls1035_linux32.bin
- Refer this link http://yonaweb.be/installing_webcenter_11g_ps3_scratch
Oracle
Webcenter
11.1.1.5.0
- Download webcenter from the following link
- Unzip the zip file.
- 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]$
- [orajr12@server1 Disk1]$ exit
access
control
disabled,
clients
can
connect
from
any
host
- [root@server1 ~]# xauth list
- server1.yantro.com:1 MIT-MAGIC-COOKIE-1 d5c72923acb237b966fee53033f4ff67
- [root@server1 ~]# su - orajr12
- [orajr12@server1 ~]$ xauth add server1.yantro.com/unix:12 MIT-MAGIC-COOKIE-1 43d00e3dc0cbbc333ad8f6b49efafe56
- [orajr12@server1 ~]$ cd /UCM/Webcenter/Disk1
[orajr12@server1
Disk1]$
./runInstaller
- 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
it’s
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…
- Give 777 permission to middleware_home folder(ie) in my case /UCM/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
Ref : pdf file and
http://docs.oracle.com/cd/E14571_01/doc.1111/e14538/qiecm.htm#BGBJIFIH
- Unzip the ECM installation zip file
- Run ./runinstaller -jreLoc /usr/java/jdk1.6.0_26/jre
- Give the correct Middleware home and ECM oracle home.
- 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
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.
- Remove all the enabled schemas using rcu.
- [oracle@host uninstall]$ cd $SOA_ORACLE_HOME/Middleware/utils/uninstall/
[oracle@host uninstall]$ ./uninstall.sh - [oracle@host /]$rm -rf /u01/app/oracle/product/Middleware
- --Schemas:
- SQL> drop user "DEV_MDS" cascade;
- SQL> drop user "DEV_ORABAM" cascade;
- SQL> drop user "DEV_ORASDPM" cascade;
- SQL> drop user "DEV_SOAINFRA" cascade;
- SQL> delete from SCHEMA_VERSION_REGISTRY where OWNER like 'DEV%';
- SQL> commit;
- --Tablespaces and datafiles:
- SQL>DROP TABLESPACE DEV_IAS_ORASDPM INCLUDING CONTENTS AND DATAFILES;
- SQL>DROP TABLESPACE DEV_IAS_TEMP INCLUDING CONTENTS AND DATAFILES;
- SQL>DROP TABLESPACE DEV_MDS INCLUDING CONTENTS AND DATAFILES;
- SQL>DROP TABLESPACE DEV_ORABAM INCLUDING CONTENTS AND DATAFILES;
- 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
- 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
- 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
- Remove Weblogic server domain.
[oradr12@server1 bin]$ cd
/Webcenter/Middleware/utils/uninstall/
[oradr12@server1 uninstall]$
./uninstall.sh
- 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 :
- WEBLOGIC SERVER → http://server1.yantro.com:7001/em
http://localhost:7001/console
(or)
- 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.