Posts

Showing posts from September, 2013

resolution for “Unable to Start Windows Event Log service”.

  resolution for “Unable to Start Windows Event Log service”. When you try to start the Windows Event Log service from the services console on either Windows Server 2008 computers, the Windows Event Log service fails. Additionally, you receive the following error message: "Error 5: Access denied" CAUSE This problem happens if any of the following conditions are true. 1. The built-in security group EventLog missing permission on folder C:\Windows\System32\winevt\Logs 2. Local Service account do not have default permission on registry key HKLM\Software\Microsoft\Windows\CurrentVersion\Reliability *** Resolution *** Default permissions on C:\Windows\system32\winevt\logs Folder should be Authenticated user - List folder/read data, Read attributes, Read Extended attributes, Read permissions Administrators - Full control SYSTEM - Full control EventLog - Full control To restore default permissions on folder "C:\Windows\system32\winevt\logs", follow these steps. 1. Rig

Microsoft Clustering

Microsoft provides two types of cluster: 1. Network load balancing 2. Windows Fail over cluster (For 2008 on wards servers), Microsoft Cluster service (For 2003 and before servers). First one is to distribute the network traffic on servers Using virtual IP address. NLB (Network Load Balancing) Suppose there are two nodes in NLB , both the nodes will host the website. Client accessing the website will be redirected to anyone of the node depending upon configuration of NLB (By default it works on round robin methods) Microsoft Cluster Service (MSCS) Unlike NLB , in MSCS, resource will be online at only one of the nodes at a time . Microsoft Cluster Service is based on the shared-nothing clustering model. The shared-nothing model dictates that while several nodes in the cluster may have access to a device or resource, the resource is owned and managed by only one system at a time. There are mainly three Components of MSCS: 1.Cluster service 2. Resource monitor 3.Resource DLL. Suppose You

Default Profile Favorites do not get copied when new user logs in

Image
The default user profile is located in C:\Users\default and it is used for customizing the user profiles for the new users logging in to the machine. When the new user logs into the machine it will fetch the profile configuration information from the default folder and creates its own new user profile in C:\users\%username%.   For examples if we decide what are the favorites links should appear in new user’s internet explorer, we need to just copy the favorite links to the default folder in C:\users\default\.   So that the new user logs in to the machine for the first time, all the favorites will be copied into the C:\users\%username%\favorites folder. I have found an issue where the favorites links are not copying to the new users directory. The issue was that the files are copying from the default folder to the new user’s favorites  folder when he logs in. But it got deleted automatically when user launches IE. I have reset the IE settings but still the issue was persist. Late