Sun Java Communications Suite 5 Installation Guide

Starting and Stopping Calendar Server

ProcedureTo Start Calendar Server

  1. On the command line, change to the sbin directory.

    Solaris OS: /opt/SUNWics5/cal/sbin

    Linux: /opt/sun/calendar/sbin

  2. Enter the following command to start Calendar Server.


    ./start-cal
  3. Verify that the Calendar Server processes are running. For example, on Solaris OS:


    /usr/bin/ps -ef | grep cal

    /opt/SUNWics5/cal/lib/cshttpd -d 3
    /opt/SUNWics5/cal/lib/enpd -p 57997 -c config/ics.conf
    /opt/SUNWics5/cal/lib/csadmind
    /opt/SUNWics5/cal/lib/csnotifyd
    /opt/SUNWics5/cal/lib/csstored
    /opt/SWUNics5/cal/lib/watcher
    /opt/SUNWics5/cal/config/watcher

ProcedureTo Access the Calendar Server Graphical Interface

  1. If you are already provisioned in the LDAP directory that Calendar Server points to, you can log into Calendar Server. In your browser, use the http:// hostname.domainname [:port] format to access Calendar Server. For example:

    http://mycomputer.example.com:89

    At initial login, Calendar Server creates a default calendar for you. Your login to Calendar Server confirms successful installation.

ProcedureTo Stop Calendar Server

  1. Change to the sbin directory.

    Solaris OS: /opt/SUNWics5/cal/sbin

    Linux: /opt/sun/calendar/sbin

  2. Enter the following command to stop Calendar Server.


    ./stop-cal
  3. Verify that Calendar Server is no longer running. For example:


    /usr/bin/ps -ef | grep cal