Stellent UCM installation in Linux 5.3

General Steps:

1. install and setup Oracle DB

2. create admin user and table space from UCM

3. install stellent UCM

4. configure the Apache server

 

Detail Steps:

1. Install and setup Oracle DB.

you can download the latest version here: 

http://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=11735511

NOTE charset: select AL32UTF8

 

2. create admin user and table space from UCM

Start SQLPLUS: sqlplus / as sysdba

run the follow statement to create ucm user and table space:

 

 

create temporary tablespace ucm_temp   
tempfile '/home/oracle/app/oracle/oradata/ucm/ucm_temp.dbf'   
size 100m; 

create tablespace ucm_system   
datafile '/home/oracle/app/oracle/oradata/ucm/ucm_system.dbf'   
size 300m minimum extent 1M   
default storage ( initial 1m next 1m pctincrease 0);  

#@/home/oracle/software/OUCM10/V13684-01/UCM/ContentServer/database/oracle/admin/contentserverrole.sql
CREATE ROLE contentserver_role;
GRANT CREATE SESSION TO contentserver_role;
GRANT ALTER SESSION TO contentserver_role;
GRANT CREATE TABLE TO contentserver_role;
GRANT CREATE TYPE TO contentserver_role;
GRANT CREATE PROCEDURE TO contentserver_role;
GRANT CTXAPP TO contentserver_role;
GRANT CREATE TRIGGER TO contentserver_role;
GRANT SELECT ON CTXSYS.DR$PENDING TO contentserver_role;


#@/home/oracle/software/OUCM10/V13684-01/UCM/ContentServer/database/oracle/admin/contentserveruser.sql
CREATE USER ucm identified by ucm default tablespace ucm_system temporary tablespace ucm_temp;
grant contentserver_role to ucm ;
grant unlimited tablespace to ucm ;

 

 

3. install the stellent UCM.

 

 

/$INSTALL_FOLDER/UCM/ContentServer/linux/setup.sh

 

 

Please enter the full pathname to the installation directory.
Content Server Core Folder [/opt/oracle/app/ucm]:

Java virtual machine
         1. Sun Java 1.5.0_11 JDK
        *2. Specify a custom Java virtual machine
Choice?

Enter the path to a Java virtual machine executable [/home/oracle/SDK/jdk/jre/bin/java]:
Installing with Java version 1.6.0_16.
(internal)      01.22 15:47:51.297      main    Timezone 'Asia/Chongqing' referenced by locale 'English-US' is not in the timezone table.
Locale will use system timezone.

Enter the location of the native file repository. This directory contains the
native files checked in by contributors.
Content Server Native Vault Folder [/opt/oracle/app/ucm/vault/]:

Enter the location of the web-viewable file repository. This directory
contains files that can be accessed through the web server.
Content Server Weblayout Folder [/opt/oracle/app/ucm/weblayout/]:

This server can be configured to manage its own authentication or to allow
another master to act as an authentication proxy.
Configure this server as a master or proxied server.
        *1. Configure as a master server.
         2. Configure as server proxied by a local master server.
Choice?

During installation, an admin server can be installed and configured to
manage this server. If there is already an admin server on this system, you
can have the installer configure it to administrate this server instead.
Select admin server configuration.
        *1. Install an admin server to manage this server.
         2. Configure an existing admin server to manage this server.
         3. Don't configure an admin server.
Choice?

Enter the location of an executable to start your web browser. This browser
will be used to display the online help.
Web Browser Path [/usr/bin/firefox]:
Content Server System locale
          1. Chinese-Simplified
          2. Chinese-Traditional
          3. Deutsch
         *4. English-US
          5. English-UK
          6. Espa?±ol
          7. Fran?§ais
          8. Italiano
          9. Japanese
         10. Korean
         11. Nederlands
         12. Portugu?as-Brazil
Choice?

Please enter the port number that will be used to connect to the Content
Server. This port must be otherwise unused.
Content Server Port [4444]:

Please enter the port number that will be used to connect to the Admin
Server. This port must be otherwise unused.
Admin Server Port [4440]:

