Page 1 of 1

Script to get the SAC from reboot

Posted: Thu Jul 27, 2006 1:23 pm
by MGonz
Hi,
Every time I reboot the machine, I can't seem to get the SAC up again. I read that there was a startup script in the admin_resource_kit from this topic http://www.scalix.com/community/viewtopic.php?t=2335 , but I do not know which script it is, so which script will help out with this problem? I am running version 10.0.1 of scalix. Any help would be appreciated.

Thanks

Posted: Fri Jul 28, 2006 6:47 am
by ScalixSupport
Hi,

Is it that tomcat is not restarted upon reboot of the system, or that SAC doesn't come up while tomcat is running?

You need to set apache and scalix-tomcat to start up at boot by the following 2 commands:

On a RedHat system:

Code: Select all

chkconfig httpd on
chkconfig scalix-tomcat on

On a SuSe system:

Code: Select all

chkconfig apache2 on
chkconfig scalix-tomcat on


Cheers,
Yuri