Ezhilchennai
Blog Tools
Edit your Blog
Build a Blog
RSS Feed
View Profile
18 Feb, 08 > 24 Feb, 08
11 Feb, 08 > 17 Feb, 08
4 Feb, 08 > 10 Feb, 08
You are not logged in. Log in
Entries by Topic
All topics  «
DNS Server
Ports
Server
Time
WSUS
Saturday, 16 February 2008
Install Required Software
Topic: WSUS
The following is a list of required software for each operating system that supports WSUS. Ensure that the WSUS server meets this list of requirements prior to your running WSUS Setup. If any of these updates require restarting the computer when installation is completed, you should restart your server prior to installing WSUS.

Windows Server 2003

The following software is required for running WSUS on Windows Server 2003:

Microsoft Internet Information Services (IIS) 6.0. For instruction about how to install IIS, see Install and Configure IIS.

Background Intelligent Transfer Service (BITS) 2.0; go to the Download Center at        http://go.microsoft.com/fwlink/?LinkId=47251.

Microsoft .NET Framework 1.1 Service Pack 1 for Windows Server 2003; go to the Download Center at http://go.microsoft.com/fwlink/?LinkId=35326.

An alternative is to go to Windows Update at http://go.microsoft.com/fwlink/?linkid=47370 and scan for Critical Updates and Service Packs. Install Microsoft .NET Framework 1.1 Service Pack 1 for Windows Server 2003.


Posted by emyescee at 6:27 PM
Post Comment | Permalink
Friday, 8 February 2008
Configuring the Windows Time service to use an external time source
Mood:  special
Topic: Server

To configure an internal time server to synchronize with an external time source follow these steps:

 

1.Change the server type to NTP. To do this, follow these steps:

       a.Click Start, click Run, type regedit, and then click OK.

        b.Locate and then click the following registry subkey:

          HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type

       c.In the right pane, right-click Type, and then click Modify.

       d.In Edit Value, type NTP in the Value data box, and then click OK.

 

2.Set AnnounceFlags to 5. To do this, follow these steps:

a. Locate and then click the following registry subkey:

               HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags

           b. In the right pane, right-click AnnounceFlags, and then click Modify.

           c. In Edit DWORD Value, type 5 in the Value data box, and then click OK.

 

3.Enable NTPServer. To do this, follow these steps:

a. Locate and then click the following registry subkey:

               HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer

           b. In the right pane, right-click Enabled, and then click Modify.

           c. In Edit DWORD Value, type 1 in the Value data box, and then click OK.

 

4.Specify the time sources. To do this, follow these steps:

a. Locate and then click the following registry subkey:

               HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\NtpServer

           b. In the right pane, right-click NtpServer, and then click Modify.

           c. In Edit Value, type Peers in the Value data box, and then click OK.

Note Peers is a placeholder for a space-delimited list of peers from which your computer obtains time stamps. Each DNS name that is listed must be unique. You must append ,0x1 to the end of each DNS name. If you do not append ,0x1 to the end of each DNS name, the changes made in step 5 will not take effect.

 

5.Select the poll interval. To do this, follow these steps:

a. Locate and then click the following registry subkey:

               HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient\SpecialPollInterval

           b. In the right pane, right-click SpecialPollInterval, and then click Modify.

           c. In Edit DWORD Value, type TimeInSeconds in the Value data box, and then click OK.

Note TimeInSeconds is a placeholder for the number of seconds that you want between each poll. A recommended value is 900 Decimal. This value configures the Time Server to poll every 15 minutes.

 

6.Configure the time correction settings. To do this, follow these steps:

a. Locate and then click the following registry subkey:

               HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\MaxPosPhaseCorrection

           b. In the right pane, right-click MaxPosPhaseCorrection, and then click Modify.

           c. In Edit DWORD Value, click to select Decimal in the Base box.

           d. In Edit DWORD Value, type TimeInSeconds in the Value data box, and then click OK.

Note TimeInSeconds is a placeholder for a reasonable value, such as 1 hour (3600) or 30 minutes (1800). The value that you select will depend upon the poll interval, network condition, and external time source.

 

           e. Locate and then click the following registry subkey:                                HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\MaxNegPhaseCorrection

           f. In the right pane, right-click MaxNegPhaseCorrection, and then click Modify.

           g. In Edit DWORD Value, click to select Decimal in the Base box.

           h. In Edit DWORD Value, type TimeInSeconds in the Value data box, and then click OK.

Note TimeInSeconds is a placeholder for a reasonable value, such as 1 hour (3600) or 30 minutes (1800). The value that you select will depend upon the poll interval, network condition, and external time source.

 

7.  Quit Registry Editor.

8.At the command prompt, type the following command to restart the Windows Time service, and then press ENTER:

               net stop w32time && net start w32time

                                                                                                                            

 

 


Posted by emyescee at 9:13 PM
Updated: Friday, 8 February 2008 9:30 PM
Post Comment | Permalink
Configuring the Windows Time service to use an internal hardware clock
Mood:  special
Topic: Server

Warning :

              Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

To configure the PDC master without using an external time source, change the announce flag on the PDC master. The PDC master is the server that holds the forest root PDC master role for the domain. This configuration forces the PDC master to announce itself as a reliable time source and uses the built-in complementary metal oxide semiconductor (CMOS) clock. To configure the PDC master by using an internal hardware clock, follow these steps:

1.Click Start, click Run, type regedit, and then click OK.
2.Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags
3.In the right pane, right-click AnnounceFlags, and then click Modify.
4.In Edit DWORD Value, type A in the Value data box, and then click OK.
5.Quit Registry Editor.
6.At the command prompt, type the following command to restart the Windows Time service, and then press ENTER:
net stop w32time && net start w32time

Posted by emyescee at 9:08 PM
Updated: Wednesday, 13 February 2008 6:14 PM
Post Comment | Permalink

Newer | Latest | Older