University of Southern California
START UP:

Start Up Documentum Services

 

This section will describe the steps required to start up Documentum services.

 

For the production environment,

- On Docu1:

-          start up DocBroker

-          start up DocBase

-          start up the WebCache service (source)

-          start up the Thumbnail service

- On Docu2:

-          start up the WebCache service (target)

-          start up the Tomcat service

 

For the development environment,

-          start up DocBroker

-          start up DocBase

-          start up the WebCache service (source)

-          start up the Thumbnail service

-          start up the Tomcat service

 

Detail Steps:

-          verify that database is up.  THIS IS IMPORTANT.  If database is not up, Documentum config files might get corrupted & Documentum won't start correctly.

-          login to DOCU1 (prod) or CASSANDRA (dev) as dmadmin

Ø      cd /var/local/documentum/dba

Ø      . dm_launch_DocBroker

Ø      . dm_start_cisprod (run this script on DOCU1)

Ø      . dm_start_cisdev (run this script on CASSANDRA)

Ø      cd $DM_HOME/webcache/bin

Ø      . dm_scs_source_start.sh

Ø      cd $DM_HOME/thumbsrv/bin

Ø      . dm_thumbsrv_start.sh

 

-          login to DOCU2 (prod) or CASSANDRA (dev) as dmadmin

Ø      cd /var/local/documentum/scs/admin

Ø      . dm_start_2787 

on docu2 only:

è    /var/local/www/tomcat start

on cassandra only:

è    /var/local/www/tomcat start