LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems stopping and starting Lotus Domino (https://www.linuxquestions.org/questions/linux-software-2/problems-stopping-and-starting-lotus-domino-47038/)

ferrantepunto 02-25-2003 05:39 AM

Problems stopping and starting Lotus Domino
 
Hi there,

I´m trying to setup a Domino server under RH8 to stop and start automatically to allow the Unix agent of Veritas Backup Exec to perform daily backups.

The script that we are using to stop and start Domino server was obtained from the Red Books section of IBM´s web site. It is having a strange behaviour because sometimes the server stops (via cron), the backup runs perfectly, but the server won´ t restart (via another cron job). Sometimes, the server stops, and the backup is done with errors (some related to open databases and stuff), then it fails to restart. The only solution here is to reboot the server. I had configured this script to act as a service, but when I issue the command "service domino start" or "stop", sometimes works and sometimes not.

Any ideas of how to solve this and how to kill all the Domino process to avoid backup failure?

Cheers.

davee 02-25-2003 05:56 AM

I would suggest restarting the box after the backup, rather than just restarting the Domino server.

We start our domino servers automatically on boot; doing a shutdown -r will reboot the box and relaunch Domino - cleanly...

Does log.nsf give anything away about domino shutting down? Does the service shut down correctly before the backup kicks in?

Some other thoughts - are you restarting domino in the /local/dominodata directory? Rather than try 'service domino start', have you tried the full '/opt/lotus/bin/server' ? Is the server started by user 'notes'?

Hope something here is of use...

Dave

davee 05-07-2003 08:34 AM

One further thing to try:

CD to the domino directory, then:

/opt/lotus/bin/server -c "quit"


All times are GMT -5. The time now is 02:51 AM.