Automatically Starting Sybase CEP Server After Rebooting

By default, Sybase CEP Server does not automatically start or restart when a UNIX-like operating system is rebooted, but it can be configured to restart automatically.

On RedHat Enterprise Linux, Fedora, and other RedHat-based distributions of Linux, use the following commands to enable automatic restart. Note that you require root privileges to make the following changes:

ln -s 
parent-directory
/SybaseC8/server/c8-server.rc \
/etc/init.d/c8-server.rc 
/sbin/chkconfig --add c8-server

where parent-directory is the parent directory under which you installed Sybase CEP Engine.

In addition to restarting Sybase CEP Engine after the system is rebooted, the init.d script reboots Sybase CEP Server in the event of a Sybase CEP Server crash.

For more details about restarting, and for the most current information for you operating system, see your operating system documentation.