Shutting Down Oracle Collaboration Suite

Shutting Down Oracle Collaboration Suite

In this module you learn how to stop the Oracle Collaboration Suite processes using the command-line interface. This includes the Middle-Tier applications, Information Store, and Infrastructure.

This module will discuss the following:

Overview
Prerequisites
Stop the Oracle Collaboration Suite Middle-Tier Applications
Stop the Oracle Collaboration Suite Information Store
Stop the Oracle Collaboration Suite Infrastructure

Place the cursor on this icon to display all screenshots. You can also place the cursor on each icon to see only the screenshot associated with it.

There is a sequence of tasks for starting and stopping the Oracle Collaboration Suite components. You can start and stop Oracle Application Server in different ways based on your requirements. There are a number of tools available that you can use to start, stop, restart, and view the status of components:

The dcmctl command: This command allows you to start and stop an entire component as well as the subprocesses within the components. For example, you can start and stop Web Cache, or you can start and stop only the Web Cache Admin subprocess.
Oracle Enterprise Manager: Use to view components that you cannot start or stop, but whose status depends on other components. For example, it displays the status of the Single Sign-On component, whose status depends on the HTTP Server.

EM and dcmctl are completely compatible, they use OPMN as their underlying component to manage processes, and can be used interchangeably. For example, you can start a component using opmnctl and stop it using EM.

This module shows how to stop the Oracle Collaboration Suite components and processes—Middle-Tier applications, Information Store, and Infrastructure—using the command-line.

 

 

In order for this lesson to work successfully, you will need to have performed the following:

1.

Completed the Preinstallation Tasks lesson

2.

Completed the Installing the Oracle Collaboration Suite Infrastructure lesson

3.

Completed the Installing the Oracle Collaboration Suite Information Store lesson

4.

Completed the Installing the Oracle Collaboration Suite Mid Tier lesson

5.

Completed the Provisioning a New Oracle Collaboration Suite User lesson

6.

Completed the Configuring and Administering Additional Oracle Collaboration Components lesson


1.

Open a terminal window on the mid-tier host as user oracle, and set the environment variables for the middle tier. For this example, ocs_mid_profile is set as follows:

. ocs_mid_profile

Move your mouse over this icon to see the image

 

2.

Stop Enterprise Manager:

emctl stop

Move your mouse over this icon to see the image

 

3.

Stop the Oracle Files processes as the root user. (Note: Exit out of root when this step has been completed).

su root
$ORACLE_HOME/ifs/files/bin/ifsctl stop
exit

Move your mouse over this icon to see the image

 

4.

Stop the Email processes. Replace <hostname> with the full middle-tier hostname in lower case.

oesctl shutdown <hostname>:um_system:gc
oesctl shutdown <hostname>:um_system:list
oesctl shutdown <hostname>:um_system:pop
oesctl shutdown <hostname>:um_system:imap
oesctl shutdown <hostname>:um_system:smtp_in
oesctl shutdown <hostname>:um_system:smtp_out

Move your mouse over this icon to see the image

 

5.

Stop the Oracle Web Conferencing processes.

$ORACLE_HOME/imeeting/bin/imtctl stop
$ORACLE_HOME/imeeting/bin/imtctl getState

Move your mouse over this icon to see the image

 

6.

Stop the Oracle Calendar processes.

$ORACLE_HOME/ocal/bin/unistop

Move your mouse over this icon to see the image

 

7.

Stop the Web Cache processes.

$ORACLE_HOME/webcache/bin/webcachectl stop

Move your mouse over this icon to see the image

 

8.

Stop the Oracle Process Manager and Notification Server (OPMN) and the processes managed by it. This command can take a few minutes to complete.


opmnctl stopall

Move your mouse over this icon to see the image

 

9.

Stop the Email listener.


lsnrctl
LSNRCTL> stop listener_es
LSNRCTL> exit

Move your mouse over this icon to see the image

 

 

To stop the Oracle Collaboration Suite Information Store, perform the following steps:

1.

Open a terminal window on the Information Store host and set the environment variables for the Information Store. For this example, ocs_store_profile is set as follows:

. ocs_store_profile

Move your mouse over this icon to see the image

 

2.

Stop the Information Store database.

sqlplus " / as sysdba"
shutdown immediate
exit

Move your mouse over this icon to see the image

 

You stop all processes in an Infrastructure when you prepare to shut down your host, or to stop your entire Infrastructure. For this example, Infrastructure contains Identity Management and a Metadata Repository.

1.

Open a terminal window on the Infrastructure host and set the environment variables for the Infrastructure (set the ORACLE_HOME environment variable to the Infrastructure Oracle home and set the ORACLE_SID environment variable to the Metadata Repository SID). For this example, ocs_inf_profile is set as follows:

. ocs_inf_profile

Move your mouse over this icon to see the image

 

2.

Stop all of the Infrastructure processes managed by Oracle Process Manager and Notification Server (OPMN). This command may take a few minutes to complete:

$ORACLE_HOME/opmn/bin/opmnctl stopall

Move your mouse over this icon to see the image

 

3.

Stop the Oracle Internet Directory processes.

oidctl connect=<infrastructure database TNS alias> server=oidldapd instance=1 stop

Move your mouse over this icon to see the image

4.

Stop the Oracle Internet Directory monitor process.

oidmon connect=<infrastructure database TNS alias> stop

Move your mouse over this icon to see the image

5.

Stop the Infrastructure Metadata Repository database.

sqlplus " / as sysdba"
shutdown immediate
exit

Move your mouse over this icon to see the image

 

6.

Stop the Oracle Net listener.

lsnrctl stop

Move your mouse over this icon to see the image

 

7.

Stop Enterprise Manager.

emctl stop

Move your mouse over this icon to see the image

 

Place the cursor on this icon to hide all screenshots.

Copyright © 2003, Oracle Corporation. All rights reserved. Contact Us Legal Notices and Terms of UsePrivacy Statement

 

 

 

 

 

E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy