Archive for the ‘Windows Server 2008’ Category

How-to run Win2k3 NTBackup on Windows Server 2008

Copy the following binaries from Windows 2k3 server (C:\Windows\System32\) to Windows Server 2008 (C:\Program Files\NTBackup\):

  • ntbackup.exe
  • ntmsapi.dll
  • vssapi.dll

Then install the removable storage manager from server manager:

  • Start Server Manager
  • Click Features
  • Click Add Features
  • Select Removable Storage Manager
  • Click Install

When NTBackup starts, if you see an error regarding removable storage, just ignore it and click “Do not show this again”.

I’m not sure, but it seems that it backup Exchange 2007 Databases too, for me it worked, but I didn’t tested restoring them.

Tuesday, June 16th, 2009

Configure Time and Date Settings in Windows 2008 Server Core

On the server running a Server Core installation, type the following command at a command prompt:

Control timedate.cpl

To configure the Server Core machine to synchronize its clock with the PDC Emulator, type the following command:

w32tm /config /update /syncfromflags:DOMHIER

Then, in order to force a time synchronization, type the following command:

w32tm.exe /resync /nowait

Wednesday, March 5th, 2008