Saturday, February 20, 2010

DPM 2010 the story so far..

On the technet DPM team blog Prashant Kumar (Program Manager | DPM Team) wrote a post with a lot of interesting background information on DPM 2010.
He describes how some of the new features in DPM 2010 help you to meet you business SLA’s.

  • Automatic rerun of failed jobs;
  • Automatic consistency checks;
  • Automatic grow of DPM volumes;
  • Automatic discovery of SharePoint and SQL databases;
  • SLA reports.

Post can be found here

Thursday, February 18, 2010

Dynamic Disk Hotfix

Quote from http://blogs.technet.com

A potential problem with Volume Manager on Windows Server 2008 systems may lead to data loss.

This hot fix is not DPM-specific.  However, because DPM servers do utilize dynamic disks, it is important to apply this hotfix on WS08-based DPM servers so that your backup-data is not lost from the DPM storage pool.

For more information please read the link below to the hot fix.

962975    Dynamic disks are marked as "Invalid" on a computer that is running Windows Server 2008 or Windows Vista when you bring the disks online, take the disks offline, or restart the computer if Data Protection Manager is installed

http://support.microsoft.com/kb/962975

This hot fix does not apply to Windows Server 2008 R2

Friday, February 12, 2010

DPM 2010 RC documentation

As you might have noticed there is no documentation on DPM 2010 included in the RC download.

Download the DPM 2010 RC

Mike of Scug.be  has done a good job in making screen-shots of the upgrade from DPM 2010 beta to DPM 2010 RC.

This might saves you from  some headaches.
http://scug.be/blogs/scdpm/archive/2010/02/10/dpm-2010-upgrade-from-beta-to-rc.aspx

Thursday, February 11, 2010

SharePoint 2007 recovery point fails after Password change

There are many reasons why a SharePoint recovery point keeps failing. It also a good idea to check the logs on the Web front-end and SQL backend server.

In our case we found the following errors in the system log of the SharePoint Web front-end
clip_image002

Event Type: Error
Event Source: DCOM
Event Category: None
Event ID: 10004
Date: 10-2-2010
Time: 16:10:49
User: N/A
Computer: <server_name>
Description: DCOM got error "Logon failure: unknown user name or bad password. " and was unable to logon <account_name> in order to run the server:{

clip_image004

Event Type: Error
Event Source: DCOM
Event Category: None
Event ID: 10005
Date: 10-2-2010
Time: 18:14:55
User: N/A
Computer: <server_name>
Description:DCOM got error "The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. " attempting to start the service vds with arguments "" in order to run the server:

Reason / Cause
In our case this error was caused by a Password change of the account we used (a long time ago) to configure SharePoint protection.

Solution
After you change the password of the account you used for the ConfigureSharePointProtection, you need to run the commands again on the SharePoint Web Front-end machines.

ConfigureSharePoint –EnableSharePointProtection
ConfigureSharePoint –EnableSPSearchProtection
All available commands: http://technet.microsoft.com/en-us/library/dd441708.aspx

Sharepoint 2007 Protection error

When you try to add a SharePoint farm to a DPM protection group you may get the error below.

The operation failed because an error occurred while enumerating the data source for Virtual SSP Writer.
Check to see that the data source specified in the error message is online and accessible.
ID: 921
Details: The system cannot find the path specified (0x8007003)

image

You will receive this error when trying to expand the SharePoint Front-end server.

Resolution \ Cause:
The might be caused by a missing MTATempStore$ share on your SharePoint frontend server. Check if the directory %program files\Data Protection Manager\Temp is shared as MTATempStore$. The default permission is Everyone full control. This can be changed as long as the account you used for configuring the WssCmdletsWrapper has access to the Share.
Now you can retry to add the SharePoint farm to the Protection group

Wednesday, February 10, 2010

DPM 2010 Storage Calculators

Storage is the most essential part of the hardware for Data protection Manager. In most cases you will use disk for your short term protection.

But how many disk space to you need?
To answer this question Microsoft has developed three Excel calculation sheets (still in draft) for: Exchange, SharePoint and Hyper-V

image image
Example 1: Hyper-V Calculation

image image image
Example 2: Exchange Protection

image image
Example 3: SharePoint protection

As you can see in the examples above, the sheets calculate more then only the required disk space. It also calculate the number of DPM servers required, hardware for DPM server needed. Configuration of the DPM server; like page file and Database size. You will also find an estimated backup and recovery time for your protected servers.

The sheets are available at the Microsoft download site: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=c136c66c-bd4a-4fb1-8088-f610cd02dc51

Tuesday, February 9, 2010