Skip Headers

Oracle® Collaboration Suite Certified Configuration Deployment and Cloning Guide
Release 9.0.4.1 for Linux x86
Part No. B12145-01
  Go To Table Of Contents
Contents
Go To Index
Index

Previous Next  

12 Service Administration

This chapter describes service administration tasks for Oracle Collaboration Suite Certified Configuration (Oracle Collaboration Suite CC).

This chapter contains the following sections:

Configuring Additional Oracle Collaboration Suite Middle-Tier Components

You can configure additional Oracle Collaboration Suite middle-tier components after you have initially configured Oracle Collaboration Suite middle-tier components on the middle-tier. For example, if you had initially installed and configured Email, then you later decide to install and configure Files (assuming that the Files Infostore has already been set up), you can run the following command to configure Files:

$ config.sh -ocsmt files

Use the following command to configure additional Oracle Collaboration Suite middle-tier components:

$ config.sh -ocsmt <new component

The following are restrictions for adding Oracle Collaboration Suite middle-tier components:

Disabling Oracle Collaboration Suite Middle-Tier Components

If you have configured one or more Oracle Collaboration Suite middle-tier component on the middle-tier, you can choose to disable the components at any time. Use the following instructions depending on whether you want to disable or re-enable Oracle Collaboration Suite middle-tier components.

Disabling Oracle Collaboration Suite Middle-Tier Components

To disable Oracle Collaboration Suite middle-tier components, use the following:

  1. Log in as the root user.

  2. Change directories to the <ORACLE_CC_PRODTOP> directory.

  3. Run the following command:

    # ./disable_component.sh
    
    

    A list of available Oracle homes displays.

  4. Select the Oracle home you want.

    A list of active components displays.

  5. Select one or more of the components that you want to disable.

    When the disable_component.sh script has completed, the CC_INVENTORY active component list will be updated. The newly disabled component or components will be stopped.

Re-Enabling Oracle Collaboration Suite Middle-Tier Components

To enable Oracle Collaboration Suite middle-tier components, use the following:

  1. Log in as the root user.

  2. Change directories to the <ORACLE_CC_PRODTOP> directory.

  3. Run the following command:

    # ./enable_component.sh
    
    

    A list of available Oracle homes displays.

  4. Select the Oracle home you want.

    A list of inactive components displays.

  5. Select one or more of the components that you want to enable.

    When the enable_component.sh script has completed, the CC_INVENTORY active component list will be updated. The newly enabled component or components will be started.

Sequence for Starting and Stopping Oracle Collaboration Suite Components

The following are sequences for starting and stopping Oracle Collaboration Suite Components on two-tier and single-tier deployments.

Starting Two-Tier Components

Start two-tier components in the following sequence:

  1. Infrastructure database on the database-tier

  2. Email, Files, and Real-Time Collaboration Infostores on the database-tier

  3. Infrastructure mid-tier on the middle-tier

  4. Calendar Server on the database-tier

  5. Oracle Collaboration Suite middle-tier components on the middle-tier

Stopping Two-Tier Components

Stop two-tier components in the following sequence:

  1. Oracle Collaboration Suite middle-tier components on the middle-tier

  2. Calendar Server on the database-tier

  3. Infrastructure mid-tier on the middle-tier

  4. Email, Files and Real-Time Collaboration Infostores on the database-tier

  5. Infrastructure database on the database-tier

Starting Single-Tier Components

Start single-tier components in the following sequence:

  1. Infrastructure

  2. Email, Files, and Real-Time Collaboration Infostores

  3. Calendar Server

  4. Oracle Collaboration Suite middle-tier components

Stopping Single-Tier Components

Stop two-tier components in the following sequence:

  1. Oracle Collaboration Suite middle-tier components

  2. Calendar Server

  3. Email, Files, and Real-Time Collaboration Infostores

  4. Infrastructure

Starting and Stopping Oracle Collaboration Suite Components

To start all Oracle Collaboration Suite services in an Oracle home, run the following commands as the owner of that Oracle home:

$. /etc/ora_cc_env
$ /admin/mwcc/ocs/904/etc/rc.oracle/startocs.sh ORACLE_HOME

where the variable ORACLE_HOME is the full path of the Oracle home in which you want to start the Oracle Collaboration Suite services. This starts all the configured and enabled services in the Oracle home, except the Oracle Files domain controller.

To start the Oracle Files domain controller, run the following as the root user:

# $ORACLE_HOME/ifs/files/bin/ifsctl start

where the variable ORACLE_HOME is the full path of the Oracle Collaboration Suite middle-tier Oracle home in which Oracle Files is configured.

To stop all Oracle Collaboration Suite services in an Oracle home, run the following commands as the owner of that Oracle home:

$ . /etc/ora_cc_env
$ /admin/mwcc/ocs/904/etc/rc.oracle/stopocs.sh ORACLE_HOME

where the variable ORACLE_HOME is the full path of the Oracle home in which you want to stop the Oracle Collaboration Suite services. This stops all the configured and enabled services in the Oracle home, except the Oracle Files domain controller and OEM.

To stop the Oracle Files domain controller, run the following as the root user:

# $ORACLE_HOME/ifs/files/bin/ifsctl stop

where the variable ORACLE_HOME is the full path of the Oracle Collaboration Suite middle-tier Oracle home in which Oracle Files is configured.

To stop OEM, run the following command:

$ $ORACLE_HOME/bin/emctl stop

Table 12-1, "Components Started on Oracle9iAS Infrastructure" shows the components that start in the corresponding Oracle home for a split infrastructure setup.

Table 12-1 Components Started on Oracle9iAS Infrastructure

Component Metadata Database OID and SSO only Complete Infrastructure
Net Listener Yes No Yes
Metadata Database Yes No Yes
Directory Server (OID) No Yes Yes
OHS (for SSO) No Yes Yes
OC4J DAS Instance No Yes Yes

If you want to start or stop other individual components, then refer to Oracle Collaboration Suite documentation for details.