Installing Stellent or Oracle Universal Content Management
See Introduction to Oracle Universal Content Management or Stellent
Pre-Installation Requirements
Server satisfies Hardware rqeuirements (mostly at least 1 GB RAM and more than 2 GB free HD space.) Have Oracle Database Installed and running on your server and you have sysdba access. Have IIS or Apache or Tomcat running as webserver. UCM may work with other webservers too, but i am yet to come across other than these.
Download Oracle Universal Content Management
Goto UCM download page at oracle OTN website. Accept the license agreement. There are basically 6 all inclusive zip files to download from here which will include everything you may require (except some rare components). These are Oracle Content Server 10gR3 (10.1.3.3.3) Oracle Content Server Document Management 10gR3 (10.1.3.3.5) Oracle Universal Content Management Web Content Management 10gR3 (10.1.3.3.4) Oracle Universal Content Management Document Management 10gR3 (10.1.3.3.4) Oracle Universal Content Management Records Management 10gR3 (10.1.3.3.3) Oracle Universal Content Management Digital Asset Managment and Conversion 10gR3 (10.1.3.3.2) Of these, if you are not planning to run a website, or for Digital asset management then you may just need to download the first two.
Installing Oracle Universal Content Management
Unzip Content Server 10gR3 (10.1.3.3.3) (The current version zip file is V13682-01.zip) to a temporary location, say D:\V13682-01 First we will need to create a User Schema in the database for UCM to connect to. I am using cmd to connect with sqlplus as sysdba and create the tablepaces.
Note that my Oracle SID is HOME and Oracle is installed in D:\oracle. Replace the paths and SID with your own.
Now goto D:\V13682-01\UCM\ContentServer\win32 and double-click on Installer.exe. Note that UCM installer is a command line installer and there is no GUI.
Installation Steps
Note: The installer will keep asking you questions and you have to select from the options provided. In most case by just pressing Enter you can select the Default option.
# Select your locale from list --> English-US # Installation type --> 1. Install a new server # Content Server Core Folder --> Enter Path e.g. D:/UCM/ # Create Directory --> 1. yes # Java Virtual machine --> If you already have Sun JRE installed specify the path to the java.exe file (Ex. C:\Program Files\Java\jre1.6.0_07\bin), else select 1. Sun Java 1.5.0_11 JDK # Content Server Native Vault Folder --> D:/UCM/vault/ # Create directory --> 1. yes # Content Server Weblayout Folder --> D:/UCM/weblayout/ # Create directory --> 1. yes # Configure as Master or proxied server --> Select 1. Configure as a master server # Admin server configuration --> Select 1. Install an admin server to manage this server (If you are performing a new installation, and don't want another admin server to manage this) # Web Browser Path --> Enter c:/program files/internet explorer/iexplore.exe (or your firefox.exe path) # Content Server System locale --> English-US # Region for your timezone -->Select 1. Use the timezone setting for your operating system # Content Server Port --> Select default 4444 # Admin Server Port --> Select default 4440 # Incoming connection address filter --> Select deafult 127.0.0.1 # Web Server Relative Root --> Select Default /idc/ # Company Mail Server --> Enter the hostname of your mailserver, if you don't have one just enetr 'mail' # Administrator E-Mail Address --> Give Admin email id e.g. sysadmin@mail[dot]com # Web Server HTTP Address --> If by default the HTTP adress is not shown enter your server's domain name e.g. user.company.com or if no such domain is set for your computer just enter "localhost" # Server Instance Name --> idc # Server Instance Label --> idc (less than 12 characters) # Server Description -> Content Server idc # Web Server --> Select your webserver IIS/Apache # For IIS, Disable IIS file-handling caching --> yes # For IIS, Select security integration --> Use standard security # Database --> 1. Oracle # Manually configure JDBC settings --> 2. no # Oracle Server Hostname --> user.company.com or localhost # Oracle Listener Port Number --> 1521 # Oracle User --> ucm # Oracle Password --> ucm # Oracle Instance Name --> HOME (enter your instance name) # if you would like to configure the JVM to find the JDBC driver in a specific jar file --> no # if you would like the installer to create database tables --> yes # Select components to install from 1. ContentFolios: Collect related items in folios 2. Folders_g: Organize content into heirarchical folders 3. LinkManager8: Hypertext link management support 4. OracleTextSearch: External Oracle 11g database as search index support 5. ThreadedDiscussions: Threaded discussion management Enter required components e.g 1,2,5 and then F
# If you would like to configure the Administration Server service --> Select 2. Install service # If you would like to configure the admin service to run as a specific user --> no # If you would like the admin service to be dependent on another service --> no # If you would like to configure the Content Server service --> Install service # If you would like to configure the service to run as a specific user --> no # If you would like the service to be dependent on another service --> no # If you would like to proceed with install --> Proceed
When the installation is finished, check the D:\UCM\install\log.txt file for errors
Configuring Apache
If you were using Apache webserver, the httpd.conf needs to be configured
# Find your httpd.conf file of Apache server (Ex. C:\xampp\apache\conf) and enter the following lines at the end: (Note the paths need to be changed with your UCM installation path)
Ok we are DONE!!! just check if the oracle database services and IDC Content Admin Service idc_admin and IDC Content Service idc are running. Now type in your browser url:
http://user.company.com/idc or http://localhost/idc
Installing Stellent or Oracle Universal Content Management
ReplyDeleteSee Introduction to Oracle Universal Content Management or Stellent
Pre-Installation Requirements
Server satisfies Hardware rqeuirements (mostly at least 1 GB RAM and more than 2 GB free HD space.)
Have Oracle Database Installed and running on your server and you have sysdba access.
Have IIS or Apache or Tomcat running as webserver. UCM may work with other webservers too, but i am yet to come across other than these.
Download Oracle Universal Content Management
Goto UCM download page at oracle OTN website. Accept the license agreement.
There are basically 6 all inclusive zip files to download from here which will include everything you may require (except some rare components). These are
Oracle Content Server 10gR3 (10.1.3.3.3)
Oracle Content Server Document Management 10gR3 (10.1.3.3.5)
Oracle Universal Content Management Web Content Management 10gR3 (10.1.3.3.4)
Oracle Universal Content Management Document Management 10gR3 (10.1.3.3.4)
Oracle Universal Content Management Records Management 10gR3 (10.1.3.3.3)
Oracle Universal Content Management Digital Asset Managment and Conversion 10gR3 (10.1.3.3.2)
Of these, if you are not planning to run a website, or for Digital asset management then you may just need to download the first two.
Installing Oracle Universal Content Management
Unzip Content Server 10gR3 (10.1.3.3.3) (The current version zip file is V13682-01.zip) to a temporary location, say D:\V13682-01
First we will need to create a User Schema in the database for UCM to connect to. I am using cmd to connect with sqlplus as sysdba and create the tablepaces.
Note that my Oracle SID is HOME and Oracle is installed in D:\oracle. Replace the paths and SID with your own.
In Console follow this..
ReplyDeleteC:\>sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Oct 28 12:39:26 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter user-name: system
Enter password:
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> connect sqlplus as sysdba
Enter password:
Connected.
create temporary tablespace idc_temp
tempfile 'D:\oracle\product\10.2.0\oradata\HOME\idc_temp.dbf' size 100M;
create tablespace idc_system
datafile 'D:\oracle\product\10.2.0\oradata\HOME\idc_system.dbf' size 300M;
create user ucm identified by ucm
temporary tablespace idc_temp
default tablespace idc_system
quota unlimited on idc_system;
@D:\V13682-01\UCM\ContentServer\database\oracle\admin\stellentrole.sql
grant stellent_role to ucm;
connect ucm/ucm@orcl
@D:\V13682-01\UCM\ContentServer\database\oracle\admin\batchsnippet.sql
Now goto D:\V13682-01\UCM\ContentServer\win32 and double-click on Installer.exe. Note that UCM installer is a command line installer and there is no GUI.
ReplyDeleteInstallation Steps
Note: The installer will keep asking you questions and you have to select from the options provided. In most case by just pressing Enter you can select the Default option.
Quote:
# Select your locale from list --> English-US
ReplyDelete# Installation type --> 1. Install a new server
# Content Server Core Folder --> Enter Path e.g. D:/UCM/
# Create Directory --> 1. yes
# Java Virtual machine --> If you already have Sun JRE installed specify the path to the java.exe file (Ex. C:\Program Files\Java\jre1.6.0_07\bin), else select 1. Sun Java 1.5.0_11 JDK
# Content Server Native Vault Folder --> D:/UCM/vault/
# Create directory --> 1. yes
# Content Server Weblayout Folder --> D:/UCM/weblayout/
# Create directory --> 1. yes
# Configure as Master or proxied server --> Select 1. Configure as a master server
# Admin server configuration --> Select 1. Install an admin server to manage this server (If you are performing a new installation, and don't want another admin server to manage this)
# Web Browser Path --> Enter c:/program files/internet explorer/iexplore.exe (or your firefox.exe path)
# Content Server System locale --> English-US
# Region for your timezone -->Select 1. Use the timezone setting for your operating system
# Content Server Port --> Select default 4444
# Admin Server Port --> Select default 4440
# Incoming connection address filter --> Select deafult 127.0.0.1
# Web Server Relative Root --> Select Default /idc/
# Company Mail Server --> Enter the hostname of your mailserver, if you don't have one just enetr 'mail'
# Administrator E-Mail Address --> Give Admin email id e.g. sysadmin@mail[dot]com
# Web Server HTTP Address --> If by default the HTTP adress is not shown enter your server's domain name e.g. user.company.com or if no such domain is set for your computer just enter "localhost"
# Server Instance Name --> idc
# Server Instance Label --> idc (less than 12 characters)
# Server Description -> Content Server idc
# Web Server --> Select your webserver IIS/Apache
# For IIS, Disable IIS file-handling caching --> yes
# For IIS, Select security integration --> Use standard security
# Database --> 1. Oracle
# Manually configure JDBC settings --> 2. no
# Oracle Server Hostname --> user.company.com or localhost
# Oracle Listener Port Number --> 1521
# Oracle User --> ucm
# Oracle Password --> ucm
# Oracle Instance Name --> HOME (enter your instance name)
# if you would like to configure the JVM to find the JDBC driver in a specific jar file --> no
# if you would like the installer to create database tables --> yes
# Select components to install from
1. ContentFolios: Collect related items in folios
2. Folders_g: Organize content into heirarchical folders
3. LinkManager8: Hypertext link management support
4. OracleTextSearch: External Oracle 11g database as search index support
5. ThreadedDiscussions: Threaded discussion management
Enter required components e.g 1,2,5 and then F
# If you would like to configure the Administration Server service --> Select 2. Install service
# If you would like to configure the admin service to run as a specific user --> no
# If you would like the admin service to be dependent on another service --> no
# If you would like to configure the Content Server service --> Install service
# If you would like to configure the service to run as a specific user --> no
# If you would like the service to be dependent on another service --> no
# If you would like to proceed with install --> Proceed
When the installation is finished, check the D:\UCM\install\log.txt file for errors
ReplyDeleteConfiguring Apache
If you were using Apache webserver, the httpd.conf needs to be configured
# Find your httpd.conf file of Apache server (Ex. C:\xampp\apache\conf) and enter the following lines at the end: (Note the paths need to be changed with your UCM installation path)
Code:
LoadModule IdcApacheAuth "D:\UCM\shared\os\win32\lib\IdcApache22Auth.dll"
ReplyDeleteIdcUserDB idc "D:/UCM/data/users/userdb.txt"
Alias /idc "D:\UCM\weblayout/"
{Tag} Location /idc {Tag}
Order allow,deny
Allow from all
DirectoryIndex portal.htm
IdcSecurity idc
{Tag}/Location{Tag}
Ok we are DONE!!! just check if the oracle database services and IDC Content Admin Service idc_admin and IDC Content Service idc are running. Now type in your browser url:
ReplyDeletehttp://user.company.com/idc or http://localhost/idc
BINGO! You should see the UCM Login Page!
Enter the default username and password
username : sysadmin
password : idc