Enter a security filter for the server port. Hosts which are allowed to
communicate directly with the server port may access any resources managed by
the server. Insure that hosts which need access are included in the filter.
See the installation guide for more details.
Incoming connection address filter [127.0.0.1]:

*** Content Server URL Prefix

The URL prefix specified here is used when generating HTML pages that refer
to the contents of the weblayout directory within the installation. This
prefix must be mapped in the web server Additional Document Directories
section of the Content Management administration menu to the physical
location of the weblayout directory.

For example, "/idc/" would be used in your installation to refer to the URL
http://ucm.company.com/idc which would be mapped in the web server to the
physical location /oracle/ucm/server/weblayout.
Web Server Relative Root [/idc/]:
Enter the name of the local mail server. The server will contact this system
to deliver email.
Company Mail Server [mail]:

Enter the e-mail address for the system administrator.
Administrator E-Mail Address [sysadmin@mail]:

*** Web Server Address

Many generated HTML pages refer to the web server you are using. The address
specified here will be used when generating those pages. The address should
include the host and domain name in most cases. If your webserver is running
on a port other than 80, append a colon and the port number.

Examples: www.company.com, ucm.company.com:90
Web Server HTTP Address [l360cn03.cn.oracle.com]:

Enter the name for this instance. This name should be unique across your
entire enterprise. It may not contain characters other than letters, numbers,
and underscores.
Server Instance Name [idc]:

Enter a short label for this instance. This label is used on web pages to
identify this instance. It should be less than 12 characters long.
Server Instance Label [idc]:

Enter a long description for this instance.
Server Description [Content Server idc]:

Web Server
        *1. Apache
         2. Sun ONE
         3. Configure manually
Choice?

Please select a database from the list below to use with the Content Server.
Content Server Database
        *1. Oracle
         2. Microsoft SQL Server 2005
         3. Microsoft SQL Server 2000
         4. Sybase
         5. DB2
         6. Custom JDBC settings
         7. Skip database configuration
Choice?
Manually configure JDBC settings for this database
         1. yes
        *2. no
Choice?

Oracle Server Hostname [localhost]:

Oracle Listener Port Number [1521]:

*** Database User ID

The user name is used to log into the database used by the content server.
Oracle User [ucm]:

*** Database Password

The password is used to log into the database used by the content server.
Oracle Password [***]:

Oracle Instance Name [orcl]:ucm

Configure the JVM to find the JDBC driver in a specific jar file
         1. yes
        *2. no
Choice?

The installer can attempt to create the database tables or you can manually
create them. If you choose to manually create the tables, you should create
them now.
Attempt to create database tables
        *1. yes
         2. no
Choice?

Select components to install.
        *1. ContentFolios: Collect related items in folios
        *2. Folders_g: Organize content into hierarchical folders
        *3. LinkManager8: Hypertext link management support
        *4. OracleTextSearch: External Oracle 11g database as search indexer support
        *5. ThreadedDiscussions: Threaded discussion management
Enter numbers separated by commas to toggle, 0 to unselect all, F to finish: F

Proceed with install
         1. Proceed
        *2. Change configuration
         3. Recheck the configuration
         4. Abort installation


Checking configuration. . .

Configuration OK.

Review install settings. . .
Content Server Core Folder: /opt/oracle/app/ucm
Java virtual machine: Specify a custom Java virtual machine
Enter the path to a Java virtual machine executable:
/home/oracle/SDK/jdk/jre/bin/java
Content Server Native Vault Folder: /opt/oracle/app/ucm/vault/
Content Server Weblayout Folder: /opt/oracle/app/ucm/weblayout/
Proxy authentication through another server: no
Install admin server: yes
Web Browser Path: /usr/bin/firefox
Content Server System locale: English-US
Content Server Port: 4444
Admin Server Port: 4440
Incoming connection address filter: 127.0.0.1
Web Server Relative Root: /idc/
Company Mail Server: mail
Administrator E-Mail Address: sysadmin@mail
Web Server HTTP Address: l360cn03.cn.oracle.com
Server Instance Name: idc
Server Instance Label: idc
Server Description: Content Server idc
Web Server: Apache
Content Server Database: Oracle
Manually configure JDBC settings for this database: false
Oracle Server Hostname: localhost
Oracle Listener Port Number: 1521
Oracle User: ucm
Oracle Password: hOYGE/WjtaG1G/Fgm3xJXa2194WX5GMrSeGcNyfW4OM=
Oracle Instance Name: ucm
Configure the JVM to find the JDBC driver in a specific jar file: false
Attempt to create database tables: Yes
Components:
ContentFolios,Folders_g,LinkManager8,OracleTextSearch,ThreadedDiscussions

