Search the Knowledgebase |
Browse by Category |
|
|
|
|
|
| Seapine License Server Does Not Start at Boot Time on Linux |
Last Updated 8th of April, 2009
|
|
Thank you for rating this answer.
|
Problem
The Seapine License Server does not start at boot time on some Linux distributions even if the start at boot option is selected during installation.
Cause
The Seapine License Server application is not registered in the Services Manager or cannot access the required libraries.
Solution
Use the following steps to modify your Linux distribution.
SuSE
Register the Seapine License Server application in the Services Manager.
- Open the spls init script for editing.
- Add the init info comment tag after the process and config tags.
- Set the following parameters in the init info comment tag:
Provides: Server executable name. Copy from the process tag.
Required-Start: Listing of dependencies. The Seapine License Server does not require any dependencies, but you can add one.
Default-Start: Seapine License Server start runlevel. 2 3 5 is recommended.
Default-Stop: Seapine License Server stop runlevel. 0 6 is recommended.
Short-Description: Short file description. For example, Seapine License Server.
Description: Long file description. For example, Seapine License Server init file.
Following is an example of a complete init info comment tag:
### BEGIN INIT INFO # Provides: spls # Required-Start: # Default-Start: 2 3 5 # Default-Stop: 0 6 # Short-Description: Seapine License Server # Description: Seapine License Server init file ### END INIT INFO
- Register the service by entering:
/usr/lib/lsb/install_initd /etc/init.d/spls.
See How To Create RPMs and Init Scripts That Are Compatible On Both SUSE Linux and Red Hat Linux on Novell's Web site for more information.
SE Linux
SE Linux can interfere with the server startup. Do one of the following:
Modify the /etc/selinux/config file to disable SE Linux. Set SELINUX=disabled.
-or-
Add all shared Seapine libraries in /usr/lib/seapine to the texrel_shlib_t context by entering:
chcon –Rr texrel_shlib_t /usr/lib/seapine/*.so*
|
| Attachments |
|
No attachments were found.
|