Sun Java System Calendar Server 6 2005Q4 Administration Guide

ProcedureTo Configure Administrative Services (csadmind)

  1. Log in as an administrator with permission to change the configuration.

  2. Change to the /etc/opt/SUNWics5/cal/config directory.

  3. Save your old ics.conf file by copying and renaming it.

  4. Edit one or more of the parameters as shown in the following table:

    Parameter  

    Description and Default Value  

    service.admin.checkpoint

    If "yes", start the csadmind database checkpoint thread. If “no”, no checkpoint log files created. The default is “yes”.

    service.admin.dbcachesize

    Maximum cache size (in bytes) for Berkeley Database for administration sessions. The default is “8388608”. 

    service.admin.deadlock

    If "yes", start the csadmind database deadlock detection thread. The default is “yes”.

    service.admin.diskusage

    If "yes", start the csadmind low disk space monitor thread. The default is “no”. Disk usage is not monitored by default.

    service.admin.enable

    If "yes", start the csadmind service when starting all services and stop csadmind when stopping all services. The default is “yes”.

    service.admin.idletimeout

    Number of seconds before timing out an HTTP connection in csadmind. The default is “120”.

    service.admin.maxsessions

    Maximum number of administration sessions allowed. The default is “100”.

    service.admin.maxthreads

    Maximum number of running threads per administration session. The default is “10”.

    service.admin.numprocesses

    Maximum number of a concurrent administration processes allowed. 

    service.admin.port

    No default. This parameter is set by the system. 


    Caution – Caution –

    Do NOT set this parameter yourself. It is set by the system. You can not do remote administration in Calendar Server. If you change this port number, csadmind may not start.


    service.admin.resourcetimeout

    Number of seconds before timing out an administration connection. The default is “900”.

    service.admin.serverresponse

    If "yes", start the csadmind service response thread. The default is “no”.

    service.admin.sessiondir.path

    Temporary directory for administration session requests. No default. 

    service.admin.sessiontimeout

    Number of seconds before timing out an HTTP session in csadmind. The default is “1800”.

    service.admin.sleeptime

    Number of seconds to wait between checking for started, stopped, or ready calendar service. The default is “2”.

    service.admin.starttime

    Number of seconds to wait for any calendar service to start. The default is “300”.

    service.admin.stoptime

    Number of seconds to wait for any calendar service to stop. The default is “300”.

    service.admin.stoptime.next

    Number of seconds to wait between sending stop commands to any calendar service. The default is “60”.

  5. Save the file as ics.conf.

  6. Restart Calendar Server.

    cal_svr_base/SUNWics5/cal/sbin/start-cal