This post covers start/stop script for Oracle Content Server.
Content Server is the core component of Oracle Content Management Components (ECM – Enterprise Content Management or UCM – Universal Content Management). All content, regardless of content type, is stored in web repository or database repository.
.
Main component of Content Serveri) Content Server- Java Application
ii) Web Server - interface between outside users and content server. Web Server talks to Content Server using CGI. A dedicated security filter runs on Web Server which handles all interaction with Web browsers and other applications, and also checks user credentials.
iii) Content Database- stores metadata of all revisions of all content managed by Content Server. It also stores other information like user details, roles, accounts, workflow definitions, subscriptions ….
.
Start Content Server
1. Start Database and Database Listener
2.Start Content Sever – [content_server_install_dir]/etc/ idcserver_[start|restart] (idcserver_start)
3.Start Admin Server – [content_server_install_dir]/admin/etc/ idcadmin_[start|restart] (idcadmin_start)
4. Start Web Server
.
.
Stop Content Server
1. Stop Web Server
2.Stop Admin Server – [content_server_install_dir]/admin/etc/ idcadmin_stop
3.Stop Content Sever – [content_server_install_dir]/etc/ idcserver_stop
4. Stop Database and Database Listener
.
Things good to know
1. Content Server default port is 4444
2. Admin Server default port is 4440
Related Posts for UCM
- Oracle Universal Content Management Architecture
- Oracle Content Server (UCM) installation overview
- Oracle UCM Content Server Installation on Linux : Step by Step Doc – Part I
- Configure Apache (Oracle HTTP Server) with Stellent Content Server (UCM) – Part II
- Security (Users, Groups, Accounts) in Oracle Content Server (ECM/UCM)
- Start / Stop UCM (Stellent) Content Server idcserver_start idcadmin_start
- Can I install Content Server and Web Server (Apache/OHS) on different machines ?
- Integrate UCM (ECM/Content Server) with Microsoft Active Directory as LDAP Provider
- UCM/ECM 11gR1 software & documentation is now available to download
- Oracle Enterprise Content Management (ECM) 11g Installation Overview : UCM/ IBR/ IPM/ IRM/ URM
- Integrate Oracle ECM/UCM (Content Management) 11g with Oracle Internet Directory (LDAP Server) : Things you must know
- UCM Error accessing /cs “The Server is unavailable” . Could not start up IDC server deployment “csProviderUnableToStartSystem”






Good hands-on exercises (installation, patching, cloning), very experienced trainer worth every penny 
1 user commented in " Start / Stop UCM (Stellent) Content Server idcserver_start idcadmin_start "
Follow-up comment rss or Leave a TrackbackI was looking out for this post..!!
Thanks a lot.
Leave A Reply