Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: RbayTEC on October 20, 2006, 12:12:03 PM

Title: SME time and date
Post by: RbayTEC on October 20, 2006, 12:12:03 PM
Can anybody assist me in changing the time on a sme server.
All the workstations are getting wrong time.
Title: Re: SME time and date
Post by: raem on October 20, 2006, 01:38:15 PM
RbayTEC

Did you read the manual, it tells you how to do this in a server manager panel ?
Title: Re: SME time and date
Post by: ngomes on October 20, 2006, 03:52:43 PM
Quote from: "RbayTEC"
Can anybody assist me in changing the time on a sme server. All the workstations are getting wrong time.


You have to go server-manager -> Configuration -> Date and Time and:
Choose Configure Network Time Server and:
NTP Server = pool.ntp.org

pool.ntp.org is a cluster of timeservers all over the world. You can read more information about pool.ntp.org in the official website:
http://www.pool.ntp.org/

On your windows workstations you do (or put this on your netlogon.bat file located at \\sme_server_name\NETLOGON):
Code: [Select]
net time /DOMAIN:your_sme_server_domain_name

Nuno