Posts Tagged ‘DPM 2007’
Exchange 07 backup with DPM 07
I recently had the task of backing up Exchange 2007 using DPM 2007. I added the DPM agent to the Exchange server just fine. When I modified the protection group to add my storage groups I got an error saying I needed the eseutil.exe and ese.dll on the DPM server. I got these off my Exchange server and copied them to the DPM bin folder (C:\program files\Microsoft DPM\DPM\bin\). This took care of that error. You can also create a hard link to eseutil.exe and ese.dll. For more on this see: Exchange Server Database Utilities & DPM07.
After I got past that error I then ran into other errors on my Exchange protection members in DPM.
-
“DPM has detected a discontinuity in the log chain“
and
-
“Error 30216: DPM has detected a discontinuity in the log chain for Storage group First Storage Group on SERVERNAME.fqdn since the last synchronization.
Error details: Unspecified error (0×80004005)
To resolve this I turned circular logging off on my Exchange storage groups and restarted the Exchange Information Store service. I then performed a consistency check on each of my storage group protection members and all errors went away.
-
For further help backing up Exchange with DPM 2007 visit: Troubleshooting Exchange Server Protection Issues
-
Here a blog on restoring Exchange using DPM: DPM 2007: Recovering Exchange data
Restore Win 08 SystemState that was recovered by DPM 07
So you have your 2008 servers systemstate backed up by DPM 2007. Your server crashes and you need to recover. DPM 2007 does not give an option to recover to the server only to tape or a network share.

What do you from here? The answer is you have to actually restore the system state using Microsoft’s built in windows backup utility. There is another catch it has to be done via command line using WBADMIN. Here are the steps to recover a server using Windows 2008 Backup from the command line: Read the rest of this entry »
Manually install a DPM agent
I ran into problems installing DPM agent on a few of my servers over the network through the DPM admin console. In this case I had to manually install the DPM agent on the servers I wanted to protect. Here are the 4 steps:
1. Locate the 2.0.5820.0 folder on your DPM server here in:
%systemroot%\Program Files\Microsoft DPM\DPM\Agents\RA\
The 2.0.5820.0 folder is here and will have folders i386 and amd64 in it. If you are installing on a 64bit server use the installer from the amd64 folder otherwise just use the i386 folder.
2. Copy to this folder to the local %systemroot% drive on the server you want to protect. I created a folder in on the server I wanted to protect to make things easy called DPMagentinstall
for example c:\DPMagentinstall
3. Open a command prompt. If this is Windows 2008 server be sure to open the command prompt with elevated privileges. Then type: CD c:\DPMagentinstall\DpmAgentInstaller.exe YOURDPMserverFQDN
EXAMPLE: DPMAgentInstaller.exe DPM01.mydomain.com
It will then let you know that your server requires a restart if it was successful.

