Problem/Query:
I have migrated Domino from Windows to Linux and all seems to be running very well.
I want to automate the starting of the Domino service when the VP starts and I have tried to use the scripts from nash.com.
I followed the instructions to install but I am getting false responses. For example when I started the VM I used the “status” option and it reported the server was active but it had not been started. I tried using the “start” option and it reported the server was started but netstat showed nothing listening on port 1352.
As you will have guessed I am very new to Linux and web searches and AI have not been helpful in either debugging what I already have or building the scripts to start the server.
Hoping someone may have an example they could share or some recommended links that I can research.
Thanks
Don
Hi.
Which version of Domino are you running?
Which version of the script are you running?
Which Linux distro and version are you running?
Nash script is really good, and generally performs really well on almost every platform, but it requires a little bit tweaking. For instance, some tmp paths are fixed, and usually, that its the main issue when reading the Domino status, specially if you’re not using standard paths.
Check the PID path as well.
But, first, ensure Domino can be started manually before going for automated start. Once you ensure your Domino runs well manually, then check the script tips: This is very important, as you may have permission issues, or even an anti-malware blocking something.
Is your Distro SELinux-enabled? Despite of being supported, there are some odd scenarios where SELinux may affect, specially after an upgrade.
These are the main hints to check.