Sun Java Enterprise System 2005Q4 Installation Guide for UNIX

Starting and Stopping Calendar Server

Calendar Server depends on Directory Server.

ProcedureTo Start Calendar Server

Steps
  1. Change to the sbin directory.

    On Solaris OS: /opt/SUNWics5/cal/sbinOn Linux: /opt/sun/calendar/cal/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

ProcedureTo Access the Calendar Server Graphical Interface

Step

    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

Steps
  1. Change to the sbin directory.

    On Solaris OS: /opt/SUNWics5/cal/sbinOn Linux: /opt/sun/calendar/cal/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