Domino on Linux Start Script Sametime 11 support
Daniel Nashed – 17 January 2021 10:28:42
Now that we have the Sametime Premium Meeting Server, there are more customers looking into Domino on Linux. In earlier days I had some issues getting the start script in combination with SLES working.
So ST wasn't never on my support list. The SLES issue was going way when switching from init.d scripts to systemd and replacing the SUSE specific "rc" logic -- which caused the issues earlier. I removed that logic completely, because systemd doesn't need it on SUSE platforms.
With this change I started to look into Sametime on Linux again and I have now added Sametime Community server support to the start script.
The new version 3.5.0 will be available on our Domino Docker github repo in the develop branch first.
The missing part for ST 11 was adding the lib path for two specify ST directories.
LD_LIBRARY_PATH=$Notes_ExecDirectory:$LD_LIBRARY_PATH:$Notes_ExecDirectory/STOpenSSL:$Notes_ExecDirectory/sticc
Those directories are now added for all installations and should not cause an issue on servers where no ST is installed.
I also added a "resetstlogs" to include the ststart script "resetlogs" functionality.
So the Domino service will leverage the start script and you can take benefit on a central entry point for all operations like start/stop/console, .. including the "resetstlogs" command.
-- Daniel
- Comments [3]