Thursday, March 3, 2011

Log parser to analyze IIS Logs

Hey You can use Log parser to analyze IIS logs..

But how do you find the local time

To find local time format for IIS logs
LogParser "SELECT TO_TIMESTAMP(date, time) AS utc-timestamp, TO_LOCALTIME(utc-timestamp) AS local-timestamp, c-ip, cs-username, EXTRACT_TOKEN(cs-uri-stem,-1,'/') AS filename INTO DATAGRID FROM \\WEBSERVER\admin$\system32\logfiles\w3svc1\ex07*.log"

Do You Face issues with Service pack installation in windows 2008 ?

Do You Face issues with Service pack installation in windows 2008 ?

USE SYSTEMUPDATE-READYNESS TOOL

http://support.microsoft.com/kb/947821

Saturday, May 15, 2010

WINSXS Folder consumes more space in C drive - Windows 2008

WINSXS Folder consumes more space in C drive - Windows 2008
WinSXS folder is a OS folder where it keeps all the components get installed in system.
It is a known limitation that its size will grow based on number of packages and OS updates installs onto the system.
Its happening since the server will not overwrite the older components.
Refer below articles.
http://blogs.technet.com/askcore/archive/2008/09/17/what-is-the-winsxs-directory-in-windows-2008-and-windows-vista-and-why-is-it-so-large.aspx
http://technet.microsoft.com/en-us/library/dd351467(WS.10).aspx#BKMK_COMPCLN

Below are the possible ways to reduce the winsxs folder size.

1. Uninstall maximum unwanted packages
2. Use the vsp1cln.exe tool if Windows 2008 SP1, to make the Servicepack1 permanent and remove RTM
3. Use the compcln.exe tool if Windows 2008 SP2, to make the Servicepack2 permanent and remove RTM

Monday, March 15, 2010

New Features in Windows 2008 & 2008 R2

Win 2K8 Key New Features

RODC
Server Core
IIS 7
improved Group policy settings
Hyper-V
Role services restart

Friday, December 25, 2009

Facing very high traffic from DNS Server to Firewall ?

Did you Observe high traffic from Specific DNS Server to Firewall which may cause hanging of Firewall ?

Do below.

1. Enable DNS Debugging logs from DNS Server properties (dnsmgmt.msc)
2. Configure detailed logs for few hours & observe in the logs
3. Check , what kind of query & which is the destination.
4. Verify all queries are getting forwarded to root hints ?
5. Else check at client level & DNS Server level for Virus ,
6. If all directing to Roothints - do below steps to block same.
7. Disable Recursion ( will disable Forwarders Also ) or Enable standard forwarding to another DNS Server.