Sometimes, creating a snapshot – either manually or by using a program like VMWare Data Recovery or Veeam, you might run into issues with the guest OS freezing.
Check to see if, in the event log you see errors or, in some cases just information messages, from source LGTO_Sync. This can sometimes only indicate that this service had started and stopped.
It might also just have the following information:
“The description for Event ID ( 1 ) in Source ( LGTO_Sync ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: , Sync Stop done.”
The reason this happens is because the snapshot process is using a legacy snapshot driver to create a quiesced snapshot of the filesystem but the filesystem doesn’t respond in time due to incomplete I/O (reads or writes). The work around to ensure that the server doesn’t hang or crash is to create non quiesced snapshots of the filesystem. This will give you “Crash Consistent” backups – meaning when you recover the server, it will appear as if the server crashed at the moment you took the snapshot. Most enterprise applications (eg Microsoft Exchange or Microsoft SQL) today are fairly crash consistent – meaning, they will not crash and burn but will recovery gracefully in almost all cases.
Continue reading
Tag Archives: Microsoft
Block IE 9 from getting installed
Its that time again. Microsoft’s released a new version of Internet Explorer 9 and it COULD get installed automatically on your computer or on computers you manage and mess a few line of business applications. If you would like to stop this from happening on your computer or on computers you manage on your network, here’s how you can do it:
Continue reading
Exchange 2010 Search Reset Search Index
Exchange 2010 has a built in search feature which allows you to quickly search for emails in your mailbox using OWA, Exchange ActiveSync, Outlook (in the Online mode) etc.
Exchange 2010 search indexes items as soon as they are received by the Mailbox Database.
While this feature works well, if you just transitioned from Exchange 2003 to 2010, Exchange may not index items brought over from the Exchange 2003 server to the Exchange 2010 server. You may find that users using Exchange search may have issues searching for items that were in their mailbox before the transition. For example, you will not be able to find a pre-transition item using instant search but will be able to find them using ‘Advanced Find’ in Outlook.
Enable Multiple Remote Desktop Connections Windows Server 2008 R2
To allow multiple RDP connections to a Windows Server 2008 Server R2 server from the same or different users navigate to the following Group Policy node:
Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Connections\
Now, edit the policy name: “Restrict Remote Desktop Services users to a single Remote Desktop Services session” and select “Disable”.
In some cases, you may want to prevent an Administrator logging in remotely from inadvertently logging off a locally logged on Administrator.
To do this, edit the policy named: “Deny logoff of an administrator logged in to the console session” and select “Enable”.