How storage devices works


How to Configure Windows Server as a Ntp Server

The Microsoft Windows operating systemsWindows 2000 has an integrated time
from Windows 2000 onwards has a built-insynchronisation service, installed by
time synchronization service - 'Windowsdefault, which can synchronise to a NTP
Time'. This article describes how toServer. Indeed, by manipulating registry
configure the Microsoft Windows 2003 andsettings, the service can act as both an
Windows 2000 time service as a NTP timeSNTP client and SNTP server to
server. It shows how to modify registrysynchronise other network clients.
entries to configure the MicrosoftBefore modifying registry entries it is
Windows Time Service. The Windows Timegood a dood idea to backup the registry
service allows a Windows network tosettings. The registry can then be
provide synchronisation of all machinesrestored in the event of problems being
within a domain.encountered.
Windows 2003 Server ConfigurationThe 'Windows Time' service should be
Windows 2003 has expanded on thepresent in the systems service list. The
original Windows 2000 time service byapplication executable is 'w32time.exe'.
providing a true NTP implementation. TheThe parameter list for w32time can be
time service, installed by default, canfound in the registry at:
synchronise to a NTP Server. Indeed, byHKEY_LOCAL_MACHINE\SYSTEM\CurrentContro
manipulating registry settings for theSet\Services\W32Time\Parameters
service it can act as both an NTP serverWindows 2000 can operate as an NTP
and client to synchronise other networkclient and synchronise to an NTP server
clients in the domain.by setting parameter 'NTP Server' to the
The 'Windows Time' service should beIP address of a NTP Server.
present in the systems service list. TheBy default, the Microsoft Windows 2000
application executable is 'w32time.exe'.machine will synchronise to the
The parameter list for w32time can bespecified NTP time server every 8 hours
found in the registry at:(or 3 times a day), which may not be
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControenough to maintain accurate
Set\Services\W32Timesynchronisation. The period can be
Before modifying registry entries it isreduced by setting the 'Period'
good a dood idea to backup the registryparameter to how many times a day
settings. The registry can then besynchronisation is required. Setting the
restored in the event of problems beingperiod to 48 will activate
encountered.synchronisation with the NTP server once
To configure a Windows 2003 machine toevery half hour.
synchronise to an external NTP server,Windows 2000 can also be configured to
edit the following registry entries:act as an NTP server by setting the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro'Local NTP' parameter to '1'.
Set\Services\W32Time\Config\AnnounceFlagAfter editing any of the registry
sentries for the windows time service,
Set the 'Announce Flags' registry entrythe service must be restarted for the
to 5, to indicate a reliable timesettings to take effect. The services
source.can be started or stopped from the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControservice control applet in
Set\Services\W32Time\TimeProviders\NTPCl'administrative tools'. Alternatively
ient\SpecialPollIntervalthe service can be controlled via the
The 'Special Poll Interval' registryDOS net command thus:net start
entry defines the period in seconds thatw32timenet stop w32time
the Windows 2003 machine should poll theNTP Troubleshooting
NTP server. A recommended value is 900A number of problems can be encountered
seconds, which equates to every 15when configuring the Windows Time
minutes.Service. NTP operates using the UDP
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControprotocol over TCP/IP. Therefore the TCP
Set\Services\W32Time\Parameters\NtpServeIP network infrastructure must be
roperational for NTP to be effective.
The 'NTP Server' parameter is used toSynchronisation issues may arise when
provide a list of IP addresses or DNSNTP attempts to synchronise to an
names, separated by a space, of NTPinaccurate time reference or if network
servers that the Windows 2003 machinedelays are excessive.
can synchronise to.Synchronising Time on Network Devices
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControAs well as synchronising Microsoft
Set\Services\W32Time\TimeProviders\NTPSeWindows servers and workstations, NTP
rver\Enabledcan also be used to synchronise network
Changing the 'Enabled' flag to the valuedevices, such as hubs, switches and
1 enables the NTP Server.routers. Any network device that can
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControsynchronise to a NTP server can be
Set\Services\W32Time\Parameters\Typepointed to the Windows server to achieve
Change the server type to NTP bytime synchronisation. In this way the
specifying 'NTP' in the 'Type' registrywhole network and accompanying
entry.infrastructure can be synchronised.
Windows 2000 Time Service Configuration



1 A B C D 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110