I have 4 Domino servers running on 1 Solaris box. One of the Domino servers is running 6 minutes ahead of the others. Server doc is set to use OS time and settings. How can I reset the Domino server’s time without restarting the server?
Subject: Sync Domino time with OS without restarting Domino
There is a way to do it but it requires a C API program which calls OSCurrentTIMEDATE(NULL);
Domino 8 includes a new server console command “set systemtime” which takes care of this.
Subject: Sync Domino time with OS without restarting Domino
If I recall correctly, if you launch a client session on the server (nlnotes.exe), and then do File - Mobile - Edit Current Time/Phone, it will reset the time on the Domino server.
With your partitioned servers, you would have to be careful about what notes.ini file was used when running nlnotes.exe.
hope this helps.
Subject: RE: Sync Domino time with OS without restarting Domino
if this were a Windows box then I could do that but cannot on Solaris
Subject: RE: Sync Domino time with OS without restarting Domino
ooops - didn’t look closely at the Platform field of your post…