Layer3

Adventures in Networking, Routing, Switching, Virtualization, Storage, etc.

Archive for March, 2009

Correcting W32time errors (Event ID 12)

Posted by Chris on March 30, 2009

In active directory, the PDC emulator at the root of the  forest becomes the authoritative time reference for the entire organization.

event_id-12If the PDC emulator is not set to reference a reliable time source, you will see W32time events in the system log every few hours.

Correcting this error requires that you configure an authoritative active directory time source.

-There are a number of reliable external NTP servers you can sync from.  An easy one for me to remember is north-america.pool.ntp.org.  You can find host names for some others at support.ntp.org.

After you’ve selected an external time reference, open regedit and modifiy to the following keys:

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

Right-click Type, click Modify, Edit Value, enter NTP in the Value data box, click OK

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

Right-click AnnounceFlags, click Modify, Edit DWORD Value, enter 5 in the Value data box, click OK

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

Right-click Enabled, click Modify, Edit DWORD Value, enter 1 in the Value data box, click OK.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters

In the right pane, right-click NtpServer, click Modify, Edit Value, enter north-america.pool.ntp.org,0×1 in the Value data box, click OK. (make sure to append ,0×1 to the end of the string)

The following are optional.  I usually set the polling interval to 3600 seconds and leave the phase correction at the defaults unless I have a large offset I need to correct for.

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

Right-click SpecialPollInterval, click Modify.  In Edit DWORD Value, type 3600 in the Value data box, click OK.

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

In the right pane, right-click MaxPosPhaseCorrection, click Modify.  In Edit DWORD Value, click to select Decimal in the Base box.

In Edit DWORD Value, enter a reasonable value in seconds in the Value data box, click OK.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\MaxNegPhaseCorrection

In the right pane, right-click MaxNegPhaseCorrection, click Modify, Edit DWORD Value, click to select Decimal in the Base box.

In Edit DWORD Value, enter a reasonable value in seconds in the Value data box, click OK.

Restart the windows time sevice by typing net stop w32time && net start w32time at a command prompt.

event_id-35When your PDC emulator has successfully synchronized time with the external source you will see this in the system log.

Posted in Active Directory, Server | Tagged: , , | Leave a Comment »

Dell Equallogic PS5500e iSCSI SAN

Posted by Chris on March 28, 2009

The PS5500e provides 24TB of RAID 50 storage.

In this implementation, the PS5500 is providing storage for a cluster of nine Vmware ESX servers.

The ESX server cluster consists of nine Dell blades with dual quad-core CPU’s and 32Gig of RAM.

PS-5500e chassis - ready for drives

PS-5500e chassis - ready for drives

PS-5500e loaded with 48 1TB drives

PS-5500e loaded with 48 1TB drives

-

After the chassis is installed in the rack, the drives load from the top of the unit.

It takes a few minutes to unpack 48 drives and install them in the chassis.

It’s pretty impressive looking once all of the drives installed.

-

-

-

Posted in VMware, Virtualization, iSCSI | Tagged: , , , , | 1 Comment »

Outlook Web Access – Unable to reply or forward a message

Posted by Chris on March 14, 2009

I worked on two laptops this week, both running Vista and IE7.   Both were trying to access Outlook Web Access running on an SBS 2003 server.

Everything appeared ok until you attempted  to reply or forward a message.  The page would open but the area where you would type in the text of your message had a small box with a red “X” in it.

After experimenting with the browser security settings and getting nowhere, a co-worker started doing some google searches and came across a solution that ultimately corrected the issue.

In OWA, click on Options in the lower left corner of the of the screen.

Under the E-mail Security section, click Download.  (this downloads the latest S/MIME control.)

Click Run to install the control.

Close IE to have the changes take effect.

Posted in Exchange, Networking | Tagged: , , | 1 Comment »