Skip Headers
Oracle® Communications Calendar Server System Administrator's Guide
Release 7.0.5

E54935-01
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

2 Stopping and Starting Calendar Server Services

This chapter describes how to stop and start Oracle Communications Calendar Server services.

Stopping and Starting Calendar Server

To stop and start the Calendar Server process, you use the asadmin stop-domain and asadmin start-domain commands to stop and start the GlassFish Server container in which Calendar Server is deployed. The following examples assume a default GlassFish Server installation with Calendar Server deployed in domain1.

  • To stop Calendar Server:

    GlassFish_home/bin/asadmin stop-domain domain1
    
  • To start Calendar Server:

    GlassFish_home/bin/asadmin start-domain domain1
    

Starting and Stopping the Remote Document Store

The Calendar Server document store is used to store and retrieve large data, such as todo attachments.

To stop and start the Calendar Server remote document store server, use the stop-as and start-as commands.

  • To start the remote document store server:

    CalendarServer_home/sbin/start-as
    
  • To stop the remote document store server:

    CalendarServer_home/sbin/stop-as