Proceed with install
        *1. Proceed
         2. Change configuration
         3. Recheck the configuration
         4. Abort installation
Finished install type Install at 1/22/10 4:02 PM.
 

Note:  

1. JVM path should include the java: you can also choice the default, jvm1.5.

 

Enter the path to a Java virtual machine executable [/home/oracle/SDK/jdk/jre/bin/java]:

Installing with Java version 1.6.0_16.

(internal)      01.22 15:47:51.297      main    Timezone 'Asia/Chongqing' referenced by locale 'English-US' is not in the timezone table.

Locale will use system timezone.

 

2. Let the setup program create ucm tables for us:

 

The installer can attempt to create the database tables or you can manually

create them. If you choose to manually create the tables, you should create

them now.

Attempt to create database tables

        *1. yes

         2. no

Choice?

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip 【备注】 1、该资源内项目代码都经过测试运行成功,功能ok的情况下才上传的,请放心下载使用!有问题请及时沟通交流。 2、适用人群:计算机相关专业(如计科、信息安全、数据科学与大数据技术、人工智能、通信、物联网、自动化、电子信息等)在校学生、专业老师或者企业员工下载使用。 3、用途:项目具有较高的学习借鉴价值,不仅适用于小白学习入门进阶。也可作为毕设项目、课程设计、大作业、初期项目立项演示等。 4、如果基础还行,或热爱钻研,亦可在此项目代码基础上进行修改添加,实现其他不同功能。 欢迎下载!欢迎交流学习!不清楚的可以私信问我! 毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip
综合小区管理系统管理系统按照操作主体分为管理员和用户。管理员的功能包括报修管理、车位管理、车位分配管理、出入管理、字典管理、房屋管理、物业费缴纳管理、公告管理、物业人员投诉管理、我的私信管理、物业人员管理、用户管理、管理员管理。用户的功能包括管理部门以及部门岗位信息,管理招聘信息,培训信息,薪资信息等。该系统采用了Mysql数据库,Java语言,Spring Boot框架等技术进行编程实现。 综合小区管理系统管理系统可以提高综合小区管理系统信息管理问题的解决效率,优化综合小区管理系统信息处理流程,保证综合小区管理系统信息数据的安全,它是一个非常可靠,非常安全的应用程序。 管理员权限操作的功能包括管理公告,管理综合小区管理系统信息,包括出入管理,报修管理,报修管理,物业费缴纳等,可以管理操作员。 出入管理界面,管理员在出入管理界面中可以对界面中显示,可以对招聘信息的招聘状态进行查看,可以添加新的招聘信息等。报修管理界面,管理员在报修管理界面中查看奖罚种类信息,奖罚描述信息,新增奖惩信息等。车位管理界面,管理员在车位管理界面中新增。公告管理界面,管理员在公告管理界面查看公告的工作状态,可以对公告的数据进行导出,可以添加新公告的信息,可以编辑公告信息,删除公告信息。
【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、MATLAB、python、web、C#、EDA、proteus、RTOS等项目的源码。 【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。 【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、MATLAB、python、web、C#、EDA、proteus、RTOS等项目的源码。 【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。 【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、MATLAB、python、web、C#、EDA、proteus、RTOS等项目的源码。 【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。 【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、MATLAB、python、web、C#、EDA、proteus、RTOS等项目的源码。 【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。 【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、MATLAB、python、web、C#、EDA、proteus、RTOS等项目的源码。 【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。 【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。【项目资源
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值