Is there a way for me to have the Domino server reboot automatically at a scheduled time, every day?
Subject: How to reboot Domino server automatically
Yes. Simply create a program document like this one and schedule it like you want.
Bye
Hynek
Subject: RE: How to reboot Domino server automatically
Hello,
Regarding the post about the program document configuration.
Is there any way you can specify an amount of time the server is to stay down for …e.g 20 mins ?
Many thanks for any help.
Matt
Subject: RE: How to reboot Domino server automatically
Hi,We have a neat way of doing this without a program document.
-
Install the Windows 2000 Resource Kit (assuming you are running windows)
-
Create a autoreboot.cmd file and .create an ‘at’ command with the time to schedule the reboot. In this file you must specify the path and compact the names.nsf files and it will retstart your server
Subject: How to reboot Domino server automatically
There are a number of ways, I tend to set up a program doc to call a bat file that tells domino to stop and restart the entire server -as well as run some various maintain scripts - thus restarting Domino (if it’s set to start automatically). On W32 platform you could also use scheduled tasks to call the bat file as well to stop and restart Domino. I am sure there are a number of ways to do this on other platforms as well.