Sun Java System Calendar Server 6 2005Q4 Administration Guide

To Change the Symbolic Link Found in /opt/SUNWics5/sbin:

  1. In the /global/cal/opt/SUNWics5/cal/sbin directory, check that config is a symbolic link to /etc/opt/SUNWics5/config.


    # cd /global/cal/opt/SUNWics5/cal/sbin
     # ls -l config
     ... config -\> /etc/opt/SUNWics5/config/
  2. Remove the config symbolic link:


    # rm config
  3. Create a new symbolic link to the new config location:


    # ln -s ../config config
  4. Verify the new link:


    # ls -l config
     ... config -\> ../config/

    Note –

    If you need to uninstall Calendar Server, use the Java Enterprise System uninstaller, which removes the SUNWics5 and SUNWica5 packages.

    For a Calendar Server HA configuration, however, you must first remove the relocated config directory and all of its contents before you run the uninstaller. For example:


    # cd /global/cal/opt/SUNWics5/cal/
     # rm -rf config

    If you do not remove the config directory, the uninstall operation fails for the SUNWics5 package.