Thursday, March 3, 2011

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.

Wednesday, July 15, 2009

Enabling SPN delegation for AD users.

Enabling SPN delegation for AD users.
By default delegation of SPN ( Service principle Name) won't be enabled in Windows 2003 native mode. if its in win2000 mixed mode we can find it in Account tab .
If its in Win2003 native mode & if need to enable delegation we can use below Win2K3 Support tool
----setspn -A service/computer domain\username
It will delegate user specified to mentioned service on system.
Eg: SetSpn -A DNS/ADC-01 Testdom\testuser

Same command execution will enable a delegation tab in user properties.
we can apply delegation to same service for other users by enabling delegation tab & resolving service through this userID.

this helps in providing Service level delegation to AD Users.